Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
calypso
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
Eric Torrence
calypso
Commits
70efc20b
Commit
70efc20b
authored
1 month ago
by
FASER Reco
Browse files
Options
Downloads
Patches
Plain Diff
Try running in container
parent
b268cc72
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+8
-7
8 additions, 7 deletions
.gitlab-ci.yml
with
8 additions
and
7 deletions
.gitlab-ci.yml
+
8
−
7
View file @
70efc20b
...
...
@@ -17,22 +17,23 @@ build_image:
# each branch will have an individual Docker image that will be used
# in the following stages of the pipeline for testing the code
image
:
#name: gitlab-registry.cern.ch/linuxsupport/alma9-base:latest
name
:
gitlab-registry.cern.ch/linuxsupport/cc7-base:latest
name
:
gitlab-registry.cern.ch/linuxsupport/alma9-base:latest
stage
:
build
tags
:
-
k8s-cvmfs
script
:
-
yum -y --disablerepo=epel install redhat-lsb redhat-lsb-core man uuid-devel libuuid libuuid-devel mesa-libGL-devel libXpm-devel
#
- yum -y --disablerepo=epel install redhat-lsb redhat-lsb-core man uuid-devel libuuid libuuid-devel mesa-libGL-devel libXpm-devel
# - yum -y install man which zlib-devel lz4-devel cmake make gcc gcc-c++ uuid-devel libuuid-devel expat-devel #mesa-libGL-devel libXpm-devel
# - yum -y install redhat-lsb # This doesn't exist in the main release!
# --disablerepo=epel redhat-lsb redhat-lsb-core
-
mkdir build
-
cd build
-
set +e && source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh; set -e
-
set +e && asetup --input=../../calypso/asetup.faser Athena,24.0.41; set -e
-
cmake ../../calypso
-
make -j
3
# See if we can run this as the payload to a container
-
set +e && export ALRB_CONT_RUNPAYLOAD="asetup --input=../../calypso/asetup.faser Athena,24.0.41; cmake ../../calypso; make -j 3" && set -e
-
set +e && source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh -c alma9; set -e
#- set +e && asetup --input=../../calypso/asetup.faser Athena,24.0.41; set -e
#- cmake ../../calypso
#- make -j 3
artifacts
:
paths
:
-
build/
...
...
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