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
5 changes: 2 additions & 3 deletions ci-operator/config/openshift/sippy/openshift-sippy-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,10 @@ tests:
commands: HOME=/tmp make lint
container:
from: src
- as: verify-migrations
commands: HOME=/tmp make verify-migrations
- as: verify
commands: HOME=/tmp make verify
container:
from: src
run_if_changed: ^pkg/db/migrations/
- as: yaml-lint
commands: IS_CONTAINER=TRUE ./hack/yaml-lint.sh
container:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -559,12 +559,12 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )unit,?($|\s.*)
- agent: kubernetes
always_run: false
always_run: true
branches:
- ^main$
- ^main-
cluster: build13
context: ci/prow/verify-migrations
context: ci/prow/verify
decorate: true
decoration_config:
sparse_checkout_files:
Expand All @@ -574,16 +574,15 @@ presubmits:
labels:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-sippy-main-verify-migrations
rerun_command: /test verify-migrations
run_if_changed: ^pkg/db/migrations/
name: pull-ci-openshift-sippy-main-verify
rerun_command: /test verify
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --report-credentials-file=/etc/report/credentials
- --target=verify-migrations
- --target=verify
command:
- ci-operator
env:
Expand Down Expand Up @@ -624,7 +623,7 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )verify-migrations,?($|\s.*)
trigger: (?m)^/test( | .* )verify,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
Expand Down