From bd72f08617234ef61a78dc50752ee4924da5d639 Mon Sep 17 00:00:00 2001 From: vinamra28 Date: Sat, 14 Nov 2020 15:28:09 +0530 Subject: [PATCH] prow: Fix catalog periodic jobs In #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 --- prow/config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/prow/config.yaml b/prow/config.yaml index bfecc4d3bf..908816b610 100644 --- a/prow/config.yaml +++ b/prow/config.yaml @@ -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