Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
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
Ansh Sameer Desai
calypso
Commits
a70392d7
Commit
a70392d7
authored
1 month ago
by
FASER Reco
Browse files
Options
Downloads
Patches
Plain Diff
Maybe CI now works again?
parent
d9aed3d3
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+4
-15
4 additions, 15 deletions
.gitlab-ci.yml
PhysicsAnalysis/NtupleDumper/CMakeLists.txt
+1
-1
1 addition, 1 deletion
PhysicsAnalysis/NtupleDumper/CMakeLists.txt
with
5 additions
and
16 deletions
.gitlab-ci.yml
+
4
−
15
View file @
a70392d7
...
@@ -22,19 +22,11 @@ build_image:
...
@@ -22,19 +22,11 @@ build_image:
tags
:
tags
:
-
k8s-cvmfs
-
k8s-cvmfs
script
:
script
:
#- 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
-
mkdir build
-
ls
# See if we can run this as the payload to a container
# See if we can run this as the payload to a container
-
set +e && export ALRB_CONT_RUNPAYLOAD="
cd build; ls ..;
asetup --input=
../
asetup.faser Athena,24.0.41; cmake ..; make -j 3" && set -e
-
set +e && export ALRB_CONT_RUNPAYLOAD="asetup --input=asetup.faser Athena,24.0.41;
cd build;
cmake ..; make -j 3" && set -e
-
echo $ALRB_CONT_RUNPAYLOAD
-
echo $ALRB_CONT_RUNPAYLOAD
-
set +e && source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh -c alma9 && 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
:
artifacts
:
paths
:
paths
:
-
build/
-
build/
...
@@ -46,12 +38,9 @@ test_unittest:
...
@@ -46,12 +38,9 @@ test_unittest:
tags
:
tags
:
-
k8s-cvmfs
-
k8s-cvmfs
script
:
script
:
-
yum -y --disablerepo=epel install man which git make cmake3 gcc-c++ gcc binutils libX11-devel libXpm-devel libXft-devel libXext-devel python openssl-devel
-
set +e && export ALRB_CONT_RUNPAYLOAD="asetup --input=asetup.faser Athena,24.0.41; cd build; source `find . -name 'setup.sh'`; ctest -j3" && set -e
-
cd build
-
echo $ALRB_CONT_RUNPAYLOAD
-
set +e && source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh; 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
-
set +e && source `find . -name 'setup.sh'`; set -e
-
ctest -j3
dependencies
:
dependencies
:
-
build_image
-
build_image
artifacts
:
artifacts
:
...
...
This diff is collapsed.
Click to expand it.
PhysicsAnalysis/NtupleDumper/CMakeLists.txt
+
1
−
1
View file @
a70392d7
...
@@ -8,7 +8,7 @@ atlas_add_component(
...
@@ -8,7 +8,7 @@ atlas_add_component(
src/NtupleDumperAlg.cxx
src/NtupleDumperAlg.cxx
src/component/NtupleDumper_entries.cxx
src/component/NtupleDumper_entries.cxx
LINK_LIBRARIES AthenaBaseComps StoreGateLib xAODFaserWaveform xAODFaserCalorimeter xAODFaserTrigger xAODFaserLHC ScintIdentifier FaserCaloIdentifier GeneratorObjects FaserActsGeometryLib TrackerSimEvent TrackerSimData TrackerIdentifier TrackerReadoutGeometry TrkTrack GeoPrimitives TrackerRIO_OnTrack TrackerSpacePoint FaserActsKalmanFilterLib
FaserActsmanVertexingLib
AtlasHepMCLib WaveformConditionsToolsLib
LINK_LIBRARIES AthenaBaseComps StoreGateLib xAODFaserWaveform xAODFaserCalorimeter xAODFaserTrigger xAODFaserLHC ScintIdentifier FaserCaloIdentifier GeneratorObjects FaserActsGeometryLib TrackerSimEvent TrackerSimData TrackerIdentifier TrackerReadoutGeometry TrkTrack GeoPrimitives TrackerRIO_OnTrack TrackerSpacePoint FaserActsKalmanFilterLib AtlasHepMCLib WaveformConditionsToolsLib
# FIXME: FaserActsmanVertexingLib
PRIVATE_LINK_LIBRARIES nlohmann_json::nlohmann_json
)
PRIVATE_LINK_LIBRARIES nlohmann_json::nlohmann_json
)
atlas_install_python_modules
(
python/*.py
)
atlas_install_python_modules
(
python/*.py
)
...
...
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