Skip to content
Open
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
2 changes: 2 additions & 0 deletions ci-operator/config/cri-o/cri-o/cri-o-cri-o-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,13 @@ resources:
rpm_build_commands: hack/build-rpms.sh
tests:
- as: e2e-aws-ovn
optional: true
skip_if_only_changed: ^(?:docs|tutorials|logo|\.github)/|\.md$|^(?:\.gitignore|OWNERS|OWNERS_ALIASES|SECURITY_CONTACTS|PROJECT|LICENSE)$
steps:
cluster_profile: openshift-org-aws
workflow: openshift-e2e-aws
- as: e2e-gcp-ovn
optional: true
skip_if_only_changed: ^(?:docs|tutorials|logo|\.github)/|\.md$|^(?:\.gitignore|OWNERS|OWNERS_ALIASES|SECURITY_CONTACTS|PROJECT|LICENSE)$
steps:
cluster_profile: openshift-org-gcp
Expand Down
2 changes: 2 additions & 0 deletions ci-operator/jobs/cri-o/cri-o/cri-o-cri-o-main-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1167,6 +1167,7 @@ presubmits:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-cri-o-cri-o-main-e2e-aws-ovn
optional: true
rerun_command: /test e2e-aws-ovn
skip_if_only_changed: ^(?:docs|tutorials|logo|\.github)/|\.md$|^(?:\.gitignore|OWNERS|OWNERS_ALIASES|SECURITY_CONTACTS|PROJECT|LICENSE)$
spec:
Expand Down Expand Up @@ -1250,6 +1251,7 @@ presubmits:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-cri-o-cri-o-main-e2e-gcp-ovn
optional: true
rerun_command: /test e2e-gcp-ovn
skip_if_only_changed: ^(?:docs|tutorials|logo|\.github)/|\.md$|^(?:\.gitignore|OWNERS|OWNERS_ALIASES|SECURITY_CONTACTS|PROJECT|LICENSE)$
spec:
Expand Down