Skip to content

Commit

Permalink
NFD Create presubmit for v0.14
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
  • Loading branch information
ArangoGutierrez committed Sep 7, 2023
1 parent 44bb93b commit 94bc81f
Showing 1 changed file with 68 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
presubmits:
kubernetes-sigs/node-feature-discovery:
- name: pull-node-feature-discovery-verify-release-0-14
cluster: eks-prow-build-cluster
skip_if_only_changed: "^docs/|^\\.github/|\\.(md)$|^(README|LICENSE|OWNERS)$"
branches:
- ^release-0.14
decorate: true
annotations:
testgrid-dashboards: sig-node-node-feature-discovery
testgrid-tab-name: verify-release-0.14
description: "Verify source code of node-feature-discovery: check formatting, lint etc."
spec:
containers:
- image: public.ecr.aws/docker/library/golang:1.20
command:
- scripts/test-infra/verify.sh
resources:
limits:
cpu: 4
memory: 8Gi
requests:
cpu: 4
memory: 8Gi
- name: pull-node-feature-discovery-verify-docs-release-0-14
cluster: eks-prow-build-cluster
run_if_changed: "^docs/"
branches:
- ^release-0.14
decorate: true
annotations:
testgrid-dashboards: sig-node-node-feature-discovery
testgrid-tab-name: verify-docs-release-0.14
description: "Verify documentation sources"
spec:
containers:
- 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-build-release-0-14
cluster: eks-prow-build-cluster
skip_if_only_changed: "^docs/|^demo/|^deployment/|^\\.github/|\\.(md)$|^(README|LICENSE|OWNERS)$"
branches:
- ^release-0.14
decorate: true
annotations:
testgrid-dashboards: sig-node-node-feature-discovery
testgrid-tab-name: build-release-0.14
description: "Build node-feature-discovery binaries"
spec:
containers:
- image: public.ecr.aws/docker/library/golang:1.20
command:
- scripts/test-infra/build.sh
resources:
limits:
cpu: 2
memory: 4Gi
requests:
cpu: 2
memory: 4Gi

0 comments on commit 94bc81f

Please sign in to comment.