@@ -3,15 +3,14 @@ name: integration
3
3
on : [push]
4
4
5
5
jobs :
6
- integration- local_install :
6
+ local_install :
7
7
runs-on : ubuntu-latest
8
8
9
9
strategy :
10
10
matrix :
11
11
dirac_branch :
12
12
- rel-v8r0
13
13
- integration
14
-
15
14
pilot_schema :
16
15
- pilot_oldSchema.json
17
16
- pilot_newSchema.json
@@ -51,10 +50,10 @@ jobs:
51
50
g_job="testintegrationworkflow${GITHUB_JOB//-/}"
52
51
pilotUUID="${g_job//_/}""$(shuf -i 2000-65000 -n 1)"
53
52
pilotUUID=$(echo $pilotUUID | rev | cut -c 1-32 | rev)
54
- python dirac-pilot.py --modules https://github.com/DIRACGrid/DIRAC.git:::DIRAC:::${{ matrix.dirac_branch }} -M 1 -S DIRAC-Certification -N jenkins.cern.ch -Q jenkins-queue_not_important -n DIRAC.Jenkins.ch --architectureScript="dirac-apptainer-exec dirac-platform" -- cert --certLocation=${GITHUB_WORKSPACE}/Pilot/etc/grid-security --wnVO=${{ matrix.VO }} --pilotUUID="${pilotUUID}" --debug
55
-
53
+ python dirac-pilot.py --modules https://github.com/DIRACGrid/DIRAC.git:::DIRAC:::${{ matrix.dirac_branch }} -M 1 -S DIRAC-Certification -N jenkins.cern.ch -Q jenkins-queue_not_important -n DIRAC.Jenkins.ch --cert --certLocation=${GITHUB_WORKSPACE}/Pilot/etc/grid-security --wnVO=${{ matrix.VO }} --pilotUUID="${pilotUUID}" --debug
54
+
56
55
57
- integration -cvmfs :
56
+ release_prod_pre -cvmfs :
58
57
runs-on : ubuntu-latest
59
58
60
59
strategy :
@@ -111,7 +110,7 @@ jobs:
111
110
python dirac-pilot.py -M 1 -S DIRAC-Certification -N jenkins.cern.ch -Q jenkins-queue_not_important -n DIRAC.Jenkins.ch --architectureScript=dirac-platform --preinstalledEnvPrefix=/cvmfs/dirac.egi.eu/dirac --wnVO=dteam --cert --certLocation=${GITHUB_WORKSPACE}/Pilot/etc/grid-security --pilotUUID="${pilotUUID}" --debug
112
111
113
112
114
- integration -cvmfs_no_env_CEs :
113
+ release_prod -cvmfs_no_env_CEs :
115
114
runs-on : ubuntu-latest
116
115
117
116
strategy :
@@ -156,7 +155,7 @@ jobs:
156
155
g_job="testintegrationworkflow${GITHUB_JOB//-/}"
157
156
pilotUUID="${g_job//_/}""$(shuf -i 2000-65000 -n 1)"
158
157
pilotUUID=$(echo $pilotUUID | rev | cut -c 1-32 | rev)
159
- python dirac-pilot.py -M 1 -S DIRAC-Certification -N ${{ matrix.ce }} -Q jenkins-queue_not_important -n DIRAC.Jenkins.ch --preinstalledEnvPrefix=/cvmfs/dirac.egi.eu/dirac --architectureScript="dirac-apptainer-exec dirac-platform" --cert --certLocation=${GITHUB_WORKSPACE}/Pilot/etc/grid-security --wnVO=dteam -o cvmfsOnly --pilotUUID="${pilotUUID}" --debug
158
+ python dirac-pilot.py -M 1 -S DIRAC-Certification -N ${{ matrix.ce }} -Q jenkins-queue_not_important -n DIRAC.Jenkins.ch --preinstalledEnvPrefix=/cvmfs/dirac.egi.eu/dirac --cert --certLocation=${GITHUB_WORKSPACE}/Pilot/etc/grid-security --wnVO=dteam -o cvmfsOnly --pilotUUID="${pilotUUID}" --debug
160
159
161
160
162
161
matching :
@@ -203,7 +202,7 @@ jobs:
203
202
python dirac-pilot.py --modules https://github.com/DIRACGrid/DIRAC.git:::DIRAC:::integration -M 1 -S DIRAC-Certification -N jenkins-full.cern.ch -Q jenkins-queue_not_important -n DIRAC.Jenkins.ch --wnVO=dteam --cert --certLocation=${GITHUB_WORKSPACE}/Pilot/etc/grid-security --pilotUUID="${pilotUUID}" --debug
204
203
205
204
206
- integration -cvmfs_matching :
205
+ release_prod_pre -cvmfs_matching :
207
206
runs-on : ubuntu-latest
208
207
209
208
strategy :
@@ -256,7 +255,7 @@ jobs:
256
255
python dirac-pilot.py -M 1 -S DIRAC-Certification -N jenkins-full.cern.ch -Q jenkins-queue_not_important -n DIRAC.Jenkins.ch --preinstalledEnvPrefix=/cvmfs/dirac.egi.eu/dirac --cert --certLocation=${GITHUB_WORKSPACE}/Pilot/etc/grid-security --wnVO=${{ matrix.VO }} -o cvmfsOnly --pilotUUID="${pilotUUID}" --debug
257
256
258
257
259
- integration -cvmfs_matching_CEs :
258
+ release_prod -cvmfs_matching_CEs :
260
259
runs-on : ubuntu-latest
261
260
262
261
strategy :
@@ -459,4 +458,4 @@ jobs:
459
458
g_job="testintegrationworkflow${GITHUB_JOB//-/}"
460
459
pilotUUID="${g_job//_/}""$(shuf -i 2000-65000 -n 1)"
461
460
pilotUUID=$(echo $pilotUUID | rev | cut -c 1-32 | rev)
462
- python dirac-pilot.py -M 1 -S DIRAC-Certification -N jenkins-lhcb.cern.ch -Q jenkins-queue_not_important -n DIRAC.Jenkins.ch -e LHCb -l LHCb -E LHCbPilot --preinstalledEnvPrefix=/cvmfs/lhcb.cern.ch/lhcbdirac/ --architectureScript="dirac-apptainer-exec dirac-architecture" -- cert --certLocation=${GITHUB_WORKSPACE}/Pilot/etc/grid-security --wnVO=LHCb -o cvmfsOnly --pilotUUID="${pilotUUID}" --debug
461
+ python dirac-pilot.py -M 1 -S DIRAC-Certification -N jenkins-lhcb.cern.ch -Q jenkins-queue_not_important -n DIRAC.Jenkins.ch -e LHCb -l LHCb -E LHCbPilot --preinstalledEnvPrefix=/cvmfs/lhcb.cern.ch/lhcbdirac/ --cert --certLocation=${GITHUB_WORKSPACE}/Pilot/etc/grid-security --wnVO=LHCb -o cvmfsOnly --pilotUUID="${pilotUUID}" --debug
0 commit comments