Skip to content

Commit 60328f8

Browse files
authored
Stop auto-promoting TPU image to staging tag (#1391)
There are no tests for the TPU image so promoting from :ci-pretest to :staging incorrectly makes it sound like the image is ready for the next stage of tests. Instead we'll leave it at :ci-pretest and have a separate process test and promote them. http://b/336842777
1 parent abc385c commit 60328f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ pipeline {
238238
239239
gcloud container images add-tag gcr.io/kaggle-images/python:${PRETEST_TAG} gcr.io/kaggle-images/python:${STAGING_TAG}
240240
gcloud container images add-tag gcr.io/kaggle-private-byod/python:${PRETEST_TAG} gcr.io/kaggle-private-byod/python:${STAGING_TAG}
241-
gcloud container images add-tag gcr.io/kaggle-private-byod/python-tpuvm:${PRETEST_TAG} gcr.io/kaggle-private-byod/python-tpuvm:${STAGING_TAG}
241+
// NOTE(b/336842777): TPUVM images are tested on an actual TPU VM outside this pipeline, so they are not auto-promoted to :staging tag.
242242
'''
243243
}
244244
}

0 commit comments

Comments
 (0)