← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~powersj/cloud-init:enable-artful-int into cloud-init:master

 

Joshua Powers has proposed merging ~powersj/cloud-init:enable-artful-int into cloud-init:master.

Commit message:
tests: enable Ubuntu 17.10 'artful' in integration tests.

Requested reviews:
  cloud init development team (cloud-init-dev)

For more details, see:
https://code.launchpad.net/~powersj/cloud-init/+git/cloud-init/+merge/323246

Test run:
https://paste.ubuntu.com/24460735/
-- 
Your team cloud init development team is requested to review the proposed merge of ~powersj/cloud-init:enable-artful-int into cloud-init:master.
diff --git a/tests/cloud_tests/releases.yaml b/tests/cloud_tests/releases.yaml
index 3ffa68f..183f78c 100644
--- a/tests/cloud_tests/releases.yaml
+++ b/tests/cloud_tests/releases.yaml
@@ -49,6 +49,13 @@ releases:
                 #alias: ubuntu/zesty/default
                 alias: z
                 sstreams_server: https://cloud-images.ubuntu.com/daily
+    artful:
+        enabled: true
+        platform_ident:
+            lxd:
+                #alias: ubuntu/artful/default
+                alias: a
+                sstreams_server: https://cloud-images.ubuntu.com/daily
     jessie:
         platform_ident:
             lxd:

Follow ups