From 733146f2cf2f1742aabf74b7b800433b400fce73 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Thu, 10 Oct 2019 16:36:57 -0400 Subject: [PATCH] jjb: move to NoActivity timeouts Signed-off-by: Michael Jeanson --- jobs/babeltrace.yaml | 4 ++-- jobs/librseq.yaml | 6 +++--- jobs/linux-rseq.yaml | 8 ++++---- jobs/lttng-tools.yaml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/jobs/babeltrace.yaml b/jobs/babeltrace.yaml index 9945075..7b3974e 100644 --- a/jobs/babeltrace.yaml +++ b/jobs/babeltrace.yaml @@ -17,9 +17,9 @@ wrappers: - ansicolor - timeout: - timeout: 90 + timeout: 20 fail: true - type: absolute + type: no-activity - timestamps - workspace-cleanup: clean-if: diff --git a/jobs/librseq.yaml b/jobs/librseq.yaml index 193daaf..db7fa74 100644 --- a/jobs/librseq.yaml +++ b/jobs/librseq.yaml @@ -22,7 +22,7 @@ - timeout: timeout: 10 fail: true - type: absolute + type: no-activity - timestamps - workspace-cleanup: clean-if: @@ -232,9 +232,9 @@ wrappers: - ansicolor - timeout: - timeout: 60 + timeout: 10 fail: true - type: absolute + type: no-activity - timestamps - workspace-cleanup: clean-if: diff --git a/jobs/linux-rseq.yaml b/jobs/linux-rseq.yaml index 951b1cf..966fa0e 100644 --- a/jobs/linux-rseq.yaml +++ b/jobs/linux-rseq.yaml @@ -9,9 +9,9 @@ wrappers: - ansicolor - timeout: - timeout: 90 + timeout: 10 fail: true - type: absolute + type: no-activity - timestamps - workspace-cleanup: clean-if: @@ -50,9 +50,9 @@ wrappers: - ansicolor - timeout: - timeout: 180 + timeout: 10 fail: true - type: absolute + type: no-activity - timestamps - workspace-cleanup: clean-if: diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index 56c0088..e34ce99 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -14,7 +14,7 @@ - ansicolor - timeout: timeout: 30 - abort: true + fail: true type: no-activity - timestamps - workspace-cleanup: -- 2.34.1