From cb30a30ec5ef075e0d9399564d4fc748130e4bc6 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Mar 17 2020 14:27:07 +0000 Subject: Re-Add as default the test template Since the merge of https://pagure.io/fedora-zuul-jobs/pull-request/55 the rpm-test job is run conditionally whether the project contain a tests/tests.yml file. We use zuul_return to select the child jobs we want to run. --- diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index 3ae8588..97e9b00 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -7,6 +7,7 @@ templates: - build - lint + - test - project: name: rpms/python-passlib @@ -16,7 +17,6 @@ - project: name: rpms/python-gear templates: - - test - publish - project: @@ -27,77 +27,18 @@ - project: name: rpms/nodepool templates: - - test - publish - project: - name: rpms/python3 - templates: - - test - -- project: - name: rpms/python35 - templates: - - test - -- project: - name: rpms/python36 - templates: - - test - -- project: - name: rpms/python37 - templates: - - test - -- project: - name: rpms/python38 - templates: - - test - -- project: - name: rpms/python39 - templates: - - test - -- project: name: rpms/python27 - templates: - - test check: jobs: - rpm-linter: voting: false - project: - name: rpms/pypy - templates: - - test - -- project: - name: rpms/pypy3 - templates: - - test - -- project: - name: rpms/python-setuptools - templates: - - test - -- project: - name: rpms/python-tox - templates: - - test - -- project: - name: rpms/pyproject-rpm-macros - templates: - - test - -- project: name: rpms/python-sphinxcontrib-blockdiag templates: - - test - publish # DNF projects @@ -118,9 +59,10 @@ - project: name: test-python-package-zuul-workflow templates: + - build + - lint - test - # Linter job for the current repository - project: check: @@ -145,5 +87,3 @@ nodes: - name: centos-container label: runc-centos - -