Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Installer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cms-analysis
General
DasAnalysisSystem
Installer
Merge requests
!30
extend installation instructions to micromamba
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
extend installation instructions to micromamba
micromamba
into
migration
Overview
15
Commits
9
Pipelines
38
Changes
1
Merged
Patrick Louis S Connor
requested to merge
micromamba
into
migration
8 months ago
Overview
15
Commits
9
Pipelines
38
Changes
1
Expand
Close
#19 (closed)
Edited
8 months ago
by
Patrick Louis S Connor
0
0
Merge request reports
Viewing commit
a58fa78d
Prev
Next
Show latest version
1 file
+
14
−
8
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
a58fa78d
separate test reports for Darwin and Core
· a58fa78d
Patrick Louis S Connor
authored
8 months ago
.gitlab-ci.yml
+
14
−
8
Options
@@ -9,14 +9,17 @@ LCG:
@@ -9,14 +9,17 @@ LCG:
-
source /cvmfs/sft.cern.ch/lcg/views/LCG_104/x86_64-el9-gcc13-opt/setup.sh
-
source /cvmfs/sft.cern.ch/lcg/views/LCG_104/x86_64-el9-gcc13-opt/setup.sh
-
./install.sh
-
./install.sh
-
source tools/setup.sh
-
source tools/setup.sh
-
(cd
Darwin.build
; ctest
--output-junit
../
test_report.xml
)
-
ctest --test-dir
Darwin.build --output-junit
Darwin_
test_report.xml
-
(cd
Core.build
; ctest
--output-junit
../
test_report.xml
)
-
ctest --test-dir
Core.build --output-junit
Core_
test_report.xml
artifacts
:
artifacts
:
when
:
always
when
:
always
paths
:
paths
:
-
test_report.xml
-
Darwin_test_report.xml
-
Core_test_report.xml
reports
:
reports
:
junit
:
test_report.xml
junit
:
-
Darwin_test_report.xml
-
Core_test_report.xml
micromamba
:
micromamba
:
stage
:
build
stage
:
build
@@ -28,11 +31,14 @@ micromamba:
@@ -28,11 +31,14 @@ micromamba:
-
micromamba activate DAS
-
micromamba activate DAS
-
./install.sh
-
./install.sh
-
source tools/setup.sh
-
source tools/setup.sh
-
(cd
Darwin.build
; ctest
--output-junit
../
test_report.xml
)
-
ctest --test-dir
Darwin.build --output-junit
Darwin_
test_report.xml
-
(cd
Core.build
; ctest
--output-junit
../
test_report.xml
)
-
ctest --test-dir
Core.build --output-junit
Core_
test_report.xml
artifacts
:
artifacts
:
when
:
always
when
:
always
paths
:
paths
:
-
test_report.xml
-
Darwin_test_report.xml
-
Core_test_report.xml
reports
:
reports
:
junit
:
test_report.xml
junit
:
-
Darwin_test_report.xml
-
Core_test_report.xml
Loading