Skip to content

Commit

Permalink
prow: Fix catalog periodic jobs
Browse files Browse the repository at this point in the history
In tektoncd#621 TEST_RUN_ALL_TESTS environment variable was added to tektoncd/pipeline
periodic job instead of tektoncd/catalog. This is to ensure we run
all the tests during the nightly tests of the catalog.

Signed-off-by: vinamra28 <vinjain@redhat.com>
  • Loading branch information
vinamra28 committed Nov 14, 2020
1 parent e83e7a7 commit bd72f08
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 @@ -1203,6 +1203,9 @@ periodics:
- "--" # end kubernetes_execute_bazel flags (consider following flags as text)
- "./test/presubmit-tests.sh"
- "--integration-tests"
env:
- name: TEST_RUN_ALL_TESTS
value: 1
- name: periodic-tekton-stale
interval: 1h
decorate: true
Expand Down

0 comments on commit bd72f08

Please sign in to comment.