From b71e16cacc6e16469c57922d6728a4f1466b0d0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aija=20Jaunt=C4=93va?= Date: Wed, 29 Sep 2021 04:58:18 -0400 Subject: [PATCH] Add Python3 Yoga unit tests This change ensures unit testing is in place for all of the tested runtimes for Yoga. See also the Project Testing Interface (PTI) in OpenStack Governance [1]. [1] https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: Id8e5b8c66455fd727cf5ed64ef313ae12098ea7f --- 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 e38ff06..177fc5e 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -1,3 +1,3 @@ - project: templates: - - openstack-python3-xena-jobs + - openstack-python3-yoga-jobs