From bd3dd6c83a04440dbbd537b55b7cec2fc527a342 Mon Sep 17 00:00:00 2001 From: portdirect Date: Thu, 28 Dec 2017 10:03:03 -0500 Subject: [PATCH] Gates: Use OpenStack-Helm-Infra log collection playbook in zuul This PS proposes to mkve to the log collection playbook from OSH-Infra in zuul checks, to both provide parity and reduce tech debt. Depends-On: I016a5e08163eaccf13331db6faa45fab1e9cf4f2 Change-Id: If1a964046ba0a4d97e7419f88a48bf065cd41e83 --- .zuul.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 577a408baa..b1f9b676f7 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -52,7 +52,7 @@ vars: zuul_osh_infra_relative_path: ../openstack-helm-infra/ run: tools/gate/playbooks/dev-deploy.yaml - post-run: tools/gate/playbooks/legacy-gate-post.yaml + post-run: ../openstack-helm-infra/tools/gate/playbooks/osh-infra-collect-logs.yaml required-projects: - openstack/openstack-helm-infra nodeset: openstack-helm-single-node @@ -67,7 +67,7 @@ - ../openstack-helm-infra/tools/gate/playbooks/osh-infra-build.yaml - ../openstack-helm-infra/tools/gate/playbooks/osh-infra-deploy-k8s.yaml run: tools/gate/playbooks/legacy-gate-runner.yaml - post-run: tools/gate/playbooks/legacy-gate-post.yaml + post-run: ../openstack-helm-infra/tools/gate/playbooks/osh-infra-collect-logs.yaml required-projects: - openstack/openstack-helm-infra