Skip to content

Instantly share code, notes, and snippets.

@gstoeckel
Created October 18, 2012 07:41
Show Gist options
  • Save gstoeckel/3910318 to your computer and use it in GitHub Desktop.
Save gstoeckel/3910318 to your computer and use it in GitHub Desktop.
git checkout origin/$AUTOMATION_BRANCH
lein clean, deps
echo "PRODUCT_URL: $PRODUCT_URL"
lein trampoline run \
--server-url "$PRODUCT_URL" \
--admin-user "$ADMIN_USER" \
--admin-password "$ADMIN_PASSWORD" \
--sync-repo "$SYNC_TEST_REPO" \
--num-threads $CONCURRENT_SESSIONS \
--selenium-address localhost:4444 \
--deltacloud-url "$DELTACLOUD_URL" \
--deltacloud-user "$DELTACLOUD_USER" \
--deltacloud-password "$DELTACLOUD_PASSWORD" \
--deltacloud-image-id "$DELTACLOUD_IMAGE_ID" \
$TEST_GROUP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment