File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ Set Test Environment Variables
34
34
35
35
@{URLs } = Split String %{TEST_URL_ARRAY }
36
36
#${len}= Get Length ${URLs}
37
- # hardcode the TEST_URL_Array number as 3 since the other HAAS servers are taken for other usage
38
- ${len } = Set Variable if %{DRONE_BUILD_NUMBER } 3 1
37
+ # hardcode the TEST_URL_Array number as 2 since the other HAAS servers are taken for other usage
38
+ ${len } = Set Variable if %{DRONE_BUILD_NUMBER } 2 1
39
39
${IDX } = Evaluate %{DRONE_BUILD_NUMBER } \% ${len }
40
40
41
41
Run Keyword If %{DRONE_BUILD_NUMBER } Set Environment Variable TEST_URL @{URLs } [${IDX } ]
Original file line number Diff line number Diff line change 15
15
16
16
unit_test_array=($TEST_URL_ARRAY )
17
17
numServers=${# unit_test_array[@]}
18
- # hardcode number as 3 , since the other HAAS servers are taken for other usage
19
- numServers=3
18
+ # hardcode number as 2 , since the other HAAS servers are taken for other usage
19
+ numServers=2
20
20
DRONE_BUILD_NUMBER=${DRONE_BUILD_NUMBER:= 0}
21
21
prevBuildNumber=$(( $DRONE_BUILD_NUMBER - $numServers ))
22
22
prevBuildStatus=` drone build info --format=' {{.Status}}' vmware/vic $prevBuildNumber `
You can’t perform that action at this time.
0 commit comments