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/{org,enhancements,community} jobs to eks-prow-build-cluster #29737

Merged
Show file tree
Hide file tree
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
16 changes: 16 additions & 0 deletions config/jobs/kubernetes/community/community-presubmit.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
presubmits:
kubernetes/community:
- name: pull-community-verify
cluster: eks-prow-build-cluster
branches:
- master
always_run: true
Expand All @@ -13,10 +14,18 @@ presubmits:
- "-c"
# Add GOPATH/bin back to PATH to workaround #9469
- "export PATH=$PATH:$GOPATH/bin && make verify"
resources:
limits:
cpu: 2
memory: 4Gi
requests:
cpu: 2
memory: 4Gi
annotations:
testgrid-dashboards: sig-contribex-community
testgrid-tab-name: pull-verify
- name: pull-community-tempelis-check
cluster: eks-prow-build-cluster
decorate: true
branches:
- ^master$
Expand All @@ -32,6 +41,13 @@ presubmits:
- --config=communication/slack-config/
- --restrictions=communication/slack-config/restrictions.yaml
- --auth=/etc/slack-auth/auth.json
resources:
limits:
cpu: 2
memory: 4Gi
requests:
cpu: 2
memory: 4Gi
volumeMounts:
- name: tempelis-readonly-creds
mountPath: /etc/slack-auth
Expand Down
16 changes: 16 additions & 0 deletions config/jobs/kubernetes/enhancements/enhancements-presubmit.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
presubmits:
kubernetes/enhancements:
- name: pull-enhancements-verify
cluster: eks-prow-build-cluster
always_run: true
decorate: true
spec:
Expand All @@ -10,7 +11,15 @@ presubmits:
- sh
- "-c"
- "export PATH=$PATH:$GOPATH/bin && ./hack/verify.sh"
resources:
limits:
cpu: 2
memory: 4Gi
requests:
cpu: 2
memory: 4Gi
- name: pull-enhancements-test
cluster: eks-prow-build-cluster
always_run: true
decorate: true
spec:
Expand All @@ -20,3 +29,10 @@ presubmits:
- make
- test
- tools
resources:
limits:
cpu: 2
memory: 4Gi
requests:
cpu: 2
memory: 4Gi
17 changes: 17 additions & 0 deletions config/jobs/kubernetes/org/kubernetes-org-jobs.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
presubmits:
kubernetes/org:
- name: pull-org-test-all
cluster: eks-prow-build-cluster
always_run: true
decorate: true
labels:
Expand All @@ -12,10 +13,19 @@ presubmits:
- make
args:
- test
resources:
limits:
cpu: 2
memory: 4Gi
requests:
cpu: 2
memory: 4Gi
annotations:
testgrid-num-columns-recent: '30'
testgrid-create-test-group: 'true'

- name: pull-org-verify-all
cluster: eks-prow-build-cluster
always_run: true
decorate: true
labels:
Expand All @@ -27,6 +37,13 @@ presubmits:
- make
args:
- verify
resources:
limits:
cpu: 2
memory: 4Gi
requests:
cpu: 2
memory: 4Gi
annotations:
testgrid-num-columns-recent: '30'
testgrid-create-test-group: 'true'