Skip to content

Commit

Permalink
Merge pull request #29756 from iftachk/migrate-jobset-jobs
Browse files Browse the repository at this point in the history
migrate kubernetes/jobset jobs to eks cluster
  • Loading branch information
k8s-ci-robot authored Jun 16, 2023
2 parents 62c8863 + 92237b8 commit 734e0f4
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions config/jobs/kubernetes-sigs/jobset/jobset-presubmit.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
presubmits:
kubernetes-sigs/jobset:
- name: pull-jobset-test-unit-main
cluster: eks-prow-build-cluster
always_run: true
decorate: true
path_alias: sigs.k8s.io/jobset
Expand All @@ -18,7 +19,15 @@ presubmits:
- make
args:
- test
resources:
limits:
cpu: 1
memory: 4Gi
requests:
cpu: 1
memory: 4Gi
- name: pull-jobset-test-integration-main
cluster: eks-prow-build-cluster
always_run: true
decorate: true
path_alias: sigs.k8s.io/jobset
Expand All @@ -33,7 +42,15 @@ presubmits:
- make
args:
- test-integration
resources:
limits:
cpu: 1
memory: 4Gi
requests:
cpu: 1
memory: 4Gi
- name: pull-jobset-test-e2e-main-1-24
cluster: eks-prow-build-cluster
always_run: true
decorate: true
path_alias: sigs.k8s.io/jobset
Expand All @@ -58,7 +75,15 @@ presubmits:
# docker-in-docker needs privileged mode
securityContext:
privileged: true
resources:
limits:
cpu: 1
memory: 4Gi
requests:
cpu: 1
memory: 4Gi
- name: pull-jobset-test-e2e-main-1-25
cluster: eks-prow-build-cluster
always_run: true
decorate: true
path_alias: sigs.k8s.io/jobset
Expand All @@ -83,7 +108,15 @@ presubmits:
# docker-in-docker needs privileged mode
securityContext:
privileged: true
resources:
limits:
cpu: 1
memory: 4Gi
requests:
cpu: 1
memory: 4Gi
- name: pull-jobset-test-e2e-main-1-26
cluster: eks-prow-build-cluster
always_run: true
decorate: true
path_alias: sigs.k8s.io/jobset
Expand All @@ -108,7 +141,15 @@ presubmits:
# docker-in-docker needs privileged mode
securityContext:
privileged: true
resources:
limits:
cpu: 1
memory: 4Gi
requests:
cpu: 1
memory: 4Gi
- name: pull-jobset-verify-main
cluster: eks-prow-build-cluster
branches:
- ^main
skip_if_only_changed: "^docs/|^\\.github/|\\.(md)$|^(README|LICENSE|OWNERS)$"
Expand All @@ -125,3 +166,10 @@ presubmits:
- make
args:
- verify
resources:
limits:
cpu: 1
memory: 4Gi
requests:
cpu: 1
memory: 4Gi

0 comments on commit 734e0f4

Please sign in to comment.