Skip to content
Closed
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ tests:
- always_run: false
as: e2e-test-maas
optional: true
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$|^\.github/
steps:
cluster_profile: aws-opendatahub
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ tests:
- always_run: false
as: e2e-test-maas
optional: true
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$|^\.github/
steps:
cluster_profile: aws-opendatahub
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-test-maas,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- ^main$
- ^main-
Expand All @@ -99,6 +99,7 @@ presubmits:
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-opendatahub-io-models-as-a-service-main-images
rerun_command: /test images
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE|CONTRIBUTING\.md)$|^\.github/|^\.tekton/
spec:
containers:
- args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ presubmits:
name: pull-ci-opendatahub-io-models-as-a-service-rhoai-e2e-test-maas
optional: true
rerun_command: /test e2e-test-maas
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$|^\.github/
spec:
containers:
- args:
Expand Down Expand Up @@ -85,7 +84,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-test-maas,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- ^rhoai$
- ^rhoai-
Expand All @@ -99,6 +98,7 @@ presubmits:
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-opendatahub-io-models-as-a-service-rhoai-images
rerun_command: /test images
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE|CONTRIBUTING\.md)$|^\.github/|^\.tekton/
spec:
containers:
- args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ presubmits:
name: pull-ci-opendatahub-io-models-as-a-service-stable-e2e-test-maas
optional: true
rerun_command: /test e2e-test-maas
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$|^\.github/
spec:
containers:
- args:
Expand Down Expand Up @@ -85,7 +84,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-test-maas,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- ^stable$
- ^stable-
Expand All @@ -99,6 +98,7 @@ presubmits:
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-opendatahub-io-models-as-a-service-stable-images
rerun_command: /test images
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE|CONTRIBUTING\.md)$|^\.github/|^\.tekton/
spec:
containers:
- args:
Expand Down