← Back to team overview

checkbox-dev team mailing list archive

[PATCH 2/3] updated test-in-vagrant.sh with relevant releases to be tested.

 

Will be testing:
- precise 12.04  (current LTS - supported until April 2017)
- trusty 14.04 (development version to be supported until April 2019)

We're ceasing per-merge testing of quantal 12.10 (supported until April
2014, but no longer used for any relevant projects) and raring 13.04
(EOL as of January 27th, 2013). Their definitions are still kept in the
Vagrantfile in case they are needed.

Note that Saucy will not be tested at the moment due to problems with
the vagrant cloud-images (http://pad.lv/1252872)
---
 test-in-vagrant.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/test-in-vagrant.sh b/test-in-vagrant.sh
index 1ec0ebf..e99a3c8 100755
--- a/test-in-vagrant.sh
+++ b/test-in-vagrant.sh
@@ -24,8 +24,9 @@ if [ "x$VAGRANT_STATE_FILE" != "x" ]; then
 fi
 
 if [ "$1" = "" ]; then
-    # XXX: this list needs to be in sync with Vagrantfile
-    target_list="precise quantal raring"
+    # Vagrantfile defines several ubuntu target releases, the ones
+    # we actually want to test in should be included in target_list below.
+    target_list="precise trusty"
 else
     target_list="$1"
 fi
-- 
1.8.1.2



References