From e1860babd367af51d88ca5ed5418b9f73a704ca7 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Jan 16 2020 14:19:52 +0000 Subject: Use new templates --- diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index 5fbf7bc..c5fd0c8 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -3,25 +3,45 @@ ### Templates are defined in fedora-zuul-jobs ### - project: + name: ^rpms/.* + templates: + - build + - lint + - test + +- project: name: rpms/python-gear templates: - - build-lint-test-gate-promote + - build + - lint + - test + - gate + - promote - project: name: rpms/python-zuul-sphinx templates: - - build-lint-gate-promote + - build + - lint + - gate + - promote - project: name: rpms/nodepool templates: - - build-lint-test-gate-promote + - build + - lint + - test + - gate + - promote # This is a test project hosted on pagure.io - project: name: test-python-package-zuul-workflow templates: - - build-lint-test + - build + - lint + - test # Linter job for the current repository