-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23154 from spiffxp/wg-k8s-infra-triage-fixes
config/jobs: misc fixes for k8s-infra triage jobs
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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' | ||
|
@@ -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) | ||
|
@@ -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 |