You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- streamline the getNumMachines() and getMachineLimit() logic
- limit dynamic or EBC machines to 40 (was set to 20 before)
resolves: runtimes/automation/issues/686
Signed-off-by: Lan Xia <[email protected]>
if (NUM_LIST>MAX_NUM_MACHINES&& params.CLOUD_PROVIDER!="EBC") {
244
-
echo "TEST_TIME (${params.TEST_TIME} minutes) is not possible as it exceeds the machine limit."
244
+
echo "TEST_TIME (${params.TEST_TIME} minutes) is not possible as it exceeds the machine limit. NUM_LIST ${NUM_LIST} > MAX_NUM_MACHINES ${MAX_NUM_MACHINES}"
245
245
echo "Regenerate parallel list with NUM_MACHINES=${MAX_NUM_MACHINES}."
0 commit comments