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
3 changes: 2 additions & 1 deletion ci-operator/config/openshift/sippy/openshift-sippy-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ tests:
commands: HOME=/tmp make lint
container:
from: src
- as: e2e
- always_run: false
as: e2e
cluster_claim:
architecture: amd64
as: latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )build,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- ^main$
- ^main-
Expand Down Expand Up @@ -124,7 +124,7 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e,?($|\s.*)
trigger: (?m)^/test( | .* )(e2e|remaining-required),?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down