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

config/jobs: misc fixes for k8s-infra triage jobs #23154

Merged
merged 3 commits into from
Aug 6, 2021
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ postsubmits:
run_if_changed: '^triage/Makefile$|^triage/[^/]+(\.html|\.js|\.css)$'
decorate: true
spec:
serviceAccountName: pusher
serviceAccountName: k8s-triage
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210721-2b77449-master
command:
Expand All @@ -25,7 +25,7 @@ postsubmits:
requests:
memory: "1Gi"
annotations:
testgrid-dashboards: sig-testing-maintenance
testgrid-dashboards: sig-testing-maintenance, wg-k8s-infra-prow
testgrid-tab-name: triage-update
testgrid-alert-email: [email protected], [email protected]
testgrid-num-failures-to-alert: '1'
Expand Down Expand Up @@ -88,7 +88,7 @@ periodics:
spec:
serviceAccountName: k8s-triage
containers:
- image: gcr.io/k8s-testimages/triage:latest
- image: gcr.io/k8s-staging-test-infra/triage:latest
imagePullPolicy: Always
env:
# Go incorrectly determines the number of CPUs in a pod, set manually to (2*CPUs-1)
Expand All @@ -103,8 +103,8 @@ periodics:
# When changing CPUs, also change NUM_WORKERS above
resources:
requests:
cpu: 7
memory: 40Gi
cpu: 6
memory: 32Gi
limits:
cpu: 7
memory: 40Gi
cpu: 6
memory: 32Gi