Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ tests:
test:
- ref: go-verify-deps
zz_generated_metadata:
branch: master
branch: main
org: openshift-priv
repo: node-feature-discovery
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ tests:
test:
- ref: go-verify-deps
zz_generated_metadata:
branch: master
branch: main
org: openshift
repo: node-feature-discovery
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ postsubmits:
- agent: kubernetes
always_run: true
branches:
- ^master$
cluster: build08
- ^main$
cluster: build05
decorate: true
decoration_config:
oauth_token_secret:
Expand All @@ -15,7 +15,7 @@ postsubmits:
ci-operator.openshift.io/is-promotion: "true"
ci.openshift.io/generator: prowgen
max_concurrency: 1
name: branch-ci-openshift-priv-node-feature-discovery-master-images
name: branch-ci-openshift-priv-node-feature-discovery-main-images
path_alias: github.com/openshift/node-feature-discovery
spec:
containers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ presubmits:
- agent: kubernetes
always_run: true
branches:
- ^master$
- ^master-
cluster: build02
- ^main$
- ^main-
cluster: build05
context: ci/prow/images
decorate: true
decoration_config:
Expand All @@ -16,7 +16,7 @@ presubmits:
labels:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-priv-node-feature-discovery-master-images
name: pull-ci-openshift-priv-node-feature-discovery-main-images
path_alias: github.com/openshift/node-feature-discovery
rerun_command: /test images
spec:
Expand Down Expand Up @@ -66,9 +66,9 @@ presubmits:
- agent: kubernetes
always_run: true
branches:
- ^master$
- ^master-
cluster: build02
- ^main$
- ^main-
cluster: build05
context: ci/prow/unit
decorate: true
decoration_config:
Expand All @@ -79,7 +79,7 @@ presubmits:
labels:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-priv-node-feature-discovery-master-unit
name: pull-ci-openshift-priv-node-feature-discovery-main-unit
path_alias: github.com/openshift/node-feature-discovery
rerun_command: /test unit
spec:
Expand Down Expand Up @@ -129,9 +129,9 @@ presubmits:
- agent: kubernetes
always_run: true
branches:
- ^master$
- ^master-
cluster: build02
- ^main$
- ^main-
cluster: build05
context: ci/prow/verify
decorate: true
decoration_config:
Expand All @@ -142,7 +142,7 @@ presubmits:
labels:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-priv-node-feature-discovery-master-verify
name: pull-ci-openshift-priv-node-feature-discovery-main-verify
path_alias: github.com/openshift/node-feature-discovery
rerun_command: /test verify
spec:
Expand Down Expand Up @@ -192,9 +192,9 @@ presubmits:
- agent: kubernetes
always_run: true
branches:
- ^master$
- ^master-
cluster: build02
- ^main$
- ^main-
cluster: build05
context: ci/prow/verify-deps
decorate: true
decoration_config:
Expand All @@ -205,7 +205,7 @@ presubmits:
labels:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-priv-node-feature-discovery-master-verify-deps
name: pull-ci-openshift-priv-node-feature-discovery-main-verify-deps
path_alias: github.com/openshift/node-feature-discovery
rerun_command: /test verify-deps
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ postsubmits:
- agent: kubernetes
always_run: true
branches:
- ^master$
cluster: build08
- ^main$
cluster: build05
decorate: true
labels:
ci-operator.openshift.io/is-promotion: "true"
ci.openshift.io/generator: prowgen
max_concurrency: 1
name: branch-ci-openshift-node-feature-discovery-master-images
name: branch-ci-openshift-node-feature-discovery-main-images
spec:
containers:
- args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ presubmits:
- agent: kubernetes
always_run: true
branches:
- ^master$
- ^master-
cluster: build02
- ^main$
- ^main-
cluster: build05
context: ci/prow/images
decorate: true
labels:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-node-feature-discovery-master-images
name: pull-ci-openshift-node-feature-discovery-main-images
rerun_command: /test images
spec:
containers:
Expand Down Expand Up @@ -57,15 +57,15 @@ presubmits:
- agent: kubernetes
always_run: true
branches:
- ^master$
- ^master-
cluster: build02
- ^main$
- ^main-
cluster: build05
context: ci/prow/unit
decorate: true
labels:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-node-feature-discovery-master-unit
name: pull-ci-openshift-node-feature-discovery-main-unit
rerun_command: /test unit
spec:
containers:
Expand Down Expand Up @@ -110,15 +110,15 @@ presubmits:
- agent: kubernetes
always_run: true
branches:
- ^master$
- ^master-
cluster: build02
- ^main$
- ^main-
cluster: build05
context: ci/prow/verify
decorate: true
labels:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-node-feature-discovery-master-verify
name: pull-ci-openshift-node-feature-discovery-main-verify
rerun_command: /test verify
spec:
containers:
Expand Down Expand Up @@ -163,15 +163,15 @@ presubmits:
- agent: kubernetes
always_run: true
branches:
- ^master$
- ^master-
cluster: build02
- ^main$
- ^main-
cluster: build05
context: ci/prow/verify-deps
decorate: true
labels:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-node-feature-discovery-master-verify-deps
name: pull-ci-openshift-node-feature-discovery-main-verify-deps
rerun_command: /test verify-deps
spec:
containers:
Expand Down