Skip to content

Commit

Permalink
Stop auto-promoting TPU image to staging tag (#1391)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
djherbis authored Apr 26, 2024
1 parent abc385c commit 60328f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ pipeline {
gcloud container images add-tag gcr.io/kaggle-images/python:${PRETEST_TAG} gcr.io/kaggle-images/python:${STAGING_TAG}
gcloud container images add-tag gcr.io/kaggle-private-byod/python:${PRETEST_TAG} gcr.io/kaggle-private-byod/python:${STAGING_TAG}
gcloud container images add-tag gcr.io/kaggle-private-byod/python-tpuvm:${PRETEST_TAG} gcr.io/kaggle-private-byod/python-tpuvm:${STAGING_TAG}
// NOTE(b/336842777): TPUVM images are tested on an actual TPU VM outside this pipeline, so they are not auto-promoted to :staging tag.
'''
}
}
Expand Down

0 comments on commit 60328f8

Please sign in to comment.