Skip to content

Commit f125ea6

Browse files
authored
chore: temp. disable makefile (#20474)
1 parent bc2d558 commit f125ea6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ case "$cmd" in
111111
parallel --jobs 10 --termseq 'TERM,10000' --tagstring '{= $_=~s/run (\w+).*/$1/; =}' --line-buffered --halt now,fail=1 ::: \
112112
'run x1-full amd64 ci-full-no-test-cache' \
113113
'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' \
114+
'run x3-full amd64 ci-full-no-test-cache' \
115+
'run x4-full amd64 ci-full-no-test-cache' \
116116
'run a1-fast arm64 ci-fast' | DUP=1 cache_log "Merge queue CI run" $RUN_ID
117117
;;
118118
merge-queue-heavy)

0 commit comments

Comments
 (0)