Skip to content

Commit

Permalink
Use correct image
Browse files Browse the repository at this point in the history
  • Loading branch information
krsna-m committed Sep 26, 2023
1 parent 747f2d8 commit 4c26c5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ periodics:
value: us-central1
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/test-account/service-account.json
image: gcr.io/knative-tests/test-infra/prow-tests:v20230918-e098e6159
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20230925-25e28c7d0
name: ""
resources: {}
securityContext:
Expand Down Expand Up @@ -77,7 +77,7 @@ periodics:
value: "true"
- name: ATTEST_IMAGES
value: "true"
image: gcr.io/knative-tests/test-infra/prow-tests:v20230918-e098e6159
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20230925-25e28c7d0
name: ""
resources: {}
securityContext:
Expand Down Expand Up @@ -130,7 +130,7 @@ periodics:
value: knative-extensions
- name: ATTEST_IMAGES
value: "true"
image: gcr.io/knative-tests/test-infra/prow-tests:v20230918-e098e6159
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20230925-25e28c7d0
name: ""
resources: {}
securityContext:
Expand Down Expand Up @@ -174,7 +174,7 @@ presubmits:
- runner.sh
- ./test/presubmit-tests.sh
- --build-tests
image: gcr.io/knative-tests/test-infra/prow-tests:v20230918-e098e6159
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20230925-25e28c7d0
name: ""
resources: {}
securityContext:
Expand All @@ -197,7 +197,7 @@ presubmits:
- runner.sh
- ./test/presubmit-tests.sh
- --unit-tests
image: gcr.io/knative-tests/test-infra/prow-tests:v20230918-e098e6159
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20230925-25e28c7d0
name: ""
resources: {}
securityContext:
Expand Down Expand Up @@ -225,7 +225,7 @@ presubmits:
value: us-central1
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/test-account/service-account.json
image: gcr.io/knative-tests/test-infra/prow-tests:v20230918-e098e6159
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20230925-25e28c7d0
name: ""
resources: {}
securityContext:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org: knative-extensions
repo: serving-progressive-rollout
branches: [main]
image: gcr.io/knative-tests/test-infra/prow-tests:v20230918-e098e6159
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20230925-25e28c7d0

jobs:
- name: build-tests
Expand Down

0 comments on commit 4c26c5b

Please sign in to comment.