Skip to content

Commit

Permalink
ci-operator-prowgen --from-dir ./ci-operator/config --to-dir ./ci-ope…
Browse files Browse the repository at this point in the history
…rator/jobs
  • Loading branch information
openshift-bot authored and ci-robot committed Apr 26, 2024
1 parent 8ee7c1b commit 5f8d046
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ presubmits:
name: pull-ci-openshift-priv-microshift-main-ocp-conformance-rhel-eus
path_alias: github.com/openshift/microshift
rerun_command: /test ocp-conformance-rhel-eus
run_if_changed: ^(assets/.*|cmd/.*|etcd/.*|pkg/.*|packaging/.*|origin/.*|vendor/.*|Makefile.*|scripts/.*)$
run_if_changed: ^(assets/.*|etcd/.*|vendor/.*)$
spec:
containers:
- args:
Expand Down Expand Up @@ -893,7 +893,7 @@ presubmits:
name: pull-ci-openshift-priv-microshift-main-ocp-conformance-rhel-eus-arm
path_alias: github.com/openshift/microshift
rerun_command: /test ocp-conformance-rhel-eus-arm
run_if_changed: ^(assets/.*|cmd/.*|etcd/.*|pkg/.*|packaging/.*|origin/.*|vendor/.*|Makefile.*|scripts/.*)$
run_if_changed: ^(assets/.*|etcd/.*|vendor/.*)$
spec:
containers:
- args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ presubmits:
name: pull-ci-openshift-priv-microshift-release-4.16-ocp-conformance-rhel-eus
path_alias: github.com/openshift/microshift
rerun_command: /test ocp-conformance-rhel-eus
run_if_changed: ^(assets/.*|cmd/.*|etcd/.*|pkg/.*|packaging/.*|origin/.*|vendor/.*|Makefile.*|scripts/.*)$
run_if_changed: ^(assets/.*|etcd/.*|vendor/.*)$
spec:
containers:
- args:
Expand Down Expand Up @@ -893,7 +893,7 @@ presubmits:
name: pull-ci-openshift-priv-microshift-release-4.16-ocp-conformance-rhel-eus-arm
path_alias: github.com/openshift/microshift
rerun_command: /test ocp-conformance-rhel-eus-arm
run_if_changed: ^(assets/.*|cmd/.*|etcd/.*|pkg/.*|packaging/.*|origin/.*|vendor/.*|Makefile.*|scripts/.*)$
run_if_changed: ^(assets/.*|etcd/.*|vendor/.*)$
spec:
containers:
- args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ presubmits:
name: pull-ci-openshift-priv-microshift-release-4.17-ocp-conformance-rhel-eus
path_alias: github.com/openshift/microshift
rerun_command: /test ocp-conformance-rhel-eus
run_if_changed: ^(assets/.*|cmd/.*|etcd/.*|pkg/.*|packaging/.*|origin/.*|vendor/.*|Makefile.*|scripts/.*)$
run_if_changed: ^(assets/.*|etcd/.*|vendor/.*)$
spec:
containers:
- args:
Expand Down Expand Up @@ -893,7 +893,7 @@ presubmits:
name: pull-ci-openshift-priv-microshift-release-4.17-ocp-conformance-rhel-eus-arm
path_alias: github.com/openshift/microshift
rerun_command: /test ocp-conformance-rhel-eus-arm
run_if_changed: ^(assets/.*|cmd/.*|etcd/.*|pkg/.*|packaging/.*|origin/.*|vendor/.*|Makefile.*|scripts/.*)$
run_if_changed: ^(assets/.*|etcd/.*|vendor/.*)$
spec:
containers:
- args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ presubmits:
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-microshift-release-4.16-ocp-conformance-rhel-eus
rerun_command: /test ocp-conformance-rhel-eus
run_if_changed: ^(assets/.*|cmd/.*|etcd/.*|pkg/.*|packaging/.*|origin/.*|vendor/.*|Makefile.*|scripts/.*)$
run_if_changed: ^(assets/.*|etcd/.*|vendor/.*)$
spec:
containers:
- args:
Expand Down Expand Up @@ -801,7 +801,7 @@ presubmits:
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-microshift-release-4.16-ocp-conformance-rhel-eus-arm
rerun_command: /test ocp-conformance-rhel-eus-arm
run_if_changed: ^(assets/.*|cmd/.*|etcd/.*|pkg/.*|packaging/.*|origin/.*|vendor/.*|Makefile.*|scripts/.*)$
run_if_changed: ^(assets/.*|etcd/.*|vendor/.*)$
spec:
containers:
- args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ presubmits:
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-microshift-release-4.17-ocp-conformance-rhel-eus
rerun_command: /test ocp-conformance-rhel-eus
run_if_changed: ^(assets/.*|cmd/.*|etcd/.*|pkg/.*|packaging/.*|origin/.*|vendor/.*|Makefile.*|scripts/.*)$
run_if_changed: ^(assets/.*|etcd/.*|vendor/.*)$
spec:
containers:
- args:
Expand Down Expand Up @@ -802,7 +802,7 @@ presubmits:
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-microshift-release-4.17-ocp-conformance-rhel-eus-arm
rerun_command: /test ocp-conformance-rhel-eus-arm
run_if_changed: ^(assets/.*|cmd/.*|etcd/.*|pkg/.*|packaging/.*|origin/.*|vendor/.*|Makefile.*|scripts/.*)$
run_if_changed: ^(assets/.*|etcd/.*|vendor/.*)$
spec:
containers:
- args:
Expand Down

0 comments on commit 5f8d046

Please sign in to comment.