Skip to content

Commit

Permalink
Merge pull request #32659 from ivanvc/add-etcd-integration-1-cpu-pres…
Browse files Browse the repository at this point in the history
…ubmit-job

Add integration-1-cpu job to etcd presubmits
  • Loading branch information
k8s-ci-robot authored May 25, 2024
2 parents 230e5e9 + 559f024 commit 6a23f98
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
GOOS=linux GOARCH=amd64 CPU=1 make test-integration
resources:
requests:
cpu: "1"
memory: "8Gi"
limits:
cpu: "1"
memory: "8Gi"

0 comments on commit 6a23f98

Please sign in to comment.