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

Update Knative prow-tests image to v20240903-94f42b47a #511

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions prow/jobs/custom/infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ presubmits:
spec:
serviceAccountName: test-runner
containers:
- image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
- image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
imagePullPolicy: Always
command:
- runner.sh
Expand Down Expand Up @@ -100,7 +100,7 @@ periodics:
cluster-autoscaler.kubernetes.io/safe-to-evict: "true"
spec:
containers:
- image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
- image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
imagePullPolicy: Always
command:
- "runner.sh"
Expand Down Expand Up @@ -139,7 +139,7 @@ periodics:
spec:
serviceAccountName: test-runner
containers:
- image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
- image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
imagePullPolicy: Always
command:
- "runner.sh"
Expand Down Expand Up @@ -168,7 +168,7 @@ periodics:
spec:
serviceAccountName: flaky-test-reporter
containers:
- image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
- image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
imagePullPolicy: Always
command:
- "runner.sh"
Expand Down Expand Up @@ -216,7 +216,7 @@ periodics:
spec:
serviceAccountName: flaky-test-reporter
containers:
- image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
- image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
imagePullPolicy: Always
command:
- "runner.sh"
Expand Down Expand Up @@ -276,7 +276,7 @@ periodics:
report_template: '"The prow-jobs-syncer periodic job has failed, please check the logs: <{{.Status.URL}}|View logs>"'
spec:
containers:
- image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
- image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
imagePullPolicy: Always
command:
- "runner.sh"
Expand Down Expand Up @@ -346,7 +346,7 @@ postsubmits:
spec:
serviceAccountName: test-runner # switch a different service account
containers:
- image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
- image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
imagePullPolicy: Always
command:
- runner.sh
Expand Down
6 changes: 3 additions & 3 deletions prow/jobs/custom/knativeteam-groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ presubmits:
cluster: prow-trusted
spec:
containers:
- image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
- image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
command:
- runner.sh
args:
Expand Down Expand Up @@ -40,7 +40,7 @@ periodics:
spec:
serviceAccountName: gsuite-groups-manager
containers:
- image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
- image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
command:
- runner.sh
args:
Expand Down Expand Up @@ -76,7 +76,7 @@ postsubmits:
spec:
serviceAccountName: gsuite-groups-manager
containers:
- image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
- image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
command:
- runner.sh
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ periodics:
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/test-account/service-account.json
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
name: ""
resources: {}
securityContext:
Expand Down Expand Up @@ -73,7 +73,7 @@ periodics:
value: "true"
- name: ATTEST_IMAGES
value: "true"
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
name: ""
resources: {}
securityContext:
Expand Down Expand Up @@ -126,7 +126,7 @@ periodics:
value: knative-extensions
- name: ATTEST_IMAGES
value: "true"
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
name: ""
resources: {}
securityContext:
Expand Down Expand Up @@ -170,7 +170,7 @@ presubmits:
- runner.sh
- ./test/presubmit-tests.sh
- --build-tests
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
name: ""
resources: {}
securityContext:
Expand All @@ -193,7 +193,7 @@ presubmits:
- runner.sh
- ./test/presubmit-tests.sh
- --unit-tests
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
name: ""
resources: {}
securityContext:
Expand All @@ -219,7 +219,7 @@ presubmits:
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/test-account/service-account.json
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
name: ""
resources: {}
securityContext:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ periodics:
value: /etc/test-account/service-account.json
- name: DOCKER_IN_DOCKER_ENABLED
value: "true"
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
name: ""
resources: {}
securityContext:
Expand Down Expand Up @@ -102,7 +102,7 @@ periodics:
value: "true"
- name: DOCKER_IN_DOCKER_ENABLED
value: "true"
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
name: ""
resources: {}
securityContext:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ presubmits:
- runner.sh
- ./test/presubmit-tests.sh
- --build-tests
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
name: ""
resources: {}
securityContext:
Expand All @@ -44,7 +44,7 @@ presubmits:
- runner.sh
- ./test/presubmit-tests.sh
- --unit-tests
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
name: ""
resources: {}
securityContext:
Expand All @@ -70,7 +70,7 @@ presubmits:
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/test-account/service-account.json
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
name: ""
resources: {}
securityContext:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ periodics:
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/test-account/service-account.json
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
name: ""
resources: {}
securityContext:
Expand Down Expand Up @@ -73,7 +73,7 @@ periodics:
value: "true"
- name: ATTEST_IMAGES
value: "true"
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
name: ""
resources: {}
securityContext:
Expand Down Expand Up @@ -126,7 +126,7 @@ periodics:
value: knative-extensions
- name: ATTEST_IMAGES
value: "true"
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
name: ""
resources: {}
securityContext:
Expand Down Expand Up @@ -175,7 +175,7 @@ presubmits:
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/test-account/service-account.json
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
name: ""
resources: {}
securityContext:
Expand Down Expand Up @@ -215,7 +215,7 @@ presubmits:
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/test-account/service-account.json
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
name: ""
resources: {}
securityContext:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ periodics:
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/test-account/service-account.json
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
name: ""
resources: {}
securityContext:
Expand Down Expand Up @@ -82,7 +82,7 @@ periodics:
value: knative-extensions
- name: ATTEST_IMAGES
value: "true"
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
name: ""
resources: {}
securityContext:
Expand Down Expand Up @@ -131,7 +131,7 @@ presubmits:
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/test-account/service-account.json
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
name: ""
resources: {}
securityContext:
Expand Down Expand Up @@ -171,7 +171,7 @@ presubmits:
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/test-account/service-account.json
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
name: ""
resources: {}
securityContext:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ periodics:
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/test-account/service-account.json
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
name: ""
resources: {}
securityContext:
Expand Down Expand Up @@ -82,7 +82,7 @@ periodics:
value: knative-extensions
- name: ATTEST_IMAGES
value: "true"
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
name: ""
resources: {}
securityContext:
Expand Down Expand Up @@ -131,7 +131,7 @@ presubmits:
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/test-account/service-account.json
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
name: ""
resources: {}
securityContext:
Expand Down Expand Up @@ -171,7 +171,7 @@ presubmits:
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/test-account/service-account.json
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
name: ""
resources: {}
securityContext:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ periodics:
value: /etc/test-account/service-account.json
- name: DOCKER_IN_DOCKER_ENABLED
value: "true"
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
name: ""
resources: {}
securityContext:
Expand Down Expand Up @@ -93,7 +93,7 @@ periodics:
value: "true"
- name: DOCKER_IN_DOCKER_ENABLED
value: "true"
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
name: ""
resources: {}
securityContext:
Expand Down Expand Up @@ -164,7 +164,7 @@ periodics:
value: "true"
- name: DOCKER_IN_DOCKER_ENABLED
value: "true"
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
name: ""
resources: {}
securityContext:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ periodics:
value: /etc/test-account/service-account.json
- name: DOCKER_IN_DOCKER_ENABLED
value: "true"
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
name: ""
resources: {}
securityContext:
Expand Down Expand Up @@ -102,7 +102,7 @@ periodics:
value: "true"
- name: DOCKER_IN_DOCKER_ENABLED
value: "true"
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
name: ""
resources: {}
securityContext:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ periodics:
value: /etc/test-account/service-account.json
- name: DOCKER_IN_DOCKER_ENABLED
value: "true"
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
name: ""
resources: {}
securityContext:
Expand Down Expand Up @@ -102,7 +102,7 @@ periodics:
value: "true"
- name: DOCKER_IN_DOCKER_ENABLED
value: "true"
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
name: ""
resources: {}
securityContext:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ periodics:
value: /etc/test-account/service-account.json
- name: DOCKER_IN_DOCKER_ENABLED
value: "true"
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
name: ""
resources: {}
securityContext:
Expand Down Expand Up @@ -93,7 +93,7 @@ periodics:
value: "true"
- name: DOCKER_IN_DOCKER_ENABLED
value: "true"
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
name: ""
resources: {}
securityContext:
Expand Down Expand Up @@ -164,7 +164,7 @@ periodics:
value: "true"
- name: DOCKER_IN_DOCKER_ENABLED
value: "true"
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240814-5855b4567
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240903-94f42b47a
name: ""
resources: {}
securityContext:
Expand Down
Loading
Loading