From 8946375caea0215b116f0d60026674c2f95d2fbd Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Sep 16 2019 13:10:49 +0000 Subject: [PATCH 1/2] Add rpminspect in the template Depends-on: https://pagure.io/zuul-distro-jobs/pull-request/16 --- diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 854ceea..55ae339 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -59,3 +59,15 @@ host-vars: node: ansible_python_interpreter: /usr/bin/python3 + +- job: + name: artifact-rpminspect + parent: rpminspect + requires: repo + nodeset: + nodes: + - name: node + label: cloud-fedora + host-vars: + node: + ansible_python_interpreter: /usr/bin/python3 diff --git a/zuul.d/templates.yaml b/zuul.d/templates.yaml index 93b9084..1546532 100644 --- a/zuul.d/templates.yaml +++ b/zuul.d/templates.yaml @@ -10,6 +10,9 @@ - artifact-rpm-lint: dependencies: - rawhide-rpm-scratch-build + - artifact-rpminspect: + dependencies: + - rawhide-rpm-scratch-build gate: jobs: - noop From e137667c7ca9a7997d136e7e5712aee698e9fa9b Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Sep 16 2019 16:09:41 +0000 Subject: [PATCH 2/2] Set check_previous_build_enabled --- diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 55ae339..912b3d3 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -64,6 +64,8 @@ name: artifact-rpminspect parent: rpminspect requires: repo + vars: + check_previous_build_enabled: true nodeset: nodes: - name: node