Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Spin up test VMs on GCE during a circle ci run and use them to run the integration tests. #624

Merged
merged 1 commit into from
May 6, 2015

Conversation

tomwilkie
Copy link
Contributor

No description provided.

@tomwilkie tomwilkie changed the title Spin up test VMs on GCE during a circle ci run and use them to run the i... Spin up test VMs on GCE during a circle ci run and use them to run the integration tests. May 1, 2015
@tomwilkie tomwilkie force-pushed the circle branch 5 times, most recently from 9f00cac to 8171414 Compare May 1, 2015 14:12

set -ex

# Poor mans vagrant; cannot run vagrant on travis!

This comment was marked as abuse.

@tomwilkie
Copy link
Contributor Author

PTAL - in particular, where should gce.sh live (perhaps in bin/?)

@tomwilkie tomwilkie force-pushed the circle branch 2 times, most recently from 694e92b to 340d0a8 Compare May 5, 2015 13:11
@tomwilkie
Copy link
Contributor Author

@paulbellamy

hosts=
for i in $(seq 1 $NUM_HOSTS); do
name="host$i.$ZONE.$PROJECT"
ssh -t $name sudo bash -x -s <<EOF

This comment was marked as abuse.

@paulbellamy
Copy link
Contributor

Other than the above, LGTM.

tomwilkie added a commit that referenced this pull request May 6, 2015
Spin up test VMs on GCE during a circle ci run and use them to run the integration tests.
@tomwilkie tomwilkie merged commit 9f75e4e into master May 6, 2015
@rade rade modified the milestone: 0.11.0 May 12, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants