Skip to content

Commit

Permalink
Merge pull request #30553 from rjsadow/node-feature-discovery-operator
Browse files Browse the repository at this point in the history
migrate `node-feature-discovery-operator` jobs to community cluster
  • Loading branch information
k8s-ci-robot authored Aug 29, 2023
2 parents e8a992f + 2876f61 commit 5852369
Showing 1 changed file with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
presubmits:
kubernetes-sigs/node-feature-discovery-operator:
- name: pull-node-feature-discovery-operator-verify
cluster: eks-prow-build-cluster
always_run: true
skip_branches:
- gh-pages
Expand All @@ -14,7 +15,15 @@ presubmits:
- image: public.ecr.aws/docker/library/golang:1.20
command:
- scripts/test-infra/verify.sh
resources:
limits:
cpu: 2
memory: 4Gi
requests:
cpu: 2
memory: 4Gi
- name: pull-node-feature-discovery-operator-verify-docs
cluster: eks-prow-build-cluster
always_run: true
skip_branches:
- gh-pages
Expand All @@ -28,7 +37,15 @@ presubmits:
- image: ruby:slim
command:
- scripts/test-infra/mdlint.sh
resources:
limits:
cpu: 2
memory: 4Gi
requests:
cpu: 2
memory: 4Gi
- name: pull-node-feature-discovery-operator-build-image
cluster: eks-prow-build-cluster
always_run: true
skip_branches:
- gh-pages
Expand All @@ -49,7 +66,15 @@ presubmits:
- runner.sh
args:
- scripts/test-infra/build-image.sh
resources:
limits:
cpu: 2
memory: 4Gi
requests:
cpu: 2
memory: 4Gi
- name: pull-node-feature-discovery-operator-build-gh-pages
cluster: eks-prow-build-cluster
always_run: true
skip_branches:
- gh-pages
Expand All @@ -69,3 +94,10 @@ presubmits:
- runner.sh
args:
- scripts/test-infra/build-gh-pages.sh
resources:
limits:
cpu: 2
memory: 4Gi
requests:
cpu: 2
memory: 4Gi

0 comments on commit 5852369

Please sign in to comment.