From 71220a4ccd16848cd707bf3da316235cbd1eeabc Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: Tue, 19 Jan 2021 14:11:38 +0100 Subject: [PATCH] zuul: move jobs in-tree new barbican simple-crypto job Move the job definitions in-tree, updating them when needed (no more python 2 jobs). The old barbican simple-crypto job name is still available as an alias for a while, but it is time to switch away from it. Depends-On: https://review.opendev.org/771443 Change-Id: Iba7b4106c49e4b492c97097648c7b8f599a2ca4b --- .zuul.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index bc752ce..11117a7 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,7 +1,10 @@ - project: + templates: + - openstack-python3-wallaby-jobs + - check-requirements check: jobs: - - barbican-simple-crypto-devstack-tempest-cursive + - barbican-tempest-plugin-simple-crypto-cursive gate: jobs: - - barbican-simple-crypto-devstack-tempest-cursive + - barbican-tempest-plugin-simple-crypto-cursive