We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc2d558 commit f125ea6Copy full SHA for f125ea6
ci.sh
@@ -111,8 +111,8 @@ case "$cmd" in
111
parallel --jobs 10 --termseq 'TERM,10000' --tagstring '{= $_=~s/run (\w+).*/$1/; =}' --line-buffered --halt now,fail=1 ::: \
112
'run x1-full amd64 ci-full-no-test-cache' \
113
'run x2-full amd64 ci-full-no-test-cache' \
114
- 'run x3-full amd64 ci-full-no-test-cache-makefile' \
115
- 'run x4-full amd64 ci-full-no-test-cache-makefile' \
+ 'run x3-full amd64 ci-full-no-test-cache' \
+ 'run x4-full amd64 ci-full-no-test-cache' \
116
'run a1-fast arm64 ci-fast' | DUP=1 cache_log "Merge queue CI run" $RUN_ID
117
;;
118
merge-queue-heavy)
0 commit comments