From 8d261a3dc4f039061add78b435cc6909c4b457d0 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Mar 03 2020 11:18:46 +0000 Subject: rpminspect job remove double use of fetch-output role The base job post-run makes use of the correct fetch-output based on the run context container or not. --- diff --git a/playbooks/fetch-output.yaml b/playbooks/fetch-output.yaml deleted file mode 100644 index 3da724b..0000000 --- a/playbooks/fetch-output.yaml +++ /dev/null @@ -1,5 +0,0 @@ ---- -# Use the generic fetch-output role from zuul-jobs -- hosts: all - roles: - - fetch-output diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index d6f1921..5c4d6fd 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -65,4 +65,3 @@ run: playbooks/rpm/rpminspect.yaml post-run: - playbooks/rpm/rpminspect-json2html.yaml - - playbooks/fetch-output.yaml