From 5b2446a2c2c321b86b87dc016c6fe28d2971ce61 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 9 Jan 2019 15:54:20 +0000 Subject: [PATCH] Pull fetch-output back out of base Instead of updating upload-logs to upload docs and artifacts, or making upload-docs and upload-artifacts roles, if we rework fetch-output to put things into the logs directory appropriately when it fetches, we can accomplish the same outcome more simply. Since we just landed fetch-output and nothing depends on it yet, removing it from base jobs will let us safely make the changes and validate via base-test without too many dances. Change-Id: I2c411358e4857f74a44e5ea083a57f58e30c1ae7 --- playbooks/base-minimal/post.yaml | 4 ---- playbooks/base-ozj/post.yaml | 4 ---- playbooks/base/post.yaml | 4 ---- 3 files changed, 12 deletions(-) diff --git a/playbooks/base-minimal/post.yaml b/playbooks/base-minimal/post.yaml index 0318870c31..02a338511b 100644 --- a/playbooks/base-minimal/post.yaml +++ b/playbooks/base-minimal/post.yaml @@ -1,7 +1,3 @@ -- hosts: all - roles: - - fetch-output - - hosts: all # NOTE(pabelanger): We ignore_errors for the following tasks as not to fail # successful jobs. diff --git a/playbooks/base-ozj/post.yaml b/playbooks/base-ozj/post.yaml index 0318870c31..02a338511b 100644 --- a/playbooks/base-ozj/post.yaml +++ b/playbooks/base-ozj/post.yaml @@ -1,7 +1,3 @@ -- hosts: all - roles: - - fetch-output - - hosts: all # NOTE(pabelanger): We ignore_errors for the following tasks as not to fail # successful jobs. diff --git a/playbooks/base/post.yaml b/playbooks/base/post.yaml index 0318870c31..02a338511b 100644 --- a/playbooks/base/post.yaml +++ b/playbooks/base/post.yaml @@ -1,7 +1,3 @@ -- hosts: all - roles: - - fetch-output - - hosts: all # NOTE(pabelanger): We ignore_errors for the following tasks as not to fail # successful jobs.