pmu mirror creation ansible error fix 77/45677/1
authorDhaval Patel <dhaval.r.patel@intel.com>
Tue, 17 Oct 2017 17:52:02 +0000 (10:52 -0700)
committerRoss Brattain <ross.b.brattain@intel.com>
Thu, 19 Oct 2017 00:07:20 +0000 (17:07 -0700)
  While creating the mirror for pmu event list generation, some of
  the links would fail, throwing error. This fixes that.

Change-Id: I52e96b1a6eacb5a9611845e815ecff9052df168a
Signed-off-by: Dhaval Patel <dhaval.r.patel@intel.com>
ansible/roles/download_pmu_tools/tasks/main.yml

index 3ef4122..59a63aa 100644 (file)
@@ -31,6 +31,8 @@
 - name: Create perfmon local mirror
   command: "wget -mkEpnp {{ perfmon_url }} -P {{ INSTALL_BIN_PATH }}/pmu_local_mirror"
   ignore_errors: yes
+  failed_when: false #some of the links while creating mirror are not found, results in failure
+  no_log: True
 
 - name: Copy local event download file
   copy: