Skip to content

Commit

Permalink
Adding multicluster testing to sail operator (#5489)
Browse files Browse the repository at this point in the history
Signed-off-by: frherrer <frherrer@redhat.com>
  • Loading branch information
fjglira authored Sep 24, 2024
1 parent 93b972e commit 27efc31
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions prow/config/jobs/sail-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
command: [entrypoint, make, -e, "OLM=true", test.e2e.kind]
requirements: [kind]

- name: e2e-kind-multicluster
types: [presubmit]
command: [entrypoint, make, -e, "MULTICLUSTER=true", test.e2e.kind]
requirements: [kind]

- name: scorecard
types: [presubmit]
command: [entrypoint, make, test.scorecard]
Expand Down

0 comments on commit 27efc31

Please sign in to comment.