File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ function test_custom_iso(){
5151 pabot --verbose --processes $jobs --removekeywords TAG:secret -v BOOTSTRAP-ISO:$bootstrapiso --outputdir $bootstrapdir --suite 1-45-Docker-Container-Network --suite 1-19-Docker-Volume-Create --suite 7-01-Regression tests/test-cases
5252}
5353
54- jobs=" 2 "
54+ jobs=" 1 "
5555if (echo $prBody | grep -q " \[parallel jobs=" ); then
5656 parallel=$( echo $prBody | grep " \[parallel jobs=" )
5757 jobs=$( echo $parallel | awk -F" \[parallel jobs=" ' {sub(/\].*/,"",$2);print $2}' )
Original file line number Diff line number Diff line change @@ -37,8 +37,11 @@ Set Test Environment Variables
3737 # hardcode the TEST_URL_Array number as 10 since the other 6 HAAS servers are taken for other usage
3838 ${len } = Set Variable if %{DRONE_BUILD_NUMBER } 4 1
3939 ${IDX } = Evaluate %{DRONE_BUILD_NUMBER } \% ${len }
40+ Set Environment Variable TEST_PASSWORD Alfred\!23
41+ Set Environment Variable TEST_TIMEOUT 5m
42+ Set Environment Variable TEST_DATASTORE datastore1
4043
41- Run Keyword If %{DRONE_BUILD_NUMBER } Set Environment Variable TEST_URL @{ URLs } [ ${ IDX } ]
44+ Run Keyword If %{DRONE_BUILD_NUMBER } Set Environment Variable TEST_URL 10.158.214.88
4245 ... ELSE Set Environment Variable TEST_URL @{URLs } [${IDX } ]
4346 Set Environment Variable GOVC_URL %{TEST_URL }
4447 Set Environment Variable GOVC_USERNAME %{TEST_USERNAME }
You can’t perform that action at this time.
0 commit comments