From 42fffbd6c801e8263d2cf260cbba810d0c998f04 Mon Sep 17 00:00:00 2001 From: Ronelle Landy Date: Wed, 19 Dec 2018 16:54:19 -0500 Subject: [PATCH] Remove reproducer lines added to get zuul related info zuul_variables and zuul_console were added when there was an investigation into simulating zuul behavior for the reproducer. We are no longer following that workflow for the reproducer and therefore these failing lines can be removed. Change-Id: I5f057ce78273ddf8cd6381c9a420b317713379b6 --- roles/collect-logs/tasks/publish.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/roles/collect-logs/tasks/publish.yml b/roles/collect-logs/tasks/publish.yml index 5b95596..1ed76c6 100644 --- a/roles/collect-logs/tasks/publish.yml +++ b/roles/collect-logs/tasks/publish.yml @@ -84,9 +84,6 @@ - name: Create the reproducer script include_role: name: create-reproducer-script - vars: - zuul_variables: "{{ (lookup('file', artcl_collect_dir + '/zuul-variables.yaml') | from_yaml)['zuul'] }}" - zuul_console: "{{ (lookup('file', artcl_collect_dir + '/zuul_console.json') | from_json) }}" when: ansible_env.TOCI_JOBTYPE is defined - name: upload to the artifact server using pubkey auth