Skip to content
Closed
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 @@ -196,9 +196,8 @@ tests:
requests:
cpu: 100m
workflow: openshift-e2e-aws-upi-proxy
- always_run: false
as: e2e-operator-aws-sts
optional: true
- as: e2e-operator-aws-sts
skip_if_only_changed: ^(docs/|deploy/|jsonnet/)|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
steps:
cluster_profile: openshift-org-aws
dependencies:
Expand All @@ -218,9 +217,8 @@ tests:
requests:
cpu: 100m
workflow: openshift-e2e-aws-manual-oidc-sts
- always_run: false
as: e2e-operator-gcp-ovn
optional: true
- as: e2e-operator-gcp-ovn
skip_if_only_changed: ^(docs/|deploy/|jsonnet/)|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
steps:
cluster_profile: openshift-org-gcp
dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ presubmits:
job-release: "4.22"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-cert-manager-operator-master-e2e-operator-aws-sts
optional: true
rerun_command: /test e2e-operator-aws-sts
skip_if_only_changed: ^(docs/|deploy/|jsonnet/)|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
spec:
containers:
- args:
Expand Down Expand Up @@ -622,8 +622,8 @@ presubmits:
job-release: "4.22"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-cert-manager-operator-master-e2e-operator-gcp-ovn
optional: true
rerun_command: /test e2e-operator-gcp-ovn
skip_if_only_changed: ^(docs/|deploy/|jsonnet/)|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
spec:
containers:
- args:
Expand Down