Last active
June 2, 2016 19:37
-
-
Save stevekuznetsov/054cbc4b4fbedae8c8716201b61e6f26 to your computer and use it in GitHub Desktop.
conformance test using vagrant
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant plugin install vagrant-openshift | |
vagrant plugin install vagrant-aws | |
git clone [email protected]: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