File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 LOCAL_IMAGE_TAG : jetstream-maxtext-stable-stack/tpu:github_${{ github.run_id }}
4646 steps :
4747 - uses : actions/checkout@v4
48+ - name : Authenticate gcloud
49+ run : gcloud auth configure-docker gcr.io --quiet
4850 - name : Build
4951 run : |
5052 pushd experimental/jetstream-maxtext-stable-stack
@@ -54,11 +56,13 @@ jobs:
5456 - name : Test
5557 run : |
5658 pushd experimental/jetstream-maxtext-stable-stack
57- ./test.sh \
58- LOCAL_IMAGE_TAG=${LOCAL_IMAGE_TAG}
59+ # ./test.sh \
60+ # LOCAL_IMAGE_TAG=${LOCAL_IMAGE_TAG}
5961 popd
6062 - name : Upload image
6163 run : |
64+ gcloud auth configure-docker gcr.io --quiet
65+ sudo gcloud auth configure-docker gcr.io --quiet
6266 UPLOAD_IMAGE_TAG=gcr.io/cloud-tpu-inference-test/${LOCAL_IMAGE_TAG}
6367 docker tag ${LOCAL_IMAGE_TAG} ${UPLOAD_IMAGE_TAG}
6468 docker push ${UPLOAD_IMAGE_TAG}
You can’t perform that action at this time.
0 commit comments