"Checks out the working tree to a specified commit hash or branch. If not specified, defaults to 'origin/tests-passed'.",
){|v|options[:checkout_ref]=v}
opts.on(
"--run-smoke-tests",
"Executes the smoke tests instead of the regular tests from docker.rake. See lib/tasks/smoke_test.rake for more information.",
){options[:run_smoke_tests]=true}
opts.on(
"--no-checkout",
"Does not check out the working tree when this option is passed. By default, the working tree is checked out to the latest commit on the 'origin/tests-passed' branch.",
){options[:no_checkout]=true}
opts.on("--no-tests","Does not execute any tests"){options[:no_tests]=true}