From 3dc7a78c9d187bb069f8cd5904ac3f455b02fbec Mon Sep 17 00:00:00 2001 From: Albin Vass Date: Wed, 13 May 2020 13:30:32 +0200 Subject: [PATCH] fetch-javascript-output: do not synchronize owner Change-Id: Icce95bf2d156359133df1d7c52f49dce292e3edc --- roles/fetch-javascript-output/tasks/main.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/roles/fetch-javascript-output/tasks/main.yaml b/roles/fetch-javascript-output/tasks/main.yaml index d8cbd82cc..84822c61e 100644 --- a/roles/fetch-javascript-output/tasks/main.yaml +++ b/roles/fetch-javascript-output/tasks/main.yaml @@ -67,6 +67,8 @@ mode: pull src: "{{ zuul_work_dir }}/reports" verify_host: true + owner: no + group: no when: reports_stat.stat.exists - name: Check for karma.subunit files @@ -83,6 +85,8 @@ mode: pull src: "{{ zuul_work_dir }}/karma.subunit" verify_host: true + owner: no + group: no when: karma_stat.stat.exists - name: Check again for shrinkwrap @@ -100,6 +104,8 @@ mode: pull src: "{{ zuul_work_dir }}/npm-shrinkwrap.json" verify_host: true + owner: no + group: no when: - not yarn_lock.stat.exists - shrinkwrap_final.stat.exists @@ -119,6 +125,8 @@ mode: pull copy_links: "{{ javascript_copy_links }}" verify_host: true + owner: no + group: no when: javascript_output.stat.exists - name: Check to see if coverage report exists @@ -139,6 +147,8 @@ mode: pull src: "{{ coverage_output_src }}" verify_host: true + owner: no + group: no when: coverage_report_stat.stat.exists - name: Return site artifact location to Zuul