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
In this commit we collapse all test iso run definition into a single
map (testIsoRuns) rather than two (testIsoRuns1, testIsoRuns2), while
still retaining the property of only running two parallel runs at any
given time.
The reason for doing this is I noticed in an s390x run it would first
run `s390x:kola:metal` and then run `s390x:kola:multipath`, serially. In
this case it would be more appropriate to run both of those together
in a single parallel run.
0 commit comments