From 80622544054aac33f4982b15033b70cb325f9c8a Mon Sep 17 00:00:00 2001 From: Federico Stagni Date: Tue, 31 Oct 2023 11:14:58 +0100 Subject: [PATCH] test: added different LHCbPilot versions --- .github/workflows/integration.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index abdc93fe..f2dc3a77 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -233,6 +233,9 @@ jobs: pilot_schema: - pilot_oldSchema.json - pilot_newSchema.json + pilot_version: + - master + - devel steps: - uses: actions/checkout@v4 @@ -260,9 +263,7 @@ jobs: run: | cd Pilot export VO_LHCB_SW_DIR=${GITHUB_WORKSPACE}/Pilot - - curl https://gitlab.cern.ch/fstagni/LHCbPilot/-/raw/debug/LHCbPilot/LHCbPilotCommands.py -o LHCbPilotCommands.py - + curl https://gitlab.cern.ch/lhcb-dirac/LHCbPilot/-/raw/${{ matrix.pilot_version }}/LHCbPilot/LHCbPilotCommands.py -o LHCbPilotCommands.py cp ../tests/CI/${{ matrix.pilot_schema }} pilot.json sed -i "s/VAR_JENKINS_SITE/DIRAC.Jenkins.ch/g" pilot.json sed -i "s/VAR_JENKINS_CE/jenkins-lhcb.cern.ch/g" pilot.json