We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using pytest and a separate integration folder, add some integration tests that actually build images:
integration
build
build-compose
push-artifact
build-hook
deploy-heroku
deploy-s3
The text was updated successfully, but these errors were encountered:
We can also add an integration test for the Heroku push.
Sorry, something went wrong.
No branches or pull requests
Using pytest and a separate
integration
folder, add some integration tests that actually build images:build
a docker image with multiple tags with imgbuild
a docker image with multiple tags with docker (dind required in taskcluster)build-compose
a compose file with 2 services with imgbuild-compose
a compose file with 2 services with docker (dind required in taskcluster)push-artifact
, push an artifact and ensure it was pushedbuild-hook
, build a hook and ensure it was created on Taskclusterdeploy-heroku
push something to Heroku and ensure it was pusheddeploy-s3
upload something to s3 and ensure it was uploadedThe text was updated successfully, but these errors were encountered: