Skip to content

Commit b57e59c

Browse files
authored
chore(ci): nightly releases should be decoupled from tests (#18125)
the quick thing for now
1 parent ca7082a commit b57e59c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bootstrap.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,8 @@ case "$cmd" in
450450
export CI_NIGHTLY=1
451451
build
452452
release-image/bootstrap.sh push
453-
test
453+
# TODO this should become a ci-nightly-tests ran in parallel with a normal ci-release
454+
# test
454455
release
455456
;;
456457
"ci-network-deploy")

0 commit comments

Comments
 (0)