From 18e9b1e61915ee3fa1baf488d972a66162b9b7ef Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Mon, 9 Jul 2018 09:16:03 -0400 Subject: [PATCH] Run legacy-tempest-dsvm-neutron-full in check queue in pike legacy-tempest-dsvm-neutron-full is in the integrated-gate template but wasn't being run in the check queue in pike even though it's run in the gate queue in pike. This fixes the branches regex to run the job in the check queue in pike to match the gate queue. Change-Id: I9e92687f9cf16d5febcdf499ebb87f31f4447ef5 --- zuul.d/zuul-legacy-project-templates.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul.d/zuul-legacy-project-templates.yaml b/zuul.d/zuul-legacy-project-templates.yaml index bf833392..6872f002 100644 --- a/zuul.d/zuul-legacy-project-templates.yaml +++ b/zuul.d/zuul-legacy-project-templates.yaml @@ -61,7 +61,7 @@ check: jobs: - legacy-tempest-dsvm-neutron-full: - branches: ^stable/(newton|ocata)$ + branches: ^stable/(newton|ocata|pike)$ - tempest-full - neutron-grenade: branches: ^(?!stable/(newton|ocata)).*$