From 168a106085e200feec5ec3aece7f3f0e23f49d57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aija=20Jaunt=C4=93va?= Date: Tue, 8 Mar 2022 05:59:40 -0500 Subject: [PATCH] Add Python3 Zed unit tests This change ensures unit testing is in place for all of the tested runtimes for Zed. See also the Project Testing Interface (PTI) in OpenStack Governance [1]. [1] https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I8322665e65e427b3f6189a4ab9311308de3ce935 --- zuul.d/project.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 177fc5e..e10a26e 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -1,3 +1,3 @@ - project: templates: - - openstack-python3-yoga-jobs + - openstack-python3-zed-jobs