summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
authorJens Harbott <j.harbott@x-ion.de>2018-03-22 14:09:46 +0000
committerJens Harbott <j.harbott@x-ion.de>2018-03-22 14:09:46 +0000
commitaacf6e89acd4f871ed7e5ee834a5bee4c1e8b909 (patch)
tree74f692ce18dbf283b03251eb3d3c63f2a3f313c7 /roles
parent734b2e06b3dc9a2e072721591a071bce91d6ed9b (diff)
downloadtempest-aacf6e89acd4f871ed7e5ee834a5bee4c1e8b909.tar.gz
Do not fail on stackviz issues
The process-stackviz role only helps with analyzing runs, when it fails it should not cause the whole job to suffer a POST_FAILURE. Change-Id: Icfd6b2fc7adb42afb7900ea4458fa60cefc76fdb Related-Bug: 1758054
Diffstat (limited to 'roles')
-rw-r--r--roles/process-stackviz/tasks/main.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/process-stackviz/tasks/main.yaml b/roles/process-stackviz/tasks/main.yaml
index 82f8f3d8c..3724e0ec5 100644
--- a/roles/process-stackviz/tasks/main.yaml
+++ b/roles/process-stackviz/tasks/main.yaml
@@ -50,6 +50,7 @@
- stackviz_archive.stat.exists
- subunit_input.stat.exists
- dstat_input.stat.exists
+ failed_when: False
- name: Run stackviz without dstat
shell: |
@@ -61,3 +62,4 @@
- stackviz_archive.stat.exists
- subunit_input.stat.exists
- not dstat_input.stat.exists
+ failed_when: False