Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate kubernetes/jobset jobs to eks cluster #29756

Merged
merged 1 commit into from
Jun 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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