Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

activate public prow service account #153

Merged
merged 13 commits into from
Nov 9, 2018
Prev Previous commit
Next Next commit
update
  • Loading branch information
IronPan committed Nov 8, 2018
commit 735e895924d21034b102a8b869a6b5982f07a3c9
2 changes: 1 addition & 1 deletion test/build_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ spec:
value: Dockerfile
- name: image-name
container:
image: gcr.io/ml-pipeline-staging/image-builder:v20181108-0.1.1-34-g7fd4521-e3b0c4
image: gcr.io/ml-pipeline-staging/image-builder:v20181108-0.1.1-38-g93afa4d-e3b0c4
imagePullPolicy: 'Always'
args: [
"--commit_sha", "{{inputs.parameters.commit-sha}}",
Expand Down
2 changes: 1 addition & 1 deletion test/e2e_test_gke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ spec:
value: Dockerfile
- name: image-suffix
container:
image: gcr.io/ml-pipeline-staging/image-builder:v20181108-0.1.1-34-g7fd4521-e3b0c4
image: gcr.io/ml-pipeline-staging/image-builder:v20181108-0.1.1-38-g93afa4d-e3b0c4
imagePullPolicy: 'Always'
args: [
"--commit_sha", "{{inputs.parameters.commit-sha}}",
Expand Down
4 changes: 2 additions & 2 deletions test/sample_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ spec:
value: Dockerfile
- name: image-suffix
container:
image: gcr.io/ml-pipeline-staging/image-builder:v20181108-0.1.1-34-g7fd4521-e3b0c4
image: gcr.io/ml-pipeline-staging/image-builder:v20181108-0.1.1-38-g93afa4d-e3b0c4
imagePullPolicy: 'Always'
args: [
"--commit_sha", "{{inputs.parameters.commit-sha}}",
Expand Down Expand Up @@ -651,7 +651,7 @@ spec:
- name: build-script
- name: image-suffix
container:
image: gcr.io/ml-pipeline-staging/image-builder:v20181108-0.1.1-34-g7fd4521-e3b0c4
image: gcr.io/ml-pipeline-staging/image-builder:v20181108-0.1.1-38-g93afa4d-e3b0c4
imagePullPolicy: 'Always'
args: [
"--commit_sha", "{{inputs.parameters.commit-sha}}",
Expand Down