Skip to content

Commit

Permalink
Merge pull request #33341 from kannon92/jobset-1.31
Browse files Browse the repository at this point in the history
JobSet: drop 1.27 and add 1.31 e2e tests
  • Loading branch information
k8s-ci-robot authored Aug 23, 2024
2 parents 85d0469 + c36bdd4 commit fe764ff
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions config/jobs/kubernetes-sigs/jobset/jobset-presubmit-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,41 +55,6 @@ presubmits:
requests:
cpu: 3
memory: 10Gi
- name: pull-jobset-test-e2e-main-1-27
cluster: eks-prow-build-cluster
always_run: true
decorate: true
path_alias: sigs.k8s.io/jobset
annotations:
testgrid-dashboards: sig-apps
testgrid-tab-name: pull-jobset-test-e2e-main-1-27
description: "Run jobset end to end tests for Kubernetes 1.27"
labels:
preset-dind-enabled: "true"
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240803-cf1183f2db-master
env:
- name: E2E_KIND_VERSION
value: kindest/node:v1.27.13
- name: BUILDER_IMAGE
value: public.ecr.aws/docker/library/golang:1.22
command:
# generic runner script, handles DIND, bazelrc for caching, etc.
- runner.sh
args:
- make
- test-e2e-kind
# docker-in-docker needs privileged mode
securityContext:
privileged: true
resources:
limits:
cpu: 3
memory: 10Gi
requests:
cpu: 3
memory: 10Gi
- name: pull-jobset-test-e2e-main-1-28
cluster: eks-prow-build-cluster
always_run: true
Expand Down Expand Up @@ -196,6 +161,41 @@ presubmits:
requests:
cpu: 3
memory: 10Gi
- name: pull-jobset-test-e2e-main-1-31
cluster: eks-prow-build-cluster
always_run: true
decorate: true
path_alias: sigs.k8s.io/jobset
annotations:
testgrid-dashboards: sig-apps
testgrid-tab-name: pull-jobset-test-e2e-main-1-31
description: "Run jobset end to end tests for Kubernetes 1.31"
labels:
preset-dind-enabled: "true"
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240803-cf1183f2db-master
env:
- name: E2E_KIND_VERSION
value: kindest/node:v1.31.0
- name: BUILDER_IMAGE
value: public.ecr.aws/docker/library/golang:1.22
command:
# generic runner script, handles DIND, bazelrc for caching, etc.
- runner.sh
args:
- make
- test-e2e-kind
# docker-in-docker needs privileged mode
securityContext:
privileged: true
resources:
limits:
cpu: 3
memory: 10Gi
requests:
cpu: 3
memory: 10Gi
- name: pull-jobset-verify-main
cluster: eks-prow-build-cluster
branches:
Expand Down

0 comments on commit fe764ff

Please sign in to comment.