From 978dd79334b94531feb9e75e10d47771c1007af5 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Oct 07 2019 08:42:56 +0000 Subject: Reactivate pipelines --- diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 743c902..e0fa6ef 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -2,7 +2,7 @@ - job: name: rawhide-rpm-test description: Run the test.yml test -# parent: base-cloud-fedora-latest + parent: base-cloud-fedora-latest roles: - zuul: zuul-distro-jobs requires: repo diff --git a/zuul.d/templates.yaml b/zuul.d/templates.yaml index 017fec2..84222f4 100644 --- a/zuul.d/templates.yaml +++ b/zuul.d/templates.yaml @@ -3,21 +3,19 @@ name: basic-checks check: jobs: - - noop -# - rawhide-rpm-scratch-build -# - rawhide-rpm-test: -# dependencies: -# - rawhide-rpm-scratch-build -# - artifact-rpm-lint: -# dependencies: -# - rawhide-rpm-scratch-build -# - artifact-rpminspect: -# dependencies: -# - rawhide-rpm-scratch-build + - rawhide-rpm-scratch-build + - rawhide-rpm-test: + dependencies: + - rawhide-rpm-scratch-build + - artifact-rpm-lint: + dependencies: + - rawhide-rpm-scratch-build + - artifact-rpminspect: + dependencies: + - rawhide-rpm-scratch-build gate: jobs: - noop -# Move this in a promote pipeline -# post: -# jobs: -# - rawhide-rpm-build + promote: + jobs: + - rawhide-rpm-build