|
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) |
@@ -115,6 +116,7 @@ jobs: |
115 | 116 | sed -i "s#VAR_CS#https://lbcertifdirac70.cern.ch:9135/Configuration/Server#g" pilot.json |
116 | 117 | 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 |
117 | 118 | sed -i "s#VAR_USERDN_GRIDPP#${DIRACUSERDN_GRIDPP}#g" pilot.json |
| 119 | + sed -i "s#VAR_PREF_URL_PATTERN#.*\.cern\.ch/.*#g" pilot.json |
118 | 120 | g_job="testintegrationworkflow${GITHUB_JOB//-/}" |
119 | 121 | pilotUUID="${g_job//_/}""$(shuf -i 2000-65000 -n 1)" |
120 | 122 | pilotUUID=$(echo $pilotUUID | rev | cut -c 1-32 | rev) |
@@ -164,6 +166,7 @@ jobs: |
164 | 166 | sed -i "s#VAR_CS#https://lbcertifdirac70.cern.ch:9135/Configuration/Server#g" pilot.json |
165 | 167 | 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 |
166 | 168 | sed -i "s#VAR_USERDN_GRIDPP#${DIRACUSERDN_GRIDPP}#g" pilot.json |
| 169 | + sed -i "s#VAR_PREF_URL_PATTERN#.*\.cern\.ch/.*#g" pilot.json |
167 | 170 | g_job="testintegrationworkflow${GITHUB_JOB//-/}" |
168 | 171 | pilotUUID="${g_job//_/}""$(shuf -i 2000-65000 -n 1)" |
169 | 172 | pilotUUID=$(echo $pilotUUID | rev | cut -c 1-32 | rev) |
@@ -221,6 +224,7 @@ jobs: |
221 | 224 | sed -i "s#VAR_CS#https://lbcertifdirac70.cern.ch:9135/Configuration/Server#g" pilot.json |
222 | 225 | 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 |
223 | 226 | sed -i "s#VAR_USERDN_GRIDPP#${DIRACUSERDN_GRIDPP}#g" pilot.json |
| 227 | + sed -i "s#VAR_PREF_URL_PATTERN#.*\.cern\.ch/.*#g" pilot.json |
224 | 228 | g_job="testintegrationworkflow${GITHUB_JOB//-/}" |
225 | 229 | pilotUUID="${g_job//_/}""$(shuf -i 2000-65000 -n 1)" |
226 | 230 | pilotUUID=$(echo $pilotUUID | rev | cut -c 1-32 | rev) |
@@ -273,6 +277,7 @@ jobs: |
273 | 277 | sed -i "s#VAR_CS#https://lbcertifdirac70.cern.ch:9135/Configuration/Server#g" pilot.json |
274 | 278 | 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 |
275 | 279 | sed -i "s#VAR_USERDN_GRIDPP#${DIRACUSERDN_GRIDPP}#g" pilot.json |
| 280 | + sed -i "s#VAR_PREF_URL_PATTERN#.*\.cern\.ch/.*#g" pilot.json |
276 | 281 | g_job="testintegrationworkflow${GITHUB_JOB//-/}" |
277 | 282 | pilotUUID="${g_job//_/}""$(shuf -i 2000-65000 -n 1)" |
278 | 283 | pilotUUID=$(echo $pilotUUID | rev | cut -c 1-32 | rev) |
@@ -334,6 +339,7 @@ jobs: |
334 | 339 | sed -i "s#VAR_CS#https://lbcertifdirac70.cern.ch:9135/Configuration/Server#g" pilot.json |
335 | 340 | 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 |
336 | 341 | sed -i "s#VAR_USERDN_GRIDPP#${DIRACUSERDN_GRIDPP}#g" pilot.json |
| 342 | + sed -i "s#VAR_PREF_URL_PATTERN#.*\.cern\.ch/.*#g" pilot.json |
337 | 343 | g_job="testintegrationworkflow${GITHUB_JOB//-/}" |
338 | 344 | pilotUUID="${g_job//_/}""$(shuf -i 2000-65000 -n 1)" |
339 | 345 | pilotUUID=$(echo $pilotUUID | rev | cut -c 1-32 | rev) |
|
0 commit comments