Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
QuickStats
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Alkaid Cheng
QuickStats
Merge requests
!234
Update CI image to root:6.30.02-alma9
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update CI image to root:6.30.02-alma9
test_ci
into
upper_limit_band_with_discrete
Overview
0
Commits
7
Pipelines
2
Changes
2
Merged
Yizhou Cai
requested to merge
test_ci
into
upper_limit_band_with_discrete
4 weeks ago
Overview
0
Commits
7
Pipelines
2
Changes
2
Expand
0
0
Merge request reports
Compare
upper_limit_band_with_discrete
version 1
e9055cb6
4 weeks ago
upper_limit_band_with_discrete (base)
and
latest version
latest version
1953a3dd
7 commits,
4 weeks ago
version 1
e9055cb6
6 commits,
4 weeks ago
2 files
+
8
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
5
−
2
Options
# Taken from https://hub.docker.com/r/rootproject/root
image
:
rootproject/root:6.30.02-
conda
image
:
rootproject/root:6.30.02-
alma9
stages
:
-
run
@@ -17,8 +17,9 @@ cache:
before_script
:
-
set +e
-
export PATH=${HOME}/.local/bin/:$PATH
-
dnf install xrootd-client xrootd-server python3-xrootd -y
-
pip install --user .
-
python -c 'import quickstats as q; print(q.__version__)'
-
python
3
-c 'import quickstats as q; print(q.__version__)'
fit_bbyy
:
stage
:
run
@@ -63,6 +64,7 @@ compare_bbyy:
file3
:
limits_summary.json
file4
:
kl.json
script
:
-
dnf install diffutils -y
-
sed -i '/total_time/d' .ci/bbyy/$file1 output_ci_bbyy/$file1
-
diff .ci/bbyy/$file1 output_ci_bbyy/$file1
-
if [[ $? -ne 0 ]]; then echo "$file1 not equal"; exit 1; else echo "$file1 equal"; fi;
@@ -84,6 +86,7 @@ compare_bbtautau:
file3
:
limits_summary.json
file4
:
kl.json
script
:
-
dnf install diffutils -y
-
sed -i '/total_time/d' .ci/bbtautau/$file1 output_ci_bbtautau/$file1
-
diff .ci/bbtautau/$file1 output_ci_bbtautau/$file1
-
if [[ $? -ne 0 ]]; then echo "$file1 not equal"; exit 1; else echo "$file1 equal"; fi;
Loading