Skip to content

Commit

Permalink
update the image.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlewi committed Apr 15, 2019
1 parent bfd8b86 commit 53ad3b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions images/gcb_build/image_build.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"images": [
"gcr.io/kubeflow-ci/test-worker:v20190415-798170f-dirty-7d5b01",
"gcr.io/kubeflow-ci/test-worker:v20190415-bfd8b86-e3b0c4",
"gcr.io/kubeflow-ci/test-worker:latest"
],
"steps": [
Expand All @@ -19,7 +19,7 @@
"args": [
"build",
"-t",
"gcr.io/kubeflow-ci/test-worker:v20190415-798170f-dirty-7d5b01",
"gcr.io/kubeflow-ci/test-worker:v20190415-bfd8b86-e3b0c4",
"--label=git-versions=",
"--file=./Dockerfile",
"--cache-from=gcr.io/kubeflow-ci/test-worker:latest",
Expand All @@ -34,7 +34,7 @@
{
"args": [
"tag",
"gcr.io/kubeflow-ci/test-worker:v20190415-798170f-dirty-7d5b01",
"gcr.io/kubeflow-ci/test-worker:v20190415-bfd8b86-e3b0c4",
"gcr.io/kubeflow-ci/test-worker:latest"
],
"id": "tag-test-worker",
Expand Down
2 changes: 1 addition & 1 deletion test-infra/ks_app/components/cleanup-ci.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"--delete_script=/src/kubeflow/kubeflow/scripts/gke/delete_deployment.sh",
],
]),
"image": "gcr.io/kubeflow-ci/test-worker:v20190415-d98d904-e3b0c4",
"image": "gcr.io/kubeflow-ci/test-worker:v20190415-bfd8b86-e3b0c4",
"name": "label-sync",
env: [
# DO NOT submit
Expand Down

0 comments on commit 53ad3b5

Please sign in to comment.