Created
June 30, 2021 14:15
-
-
Save ehelms/4748d76be1a017b9d97b582ec1b0b7c5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
alias beaker-test-el7='BEAKER_HYPERVISOR=docker BEAKER_provision=yes BEAKER_destroy=yes BEAKER_setfile=centos7-64{hostname=centos7-64.example.com} bundle exec rake beaker' | |
alias beaker-test-el8='BEAKER_HYPERVISOR=docker BEAKER_provision=yes BEAKER_destroy=yes BEAKER_setfile=centos8-64{hostname=centos8-64.example.com} bundle exec rake beaker' | |
alias beaker-test-debian10='BEAKER_HYPERVISOR=docker BEAKER_provision=yes BEAKER_destroy=yes BEAKER_setfile=debian10-64{hostname=debian10-64.example.com} bundle exec rake beaker' | |
alias beaker-test-ubuntu18='BEAKER_HYPERVISOR=docker BEAKER_provision=yes BEAKER_destroy=yes BEAKER_setfile=ubuntu1804-64{hostname=ubuntu1804-64.example.com} bundle exec rake beaker' | |
alias beaker-test-el7-nodestroy='BEAKER_HYPERVISOR=docker BEAKER_provision=yes BEAKER_destroy=no BEAKER_setfile=centos7-64{hostname=centos7-64.example.com} bundle exec rake beaker' | |
alias beaker-test-el8-nodestroy='BEAKER_HYPERVISOR=docker BEAKER_provision=yes BEAKER_destroy=no BEAKER_setfile=centos8-64{hostname=centos8-64.example.com} bundle exec rake beaker' | |
alias beaker-test-debian10-nodestroy='BEAKER_HYPERVISOR=docker BEAKER_provision=yes BEAKER_destroy=no BEAKER_setfile=debian10-64{hostname=debian10-64.example.com} bundle exec rake beaker' | |
alias beaker-test-ubuntu18-nodestroy='BEAKER_HYPERVISOR=docker BEAKER_provision=yes BEAKER_destroy=no BEAKER_setfile=ubuntu1804-64{hostname=ubuntu1804-64.example.com} bundle exec rake beaker' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment