|
14 | 14 | pilot_schema: |
15 | 15 | - pilot_oldSchema.json |
16 | 16 | - pilot_newSchema.json |
17 | | - VO: |
| 17 | + VO: |
18 | 18 | - dteam |
19 | 19 | - gridpp |
20 | 20 |
|
|
53 | 53 | sed -i "s#VAR_CS#https://lbcertifdirac70.cern.ch:9135/Configuration/Server#g" pilot.json |
54 | 54 | sed -i "s#VAR_USERDN#/DC=ch/DC=cern/OU=Organic Units/OU=Users/CN=alboyer/CN=819281/CN=Alexandre Franck Boyer#g" pilot.json |
55 | 55 | sed -i "s#VAR_USERDN_GRIDPP#${DIRACUSERDN_GRIDPP}#g" pilot.json |
| 56 | + sed -i "s#VAR_PREF_URL_PATTERN#.*\.cern\.ch/.*#g" pilot.json |
56 | 57 | g_job="testintegrationworkflow${GITHUB_JOB//-/}" |
57 | 58 | pilotUUID="${g_job//_/}""$(shuf -i 2000-65000 -n 1)" |
58 | 59 | pilotUUID=$(echo $pilotUUID | rev | cut -c 1-32 | rev) |
@@ -109,12 +110,12 @@ jobs: |
109 | 110 | sed -i "s#VAR_CS#https://lbcertifdirac70.cern.ch:9135/Configuration/Server#g" pilot.json |
110 | 111 | sed -i "s#VAR_USERDN#/DC=ch/DC=cern/OU=Organic Units/OU=Users/CN=alboyer/CN=819281/CN=Alexandre Franck Boyer#g" pilot.json |
111 | 112 | sed -i "s#VAR_USERDN_GRIDPP#${DIRACUSERDN_GRIDPP}#g" pilot.json |
| 113 | + sed -i "s#VAR_PREF_URL_PATTERN#.*\.cern\.ch/.*#g" pilot.json |
112 | 114 | g_job="testintegrationworkflow${GITHUB_JOB//-/}" |
113 | 115 | pilotUUID="${g_job//_/}""$(shuf -i 2000-65000 -n 1)" |
114 | 116 | pilotUUID=$(echo $pilotUUID | rev | cut -c 1-32 | rev) |
115 | 117 | X509_USER_PROXY=$pilot_proxy_file 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 --pilotUUID="${pilotUUID}" --debug |
116 | 118 |
|
117 | | -
|
118 | 119 | release_prod-cvmfs_no_env_CEs: |
119 | 120 | runs-on: ubuntu-latest |
120 | 121 |
|
@@ -160,12 +161,12 @@ jobs: |
160 | 161 | sed -i "s#VAR_CS#https://lbcertifdirac70.cern.ch:9135/Configuration/Server#g" pilot.json |
161 | 162 | sed -i "s#VAR_USERDN#/DC=ch/DC=cern/OU=Organic Units/OU=Users/CN=alboyer/CN=819281/CN=Alexandre Franck Boyer#g" pilot.json |
162 | 163 | sed -i "s#VAR_USERDN_GRIDPP#${DIRACUSERDN_GRIDPP}#g" pilot.json |
| 164 | + sed -i "s#VAR_PREF_URL_PATTERN#.*\.cern\.ch/.*#g" pilot.json |
163 | 165 | g_job="testintegrationworkflow${GITHUB_JOB//-/}" |
164 | 166 | pilotUUID="${g_job//_/}""$(shuf -i 2000-65000 -n 1)" |
165 | 167 | pilotUUID=$(echo $pilotUUID | rev | cut -c 1-32 | rev) |
166 | 168 | X509_USER_PROXY=$pilot_proxy_file 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 --wnVO=dteam -o cvmfsOnly --pilotUUID="${pilotUUID}" --debug |
167 | 169 |
|
168 | | -
|
169 | 170 | matching: |
170 | 171 | runs-on: ubuntu-latest |
171 | 172 |
|
@@ -207,18 +208,18 @@ jobs: |
207 | 208 | sed -i "s#VAR_CS#https://lbcertifdirac70.cern.ch:9135/Configuration/Server#g" pilot.json |
208 | 209 | sed -i "s#VAR_USERDN#/DC=ch/DC=cern/OU=Organic Units/OU=Users/CN=alboyer/CN=819281/CN=Alexandre Franck Boyer#g" pilot.json |
209 | 210 | sed -i "s#VAR_USERDN_GRIDPP#${DIRACUSERDN_GRIDPP}#g" pilot.json |
| 211 | + sed -i "s#VAR_PREF_URL_PATTERN#.*\.cern\.ch/.*#g" pilot.json |
210 | 212 | g_job="testintegrationworkflow${GITHUB_JOB//-/}" |
211 | 213 | pilotUUID="${g_job//_/}""$(shuf -i 2000-65000 -n 1)" |
212 | 214 | pilotUUID=$(echo $pilotUUID | rev | cut -c 1-32 | rev) |
213 | 215 | X509_USER_PROXY=$pilot_proxy_file python dirac-pilot.py --modules https://github.com/DIRACGrid/DIRAC.git:::DIRAC:::integration -M 1 -N jenkins-full.cern.ch -Q jenkins-queue_not_important -n DIRAC.Jenkins.ch --wnVO=dteam --pilotUUID="${pilotUUID}" --debug |
214 | 216 |
|
215 | | -
|
216 | 217 | release_prod_pre-cvmfs_matching: |
217 | 218 | runs-on: ubuntu-latest |
218 | 219 |
|
219 | 220 | strategy: |
220 | 221 | matrix: |
221 | | - VO: |
| 222 | + VO: |
222 | 223 | - dteam |
223 | 224 | - gridpp |
224 | 225 | dirac_version: |
@@ -262,12 +263,12 @@ jobs: |
262 | 263 | sed -i "s#VAR_CS#https://lbcertifdirac70.cern.ch:9135/Configuration/Server#g" pilot.json |
263 | 264 | sed -i "s#VAR_USERDN#/DC=ch/DC=cern/OU=Organic Units/OU=Users/CN=alboyer/CN=819281/CN=Alexandre Franck Boyer#g" pilot.json |
264 | 265 | sed -i "s#VAR_USERDN_GRIDPP#${DIRACUSERDN_GRIDPP}#g" pilot.json |
| 266 | + sed -i "s#VAR_PREF_URL_PATTERN#.*\.cern\.ch/.*#g" pilot.json |
265 | 267 | g_job="testintegrationworkflow${GITHUB_JOB//-/}" |
266 | 268 | pilotUUID="${g_job//_/}""$(shuf -i 2000-65000 -n 1)" |
267 | 269 | pilotUUID=$(echo $pilotUUID | rev | cut -c 1-32 | rev) |
268 | 270 | X509_USER_PROXY=$pilot_proxy_file 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 --wnVO=${{ matrix.VO }} -o cvmfsOnly --pilotUUID="${pilotUUID}" --debug |
269 | 271 |
|
270 | | -
|
271 | 272 | release_prod-cvmfs_matching_CEs: |
272 | 273 | runs-on: ubuntu-latest |
273 | 274 |
|
@@ -313,12 +314,12 @@ jobs: |
313 | 314 | sed -i "s#VAR_CS#https://lbcertifdirac70.cern.ch:9135/Configuration/Server#g" pilot.json |
314 | 315 | sed -i "s#VAR_USERDN#/DC=ch/DC=cern/OU=Organic Units/OU=Users/CN=alboyer/CN=819281/CN=Alexandre Franck Boyer#g" pilot.json |
315 | 316 | sed -i "s#VAR_USERDN_GRIDPP#${DIRACUSERDN_GRIDPP}#g" pilot.json |
| 317 | + sed -i "s#VAR_PREF_URL_PATTERN#.*\.cern\.ch/.*#g" pilot.json |
316 | 318 | g_job="testintegrationworkflow${GITHUB_JOB//-/}" |
317 | 319 | pilotUUID="${g_job//_/}""$(shuf -i 2000-65000 -n 1)" |
318 | 320 | pilotUUID=$(echo $pilotUUID | rev | cut -c 1-32 | rev) |
319 | 321 | X509_USER_PROXY=$pilot_proxy_file python dirac-pilot.py -M 1 -N ${{ matrix.ce }} -Q jenkins-queue_not_important -n DIRAC.Jenkins.ch --preinstalledEnvPrefix=/cvmfs/dirac.egi.eu/dirac --StopAfterFailedMatches=1 --wnVO=dteam -o cvmfsOnly --pilotUUID="${pilotUUID}" --debug |
320 | 322 |
|
321 | | -
|
322 | 323 | ################################## |
323 | 324 | ### # extensions tests |
324 | 325 | ################################## |
@@ -375,6 +376,7 @@ jobs: |
375 | 376 | sed -i "s#VAR_CS#https://lbcertifdirac70.cern.ch:9135/Configuration/Server#g" pilot.json |
376 | 377 | sed -i "s#VAR_USERDN#/DC=ch/DC=cern/OU=Organic Units/OU=Users/CN=alboyer/CN=819281/CN=Alexandre Franck Boyer#g" pilot.json |
377 | 378 | sed -i "s#VAR_USERDN_GRIDPP#${DIRACUSERDN_GRIDPP}#g" pilot.json |
| 379 | + sed -i "s#VAR_PREF_URL_PATTERN#.*\.cern\.ch/.*#g" pilot.json |
378 | 380 | g_job="testintegrationworkflow${GITHUB_JOB//-/}" |
379 | 381 | pilotUUID="${g_job//_/}""$(shuf -i 2000-65000 -n 1)" |
380 | 382 | pilotUUID=$(echo $pilotUUID | rev | cut -c 1-32 | rev) |
@@ -426,6 +428,7 @@ jobs: |
426 | 428 | sed -i "s#VAR_CS#https://lbcertifdirac70.cern.ch:9135/Configuration/Server#g" pilot.json |
427 | 429 | sed -i "s#VAR_USERDN#/DC=ch/DC=cern/OU=Organic Units/OU=Users/CN=alboyer/CN=819281/CN=Alexandre Franck Boyer#g" pilot.json |
428 | 430 | sed -i "s#VAR_USERDN_GRIDPP#${DIRACUSERDN_GRIDPP}#g" pilot.json |
| 431 | + sed -i "s#VAR_PREF_URL_PATTERN#.*\.cern\.ch/.*#g" pilot.json |
429 | 432 | g_job="testintegrationworkflow${GITHUB_JOB//-/}" |
430 | 433 | pilotUUID="${g_job//_/}""$(shuf -i 2000-65000 -n 1)" |
431 | 434 | pilotUUID=$(echo $pilotUUID | rev | cut -c 1-32 | rev) |
|
0 commit comments