Skip to content

Commit

Permalink
upgrade ks app for E2E test to 0.3.0 (kubeflow#2338)
Browse files Browse the repository at this point in the history
Signed-off-by: Abhilash Pallerlamudi <stp.abhi@gmail.com>
  • Loading branch information
stpabhi authored and k8s-ci-robot committed Feb 13, 2019
1 parent 94a55a5 commit d2c6b14
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
nfsVolumeClaim: "nfs-external",
prowEnv: "REPO_OWNER=kubeflow,REPO_NAME=kubeflow,PULL_BASE_SHA=master",
// The default image to use for the steps in the Argo workflow.
stepImage: "gcr.io/kubeflow-ci/test-worker:latest",
stepImage: "gcr.io/kubeflow-ci/test-worker/test-worker:v20190116-b7abb8d-e3b0c4",

// The registry to use (should not include the image name or version tag)
registry: "gcr.io/kubeflow-images-public",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
registry: "gcr.io/kubeflow-images-public",
versionTag: "latest",
// The default image to use for the steps in the Argo workflow.
testingImage: "gcr.io/kubeflow-ci/test-worker",
testingImage: "gcr.io/kubeflow-ci/test-worker/test-worker:v20190116-b7abb8d-e3b0c4",
project: "kubeflow-ci",
cluster: "kubeflow-testing",
zone: "us-east1-d",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
registry: "gcr.io/kubeflow-ci",
versionTag: "latest",
// The default image to use for the steps in the Argo workflow.
testing_image: "gcr.io/kubeflow-ci/test-worker",
testing_image: "gcr.io/kubeflow-ci/test-worker/test-worker:v20190116-b7abb8d-e3b0c4",
tf_testing_image: "gcr.io/kubeflow-ci/tf-test-worker:1.0",
project: "kubeflow-ci",
cluster: "kubeflow-testing",
Expand Down
2 changes: 1 addition & 1 deletion components/k8s-model-server/images/test-worker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Docker image for running E2E tests using Argo.

FROM gcr.io/kubeflow-ci/test-worker:latest
FROM gcr.io/kubeflow-ci/test-worker/test-worker:v20190116-b7abb8d-e3b0c4
MAINTAINER Jeremy Lewi

# Install tensorflow dependencies to run tf serving client.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
nfsVolumeClaim: "nfs-external",
prow_env: "REPO_OWNER=kubeflow,REPO_NAME=kubeflow,PULL_BASE_SHA=master",
// The default image to use for the steps in the Argo workflow.
step_image: "gcr.io/kubeflow-ci/test-worker:latest",
step_image: "gcr.io/kubeflow-ci/test-worker/test-worker:v20190116-b7abb8d-e3b0c4",

// The registry to use (should not include the image name or version tag)
registry: "gcr.io/kubeflow-ci",
Expand Down
4 changes: 2 additions & 2 deletions prow_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ workflows:
- presubmit
params:
registry: "gcr.io/kubeflow-ci"
step_image: "gcr.io/kubeflow-ci/test-worker:v20181017-bfeaaf5-dirty-4adcd0"
step_image: "gcr.io/kubeflow-ci/test-worker/test-worker:v20190116-b7abb8d-e3b0c4"
include_dirs:
- components/tensorflow-notebook-image/*
# The postsubmit run publishes the docker images to gcr.io/kubeflow-images-public
Expand All @@ -135,6 +135,6 @@ workflows:
- postsubmit
params:
registry: "gcr.io/kubeflow-images-public"
step_image: "gcr.io/kubeflow-ci/test-worker:v20181017-bfeaaf5-dirty-4adcd0"
step_image: "gcr.io/kubeflow-ci/test-worker/test-worker:v20190116-b7abb8d-e3b0c4"
include_dirs:
- components/tensorflow-notebook-image/*
4 changes: 2 additions & 2 deletions releasing/releaser/components/params.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
namespace: "kubeflow-test-infra",
prow_env: "REPO_OWNER=kubeflow,REPO_NAME=kubeflow,PULL_BASE_SHA=master",
serving_image: "gcr.io/kubeflow-ci/model-server",
testing_image: "gcr.io/kubeflow-ci/test-worker:latest",
testing_image: "gcr.io/kubeflow-ci/test-worker/test-worker:v20190116-b7abb8d-e3b0c4",
tf_testing_image: "gcr.io/kubeflow-ci/tf-test-worker:1.0",
project: "kubeflow-ci",
cluster: "kubeflow-testing",
Expand All @@ -34,7 +34,7 @@
project: "kubeflow-ci",
prow_env: "REPO_OWNER=kubeflow,REPO_NAME=kubeflow,PULL_BASE_SHA=master",
registry: "gcr.io/kubeflow-images-public",
testing_image: "gcr.io/kubeflow-ci/test-worker:latest",
testing_image: "gcr.io/kubeflow-ci/test-worker/test-worker:v20190116-b7abb8d-e3b0c4",
versionTag: "latest",
zone: "us-central1-a",
},
Expand Down
2 changes: 1 addition & 1 deletion testing/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dockerfile used by out prow jobs.
# The sole purpose of this image is to customize the command run.
FROM gcr.io/kubeflow-ci/test-worker:latest
FROM gcr.io/kubeflow-ci/test-worker/test-worker:v20190116-b7abb8d-e3b0c4
MAINTAINER kubeflow-team

COPY run.sh /usr/local/bin/run.sh
Expand Down
2 changes: 1 addition & 1 deletion testing/workflows/app.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: 0.1.0
apiVersion: 0.3.0
environments:
kubeflow-testing:
destination:
Expand Down
2 changes: 1 addition & 1 deletion testing/workflows/components/click_deploy_test.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ local bootstrapDir = srcDir + "/bootstrap";

local kubeConfig = testDir + "/click_deploy_test/.kube/kubeconfig";

local image = "gcr.io/kubeflow-ci/test-worker:latest";
local image = "gcr.io/kubeflow-ci/test-worker/test-worker:v20190116-b7abb8d-e3b0c4";
local bootstrapImage = "gcr.io/kubeflow-ci/bootstrapper";

// The name of the NFS volume claim to use for test files.
Expand Down
2 changes: 1 addition & 1 deletion testing/workflows/components/tfserving.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
registry: "gcr.io/kubeflow-ci",
versionTag: "latest",
// The default image to use for the steps in the Argo workflow.
testing_image: "gcr.io/kubeflow-ci/test-worker",
testing_image: "gcr.io/kubeflow-ci/test-worker/test-worker:v20190116-b7abb8d-e3b0c4",
tf_testing_image: "gcr.io/kubeflow-ci/tf-test-worker:1.0",
project: "kubeflow-ci",
cluster: "kubeflow-testing",
Expand Down
2 changes: 1 addition & 1 deletion testing/workflows/components/unit_tests.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ local srcRootDir = testDir + "/src";
// The directory containing the kubeflow/kubeflow repo
local srcDir = srcRootDir + "/kubeflow/kubeflow";

local image = "gcr.io/kubeflow-ci/test-worker:latest";
local image = "gcr.io/kubeflow-ci/test-worker/test-worker:v20190116-b7abb8d-e3b0c4";
local testing_image = "gcr.io/kubeflow-ci/kubeflow-testing";

// The name of the NFS volume claim to use for test files.
Expand Down
4 changes: 2 additions & 2 deletions testing/workflows/components/workflows.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
srcRootDir: self.testDir + "/src",
// The directory containing the kubeflow/kubeflow repo
srcDir: self.srcRootDir + "/kubeflow/kubeflow",
image: "gcr.io/kubeflow-ci/test-worker:latest",
image: "gcr.io/kubeflow-ci/test-worker/test-worker:v20190116-b7abb8d-e3b0c4",

// value of KUBECONFIG environment variable. This should be a full path.
kubeConfig: self.testDir + "/.kube/kubeconfig",
Expand Down Expand Up @@ -385,7 +385,7 @@
// The directory containing the kubeflow/kubeflow repo
local srcDir = srcRootDir + "/kubeflow/kubeflow";
local bootstrapDir = srcDir + "/bootstrap";
local image = "gcr.io/kubeflow-ci/test-worker:latest";
local image = "gcr.io/kubeflow-ci/test-worker/test-worker:v20190116-b7abb8d-e3b0c4";
local bootstrapperImage = "gcr.io/kubeflow-ci/bootstrapper:" + name;
// The last 4 digits of the name should be a unique id.
local deploymentName = "e2e-" + std.substr(name, std.length(name) - 4, 4);
Expand Down
2 changes: 1 addition & 1 deletion testing/workflows/debug_pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
spec:
containers:
- name: test-container
image: gcr.io/kubeflow-ci/test-worker:latest
image: gcr.io/kubeflow-ci/test-worker/test-worker:v20190116-b7abb8d-e3b0c4
command: ["tail", "-f", "/dev/null"]
volumeMounts:
- mountPath: /mnt/test-data-volume
Expand Down

0 comments on commit d2c6b14

Please sign in to comment.