Skip to content

Instantly share code, notes, and snippets.

@stevekuznetsov
Last active June 2, 2016 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevekuznetsov/054cbc4b4fbedae8c8716201b61e6f26 to your computer and use it in GitHub Desktop.
Save stevekuznetsov/054cbc4b4fbedae8c8716201b61e6f26 to your computer and use it in GitHub Desktop.
conformance test using vagrant
vagrant plugin install vagrant-openshift
vagrant plugin install vagrant-aws
git clone git@github.com:openshift/origin.git
cd origin
vagrant origin-init --stage inst --os rhel7 --instance-type m4.large origin_${JOB_NAME}_${BUILD_NUMBER}
vagrant up --provider aws
vagrant sync-origin -s
vagrant test-origin --extended "conformance" -d --skip-check --skip-image-cleanup --image-registry ci.dev.openshift.redhat.com:5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment