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

Upgrade Prow infra to v20220503-01ebd50188 #309

Merged
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
2 changes: 1 addition & 1 deletion config/prow/cluster/cherrypick_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
spec:
containers:
- name: cherrypick
image: gcr.io/k8s-prow/cherrypicker:v20220404-e2e605a820
image: gcr.io/k8s-prow/cherrypicker:v20220503-01ebd50188
args:
- --github-token-path=/etc/github/token
- --github-endpoint=http://ghproxy
Expand Down
2 changes: 1 addition & 1 deletion config/prow/cluster/crier_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: crier
image: gcr.io/k8s-prow/crier:v20220404-e2e605a820
image: gcr.io/k8s-prow/crier:v20220503-01ebd50188
args:
- --blob-storage-workers=10
- --config-path=/etc/config/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion config/prow/cluster/crier_github_app_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: crier2
image: gcr.io/k8s-prow/crier:v20220404-e2e605a820
image: gcr.io/k8s-prow/crier:v20220503-01ebd50188
args:
- --blob-storage-workers=10
- --config-path=/etc/config/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion config/prow/cluster/deck_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: deck
image: gcr.io/k8s-prow/deck:v20220404-e2e605a820
image: gcr.io/k8s-prow/deck:v20220503-01ebd50188
args:
- --config-path=/etc/config/config.yaml
- --plugin-config=/etc/plugins/plugins.yaml
Expand Down
2 changes: 1 addition & 1 deletion config/prow/cluster/ghproxy_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
spec:
containers:
- name: ghproxy
image: gcr.io/k8s-prow/ghproxy:v20220404-e2e605a820
image: gcr.io/k8s-prow/ghproxy:v20220503-01ebd50188
args:
- --cache-dir=/cache
- --cache-sizeGB=99
Expand Down
2 changes: 1 addition & 1 deletion config/prow/cluster/hook_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: hook
image: gcr.io/k8s-prow/hook:v20220404-e2e605a820
image: gcr.io/k8s-prow/hook:v20220503-01ebd50188
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion config/prow/cluster/hook_github_app_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: hook2
image: gcr.io/k8s-prow/hook:v20220404-e2e605a820
image: gcr.io/k8s-prow/hook:v20220503-01ebd50188
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion config/prow/cluster/horologium_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: horologium
image: gcr.io/k8s-prow/horologium:v20220404-e2e605a820
image: gcr.io/k8s-prow/horologium:v20220503-01ebd50188
args:
- --dry-run=false
- --config-path=/etc/config/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion config/prow/cluster/label_sync_cron_job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: label-sync
image: gcr.io/k8s-prow/label_sync:v20220404-e2e605a820
image: gcr.io/k8s-prow/label_sync:v20220503-01ebd50188
args:
- --config=/etc/config/labels.yaml
- --confirm=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
- --github-endpoint=https://api.github.com
- --enable-controller=plank
- --job-config-path=/etc/job-config
image: gcr.io/k8s-prow/prow-controller-manager:v20220404-e2e605a820
image: gcr.io/k8s-prow/prow-controller-manager:v20220503-01ebd50188
env:
# Use KUBECONFIG envvar rather than --kubeconfig flag in order to provide multiple configs to merge.
- name: KUBECONFIG
Expand Down
13 changes: 12 additions & 1 deletion config/prow/cluster/prowjob_customresourcedefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -519,9 +519,20 @@ spec:
job:
description: Job is the name of the job
type: string
job_queue_name:
description: JobQueueName is an optional field with name of a queue
defining max concurrency. When several jobs from the same queue
try to run at the same time, the number of them that is actually
started is limited by JobQueueConcurrencies (part of Plank's config).
If this field is left undefined inifinite concurrency is assumed.
This behaviour may be superseded by MaxConcurrency field, if it
is set to a constraining value.
type: string
max_concurrency:
description: MaxConcurrency restricts the total number of instances
of this job that can run in parallel at once
of this job that can run in parallel at once. This is a separate
mechanism to JobQueueName and the lowest max concurrency is selected
from these two.
minimum: 0
type: integer
namespace:
Expand Down
2 changes: 1 addition & 1 deletion config/prow/cluster/sinker_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
serviceAccountName: "sinker"
containers:
- name: sinker
image: gcr.io/k8s-prow/sinker:v20220404-e2e605a820
image: gcr.io/k8s-prow/sinker:v20220503-01ebd50188
args:
- --config-path=/etc/config/config.yaml
- --job-config-path=/etc/job-config
Expand Down
2 changes: 1 addition & 1 deletion config/prow/cluster/statusreconciler_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: statusreconciler
image: gcr.io/k8s-prow/status-reconciler:v20220404-e2e605a820
image: gcr.io/k8s-prow/status-reconciler:v20220503-01ebd50188
args:
- --dry-run=false
- --continue-on-error=true
Expand Down
2 changes: 1 addition & 1 deletion config/prow/cluster/tide_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
serviceAccountName: "tide"
containers:
- name: tide
image: gcr.io/k8s-prow/tide:v20220404-e2e605a820
image: gcr.io/k8s-prow/tide:v20220503-01ebd50188
args:
- --dry-run=false
- --config-path=/etc/config/config.yaml
Expand Down
14 changes: 10 additions & 4 deletions config/prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,14 @@ deck:
- artifacts/filtered.html
- lens:
name: podinfo
config:
runner_configs:
"default":
pod_link_template: "https://us-south.containers.cloud.ibm.com/kubeproxy/clusters/c2mvmdid0fcfdmiub59g/service/#/pod/test-pods/{{ .Name }}?namespace=test-pods"
required_files:
- podinfo.json
optional_files:
- prowjob.json
- lens:
name: links
required_files:
Expand All @@ -71,10 +77,10 @@ plank:
path_strategy: explicit
s3_credentials_secret: s3-credentials
utility_images:
clonerefs: quay.io/powercloud/clonerefs:v20220404-e2e605a820
entrypoint: quay.io/powercloud/entrypoint:v20220404-e2e605a820
initupload: quay.io/powercloud/initupload:v20220404-e2e605a820
sidecar: quay.io/powercloud/sidecar:v20220404-e2e605a820
clonerefs: gcr.io/k8s-prow/clonerefs:v20220503-01ebd50188
entrypoint: gcr.io/k8s-prow/entrypoint:v20220503-01ebd50188
initupload: gcr.io/k8s-prow/initupload:v20220503-01ebd50188
sidecar: gcr.io/k8s-prow/sidecar:v20220503-01ebd50188
ssh_key_secrets:
- bot-ssh-secret

Expand Down