From 18ed25656aa2d85b5c8385e508b4323be5a5adb5 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Jan 16 2020 15:50:48 +0000 Subject: Use new templates --- diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index 5fbf7bc..cb5ee87 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -3,25 +3,42 @@ ### 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 + - publish - project: name: rpms/python-zuul-sphinx templates: - - build-lint-gate-promote + - build + - lint + - publish - project: name: rpms/nodepool templates: - - build-lint-test-gate-promote + - build + - lint + - test + - publish # 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