summaryrefslogtreecommitdiff
path: root/tests/platform-ci/provider/cloud.json.template
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2018-04-22 15:20:38 +0200
committerkwadronaut <kwadronaut@leap.se>2018-05-28 15:36:13 +0200
commit1de4fe1de57387ca937055257bee5b5b176bae69 (patch)
tree9063332b106c8ee5b4bd638182bce7c49d158d32 /tests/platform-ci/provider/cloud.json.template
parent09031d90055e80c8101f06951b824f5c7fa96e14 (diff)
CI use a stretch image
'deploy_test:jessie:master' will deploy to jessie, the packages that are in the 'master' debian repository (stable), the 'except master, stretch' will tell it to not deploy when something to these branches is pushed. Fixes #8920 Related #8916
Diffstat (limited to 'tests/platform-ci/provider/cloud.json.template')
-rw-r--r--tests/platform-ci/provider/cloud.json.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/platform-ci/provider/cloud.json.template b/tests/platform-ci/provider/cloud.json.template
index 28152e82..18faf40f 100644
--- a/tests/platform-ci/provider/cloud.json.template
+++ b/tests/platform-ci/provider/cloud.json.template
@@ -7,7 +7,7 @@
"aws_access_key_id": "",
"aws_secret_access_key": ""
},
- "default_image": "ami-2a34e94a",
+ "default_image": "ami-310d6c49",
"default_options": {
"InstanceType": "t2.small"
}