From ef18f09265be7a7d0f6c485374e596e8cfc8fd60 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Sun, 20 Jan 2019 18:49:54 -0500 Subject: [PATCH] Set your-readthedocs-job-requires-attention host localhost Now that this job runs on on the executor, we need to force localhost, since it is not part of all. Change-Id: Ia901ee929e0123021bdc97e0135fdb4f309c7178 Signed-off-by: Paul Belanger --- playbooks/docs/rtd-warning-job.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/docs/rtd-warning-job.yaml b/playbooks/docs/rtd-warning-job.yaml index 8feb65e3..801d21a1 100644 --- a/playbooks/docs/rtd-warning-job.yaml +++ b/playbooks/docs/rtd-warning-job.yaml @@ -1,7 +1,7 @@ -- hosts: all +- hosts: localhost tasks: - name: Fail job fail: msg: | Your project requires manual intervention to correctly publish results - to readthedocs. For more details see http://lists.openstack.org/pipermail/openstack-dev/2018-August/132836.html \ No newline at end of file + to readthedocs. For more details see http://lists.openstack.org/pipermail/openstack-dev/2018-August/132836.html