Skip to content

Commit e3fd1f9

Browse files
authored
Merge pull request #33398 from kannon92/drop-1.27-jobset
drop 1.27 from periodic jobs for jobset
2 parents c22c9cc + 55fbd0b commit e3fd1f9

File tree

1 file changed

+0
-40
lines changed

1 file changed

+0
-40
lines changed

config/jobs/kubernetes-sigs/jobset/jobset-periodics-main.yaml

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -68,46 +68,6 @@ periodics:
6868
requests:
6969
cpu: 3
7070
memory: 10Gi
71-
- interval: 12h
72-
name: peroodic-jobset-test-e2e-main-1-27
73-
cluster: eks-prow-build-cluster
74-
extra_refs:
75-
- org: kubernetes-sigs
76-
repo: jobset
77-
base_ref: main
78-
path_alias: sigs.k8s.io/jobset
79-
annotations:
80-
testgrid-dashboards: sig-scheduling
81-
testgrid-tab-name: periodic-jobset-test-e2e-main-1-27
82-
testgrid-num-failures-to-alert: '1'
83-
description: "Run periodic jobset end to end tests for Kubernetes 1.27"
84-
testgrid-num-columns-recent: '30'
85-
labels:
86-
preset-dind-enabled: "true"
87-
decorate: true
88-
spec:
89-
containers:
90-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240803-cf1183f2db-master
91-
env:
92-
- name: E2E_KIND_VERSION
93-
value: kindest/node:v1.27.13
94-
- name: BUILDER_IMAGE
95-
value: public.ecr.aws/docker/library/golang:1.22
96-
command:
97-
# generic runner script, handles DIND, bazelrc for caching, etc.
98-
- runner.sh
99-
args:
100-
- make
101-
- test-e2e-kind
102-
securityContext:
103-
privileged: true
104-
resources:
105-
limits:
106-
cpu: 3
107-
memory: 10Gi
108-
requests:
109-
cpu: 3
110-
memory: 10Gi
11171
- interval: 12h
11272
name: periodic-jobset-test-e2e-main-1-28
11373
cluster: eks-prow-build-cluster

0 commit comments

Comments
 (0)