From 43db34778771ee1af758ca56e9f862724c03e86b Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Mon, 14 Sep 2020 09:25:02 -0700 Subject: [PATCH] Update grenade job to run one smoke test With the addition of many new test permutations, the grenade job is taking more time to run. Previously grenade ran one smoke test to test basic traffic. This patch updated the grenade job to run the "smoke" test labeled job. Change-Id: Ieade64f62b26e8cf4742bc54c17774f61d9abe4c --- zuul.d/jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 53254efe35..5b75ff7591 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -59,7 +59,7 @@ o-hk: true tempest_plugins: - octavia-tempest-plugin - tempest_test_regex: ^octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops + tempest_test_regex: ^octavia_tempest_plugin.*\[.*\bsmoke\b.*\] tox_envlist: all zuul_copy_output: '/var/log/dib-build/': 'logs'