Tim Andersson has proposed merging ~andersson123/qa-jenkins-jobs:more-timeouts
into qa-jenkins-jobs:master.
Requested reviews:
Canonical Platform QA Team (canonical-platform-qa)
For more details, see:
https://code.launchpad.net/~andersson123/qa-jenkins-jobs/+git/qa-jenkins-jobs/+merge/458514
--
Your team Canonical Platform QA Team is requested to review the proposed merge
of ~andersson123/qa-jenkins-jobs:more-timeouts into qa-jenkins-jobs:master.
diff --git a/jobs/autopkgtest-cloud/jobs.yaml b/jobs/autopkgtest-cloud/jobs.yaml
index 2043162..dfb2591 100644
--- a/jobs/autopkgtest-cloud/jobs.yaml
+++ b/jobs/autopkgtest-cloud/jobs.yaml
@@ -26,6 +26,9 @@
- timed: '@daily'
wrappers:
- timestamps
+ - timeout:
+ timeout: 20
+ fail: true
builders:
- clear-artifacts:
- shell: |
@@ -63,6 +66,9 @@
- simple: true
wrappers:
- timestamps
+ - timeout:
+ timeout: 5
+ fail: true
builders:
- clear-artifacts:
- shell: |
diff --git a/jobs/iso-testing/jobs.yaml b/jobs/iso-testing/jobs.yaml
index fc466d9..cdd7055 100644
--- a/jobs/iso-testing/jobs.yaml
+++ b/jobs/iso-testing/jobs.yaml
@@ -162,6 +162,9 @@
node: 'iso-testing'
wrappers:
- timestamps
+ - timeout:
+ timeout: 5
+ fail: true
builders:
- shell: |
sudo add-apt-repository -y ppa:canonical-platform-qa-jenkins/canonical-platform-qa-jenkins-prod
diff --git a/jobs/jobs.yaml b/jobs/jobs.yaml
index df05f9b..5e0f2a7 100644
--- a/jobs/jobs.yaml
+++ b/jobs/jobs.yaml
@@ -32,6 +32,9 @@
node: 'iso-testing'
wrappers:
- timestamps
+ - timeout:
+ timeout: 5
+ fail: true
builder:
- shell: |
sudo apt-get install python-pip
@@ -45,6 +48,9 @@
node: 'iso-testing'
wrappers:
- timestamps
+ - timeout:
+ timeout: 5
+ fail: true
triggers:
- timed: 'H/30 * * * *'
builders:
diff --git a/jobs/releaseqa/jobs.yaml b/jobs/releaseqa/jobs.yaml
index 987b5dd..e65eefc 100644
--- a/jobs/releaseqa/jobs.yaml
+++ b/jobs/releaseqa/jobs.yaml
@@ -24,6 +24,9 @@
wrappers:
- workspace-cleanup
- timestamps
+ - timeout:
+ timeout: 5
+ fail: true
triggers:
- timed: '@weekly'
builders:
--
Mailing list: https://launchpad.net/~canonical-ubuntu-qa
Post to : [email protected]
Unsubscribe : https://launchpad.net/~canonical-ubuntu-qa
More help : https://help.launchpad.net/ListHelp