From 7f7fbfd1cd7aa9ba9d14e4a1ad4d2d224121a8a9 Mon Sep 17 00:00:00 2001 From: Jeremy Lewi Date: Fri, 22 Feb 2019 11:03:06 -0800 Subject: [PATCH] Trigger unittests on postsubmit and periodic runs. (#511) * Trigger unittests on postsubmit and periodic runs. * Rename the unittests workflow because its running unittests not E2E tests. Fix #510 * Shorten the name otherwise step names become two long. --- prow_config.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/prow_config.yaml b/prow_config.yaml index 09cbc0cf..5acf047c 100644 --- a/prow_config.yaml +++ b/prow_config.yaml @@ -3,9 +3,11 @@ workflows: - app_dir: kubeflow/examples/test/workflows component: workflows - name: examples-e2e + name: unittests job_types: - presubmit + - postsubmit + - periodic # E2E test for code_search example - app_dir: kubeflow/examples/test/workflows