From aa33ff0331781c277743ab6a1a5260a2b8ad4497 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Fri, 24 Aug 2018 12:29:52 +0200 Subject: xci: Adjust build blockers and fix functest preparation Functest preparation is moved into the deployment job to ensure things are prepared before we are done and functest job gets triggered. Making the preparation in functest job will cause us to either reinitialize venv or depend on deployment job directory. Apart from that, the env vars necessary for functest are available within deployment job anyways so reusing that will make running functest simpler. See the comments in xci-daily-jobs.yaml builder macros. Change-Id: I4c5bbe5f4b31bb620986d75ba78de6c0fe442975 Signed-off-by: Fatih Degirmenci --- jjb/xci/xci-merge-jobs.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'jjb/xci/xci-merge-jobs.yaml') diff --git a/jjb/xci/xci-merge-jobs.yaml b/jjb/xci/xci-merge-jobs.yaml index cb438ad5d..bdb6d5617 100644 --- a/jjb/xci/xci-merge-jobs.yaml +++ b/jjb/xci/xci-merge-jobs.yaml @@ -223,6 +223,7 @@ blocking-jobs: - 'xci-verify-{distro}-.*' - 'xci-merge-{distro}-.*' + - 'xci-os.*' - 'openstack-bifrost-verify-{distro}-.*' - 'xci-osa-verify-{distro}-.*' - 'xci-osa-periodic-{distro}-.*' -- cgit 1.2.3-korg