ci: extract CI job that builds asapo-standalone Docker image that can be used for testing
- The CI job
build-asapo-standalone-dev-docker-image
creates the Docker imageasapo-standalone-dev:dev-${CI_COMMIT_SHORT_SHA}
- CI jobs that extend
.test_python_wheels_template
use this imageasapo-standalone-dev:dev-${CI_COMMIT_SHORT_SHA}
when running the tests. These jobs can now run in thetest
stage! :-) - The CI job
deploy-asapo-standalone-docker-image
tagsasapo-standalone-dev:dev-${CI_COMMIT_SHORT_SHA}
aslatest
on thedevelop
branch and tag branches. This CI job copies the image toasapo-standalone:${CI_COMMIT_TAG}
andasapo-standalone:latest
for CI_COMMIT_TAG. - The CI job
build-services-docker-images
creates one Docker image perASAP::O
service.
Edited by Marc-Olivier Andrez