From 8bf02d25366c2b9ae5869d3ed39ceac6ced2ebc1 Mon Sep 17 00:00:00 2001 From: Urvashi Mohnani Date: Tue, 18 Jun 2019 09:56:04 -0400 Subject: [PATCH] Add cri-o job and config to config-updater Update the config-updater to include the cri-o jobs and config regex so that they can be automatically uploaded to the cluster. Signed-off-by: Urvashi Mohnani --- cluster/ci/config/prow/plugins.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cluster/ci/config/prow/plugins.yaml b/cluster/ci/config/prow/plugins.yaml index 575effe8f41b..89bba1e72e31 100644 --- a/cluster/ci/config/prow/plugins.yaml +++ b/cluster/ci/config/prow/plugins.yaml @@ -904,6 +904,8 @@ config_updater: name: job-config-misc ci-operator/jobs/**/*release-v*.yaml: name: job-config-misc + ci-operator/jobs/**/*release-1.*.yaml: + name: job-config-misc ci-operator/jobs/**/*release-next*.yaml: name: job-config-misc ci-operator/jobs/**/*openshift-v4*.yaml: @@ -942,6 +944,10 @@ config_updater: name: ci-operator-misc-configs additional_namespaces: - ci-stg + ci-operator/config/**/*release-1.*.yaml: + name: ci-operator-misc-configs + additional_namespaces: + - ci-stg ci-operator/config/**/*openshift-v4*.yaml: name: ci-operator-misc-configs additional_namespaces: