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
=== modified file 'jenkins/run-adt-jenkins'
--- jenkins/run-adt-jenkins 2015-02-19 10:02:48 +0000
+++ jenkins/run-adt-jenkins 2015-02-19 15:51:15 +0000
@@ -27,7 +27,12 @@
27set -eu27set -eu
2828
29BINDIR=/var/lib/jenkins/QA/auto-package-testing/jenkins29BINDIR=/var/lib/jenkins/QA/auto-package-testing/jenkins
30RELEASES="$(distro-info --supported)"30# Enable all distributions which are capable of auto package testing
31# XXX psivaa, fginther - 2015-02-19
32# This currently includes all supported releases except lucid.
33# Once lucid is End Of Life, the following can be replaced with:
34# RELEASES="$(distro-info --supported)"
35RELEASES="precise $(distro-info --lts) $(distro-info -s) $(distro-info -d)"
31DATAROOT=/var/local/adt/36DATAROOT=/var/local/adt/
32APTROOT=/var/lib/jenkins/QA/adt/aptroot/37APTROOT=/var/lib/jenkins/QA/adt/aptroot/
3338

Subscribers

People subscribed via source and target branches