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