From 3975ace85f3c0948b318a68fecb48cefadfd35f4 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Jan 16 2020 14:28:56 +0000 Subject: Revert "Use new templates" This reverts commit e1860babd367af51d88ca5ed5418b9f73a704ca7. --- diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index c5fd0c8..5fbf7bc 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -3,45 +3,25 @@ ### 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