summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2020-12-08 15:21:36 -0800
committerTim Burke <tim.burke@gmail.com>2021-02-11 13:49:50 -0800
commit66b5960accad0d511e73d2da2f8f5ec99fa0b993 (patch)
tree6ee74387633f0205fbb9d76ec50635597f801ebe
parent41204a74e0603309bcd6560cb3ce4f8fb6e998b7 (diff)
downloadswift-66b5960accad0d511e73d2da2f8f5ec99fa0b993.tar.gz
Give probe tests a second chance to pass
...and bump up their timeout, since that seems more likely to happen if we have to retry. Change-Id: Ie05521f6cd146234dc5615c96ad19681b43e9110 (cherry picked from commit d4c0a7d3b3106f8b491e78ea21fca36c99ad04d9)
-rw-r--r--.zuul.yaml2
-rw-r--r--tools/playbooks/probetests/run.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index f593828f2..9d69d48e5 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -290,7 +290,7 @@
nodeset: centos-7
description: |
Setup a SAIO dev environment and run Swift's probe tests
- timeout: 5400
+ timeout: 7200
pre-run:
- tools/playbooks/common/install_dependencies.yaml
- tools/playbooks/saio_single_node_setup/setup_saio.yaml
diff --git a/tools/playbooks/probetests/run.yaml b/tools/playbooks/probetests/run.yaml
index 912b19aaa..323b52cb7 100644
--- a/tools/playbooks/probetests/run.yaml
+++ b/tools/playbooks/probetests/run.yaml
@@ -21,6 +21,6 @@
shell:
cmd: |
source ~/.bashrc
- nosetests test/probe/
+ nosetests test/probe/ --with-id || nosetests --failed
executable: /bin/bash
chdir: '{{ zuul.project.src_dir }}'