hhvm / user-documentation

Documentation for those that use HHVM and write Hack code.

Home Page:http://docs.hhvm.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test the ability to deploy a new server

Atry opened this issue · comments

Previously, the CI script includes some step to call the eb CI tool to get the existing docker image name. Unfortunately the CI step would fail if there is no existing docker image name. As a result, it could not deploy a new server.

We should add some tests to test the ability to deploy a new server.

This issue has been fixed in #1244. Now, as a part of the CI flow, a temporary staging-<unique id> Terraform workspace and the corresponding git branch will be created to deploy a new server to run integration tests.