Merge lp:~fginther/auto-package-testing/merge-releases-update into lp:~canonical-ci-engineering/auto-package-testing/enabling-sru-testing

Proposed by Francis Ginther
Status: Merged
Approved by: Francis Ginther
Approved revision: 390
Merged at revision: 390
Proposed branch: lp:~fginther/auto-package-testing/merge-releases-update
Merge into: lp:~canonical-ci-engineering/auto-package-testing/enabling-sru-testing
Diff against target: 16 lines (+6/-1)
1 file modified
jenkins/run-adt-jenkins (+6/-1)
To merge this branch: bzr merge lp:~fginther/auto-package-testing/merge-releases-update
Reviewer Review Type Date Requested Status
Vincent Ladeuil (community) Approve
Para Siva (community) Approve
Review via email: mp+250337@code.launchpad.net

Commit message

Merge to trunk with additional comments on RELEASES for testing.

Description of the change

Merge to trunk with additional comments on RELEASES for testing.

To post a comment you must log in.
Revision history for this message
Para Siva (psivaa) wrote :

+1, thanks for this, it's safer

review: Approve
Revision history for this message
Vincent Ladeuil (vila) wrote :

Thanks that's crystal clear !

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'jenkins/run-adt-jenkins'
2--- jenkins/run-adt-jenkins 2015-02-19 10:02:48 +0000
3+++ jenkins/run-adt-jenkins 2015-02-19 15:51:15 +0000
4@@ -27,7 +27,12 @@
5 set -eu
6
7 BINDIR=/var/lib/jenkins/QA/auto-package-testing/jenkins
8-RELEASES="$(distro-info --supported)"
9+# Enable all distributions which are capable of auto package testing
10+# XXX psivaa, fginther - 2015-02-19
11+# This currently includes all supported releases except lucid.
12+# Once lucid is End Of Life, the following can be replaced with:
13+# RELEASES="$(distro-info --supported)"
14+RELEASES="precise $(distro-info --lts) $(distro-info -s) $(distro-info -d)"
15 DATAROOT=/var/local/adt/
16 APTROOT=/var/lib/jenkins/QA/adt/aptroot/
17

Subscribers

People subscribed via source and target branches