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
Commits
28e99a90
Commit
28e99a90
authored
2 weeks ago
by
Yizhou Cai
Browse files
Options
Downloads
Patches
Plain Diff
test ci
parent
4effa3c7
No related branches found
No related tags found
1 merge request
!234
Update CI image to root:6.30.02-alma9
Pipeline
#11809392
failed
2 weeks ago
Stage: run
Stage: diff
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-3
4 additions, 3 deletions
.gitlab-ci.yml
with
4 additions
and
3 deletions
.gitlab-ci.yml
+
4
−
3
View file @
28e99a90
# Taken from https://hub.docker.com/r/rootproject/root
image
:
rootproject/root:6.30.0
2-alma9
image
:
rootproject/root:6.30.0
6-ubuntu22.04
stages
:
-
run
...
...
@@ -17,9 +17,10 @@ cache:
before_script
:
-
set +e
-
export PATH=${HOME}/.local/bin/:$PATH
-
dnf install xrootd-client xrootd-server python3-xrootd -y
-
apt install xrootd-client xrootd-server python3-xrootd -y
-
apt install diffutils -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment