Skip to content

Commit

Permalink
prow: add TEST_RUN_ALL_TESTS to catalog periodic πŸ–Š
Browse files Browse the repository at this point in the history
This is to ensure we run all the tests during the nightly tests of
the catalog.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
  • Loading branch information
vdemeester authored and tekton-robot committed Oct 23, 2020
1 parent c272562 commit 955668c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1171,6 +1171,9 @@ periodics:
- "--" # end bootstrap args, scenario args below
- "--" # end kubernetes_execute_bazel flags (consider following flags as text)
- "./test/e2e-tests-upgrade.sh"
env:
- name: TEST_RUN_ALL_TESTS
value: 1
- cron: "6 3 * * *"
name: periodic-tekton-catalog-integration-tests
labels:
Expand Down

0 comments on commit 955668c

Please sign in to comment.