|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [OSSTEST PATCH v2 14/17] Honour OSSTEST_SIMULATE_FAIL_RETRY for immediate retries
This is primarily useful for debugging the immediate-retry logic, but
it seems churlish to delete it again.
Signed-off-by: Ian Jackson <iwj@xxxxxxxxxxxxxx>
---
cr-daily-branch | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/cr-daily-branch b/cr-daily-branch
index bea8734e..3e58d465 100755
--- a/cr-daily-branch
+++ b/cr-daily-branch
@@ -517,6 +517,10 @@ while true; do
--branch=$branch --revision-osstest=$narness_rev \
'^build-*' --debug --blessings=real
+ if [ "${OSSTEST_SIMULATE_FAIL_RETRY+y}" = y ]; then
+ export OSSTEST_SIMULATE_FAIL="${OSSTEST_SIMULATE_FAIL_RETRY}"
+ fi
+
export OSSTEST_RESOURCE_WAITSTART=$original_start
execute_flight $rflight $OSSTEST_BLESSING-retest
report_flight $rflight
--
2.20.1
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |