Skip to content

Commit

Permalink
Add integration-1-cpu job to etcd presubmits
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvc committed May 24, 2024
1 parent 230e5e9 commit 963ab03
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions config/jobs/etcd/etcd-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,33 @@ presubmits:
limits:
cpu: "4"
memory: "8Gi"

- name: pull-etcd-integration-1-cpu-amd64
cluster: eks-prow-build-cluster
optional: true # remove this once the job is green
always_run: true
branches:
- main
decorate: true
annotations:
testgrid-dashboards: sig-etcd-presubmits
testgrid-tab-name: pull-etcd-integration-1-cpu-amd64
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
command:
- runner.sh
args:
- bash
- -c
- |
set -euo pipefail
make gofail-enable test-integration
GOOS=linux GOARCH=amd64 CPU=1 make test-integration
resources:
requests:
cpu: "1"
memory: "8Gi"
limits:
cpu: "1"
memory: "8Gi"

0 comments on commit 963ab03

Please sign in to comment.