Skip to content

Instantly share code, notes, and snippets.

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 \
@gstoeckel
gstoeckel / ci-cloud-install.sh
Created October 12, 2012 13:34
Script to provision a VM and install product
#!/bin/bash -x
mkdir -p logs
rm -rf githash buildhash logs/*
wget http://hudson.rhq.lab.eng.bos.redhat.com:8080/hudson/view/katello/job/katello-build/lastSuccessfulBuild/artifact/githash
wget http://hudson.rhq.lab.eng.bos.redhat.com:8080/hudson/view/katello/job/katello-build/lastSuccessfulBuild/artifact/buildhash
#start deltacloud instance
rm -f deltacloud-provision.rb
wget https://raw.github.com/gist/3796321/deltacloud-provision.rb