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
This commit is contained in:
Ronelle Landy 2018-12-19 16:54:19 -05:00
parent fa6af7bb75
commit 42fffbd6c8
1 changed files with 0 additions and 3 deletions

View File

@ -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