From e622c5a46d965d65090daa3df8571ff1650351c4 Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Sun, 3 Oct 2021 21:07:14 +0000 Subject: [PATCH] Try to run on the new PHY node --- .gitlab-ci.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 21ec1910..db46f266 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,8 @@ workflow: default: before_script: - source .local/bin/env.sh + tags: + - phy artifacts: expire_in: 1 week paths: @@ -63,8 +65,8 @@ common:detector: needs: - common:setup script: - - source .local/bin/env.sh && build_detector.sh - - mkdir_local_data_link sim_output + #- source .local/bin/env.sh && build_detector.sh + - build_detector.sh - mkdir -p results - mkdir -p config - mkdir -p doc @@ -107,6 +109,11 @@ dump_geometry: - common:detector script: - echo "dumping geometry" + ## DEBUG + - echo "LD_LIBRARY_PATH - $LD_LIBRARY_PATH" + - echo "PATH - $PATH" + - print_env.sh + ## DEBUG - mkdir -p geo ## disable fibers in SciFi endcap ECAL for better performance - sed -i '/<fiber/,+4d' ${DETECTOR_PATH}/compact/ci_ecal_scfi.xml -- GitLab