|
Webapp Test / Run webapp test suite (push) Successful in 4m5s
Details
Smoke Test / Run basic test suite (push) Successful in 3m55s
Details
Deploy Test / Run deploy test suite (push) Successful in 5m13s
Details
Publish / Build and publish (push) Successful in 1m5s
Details
Lint Checks / Run linter (push) Failing after 3s
Details
webapps are meant to be build-once/deploy-many, but we were rebuilding them for every request. This changes that, so that we rebuild only for every unique ApplicationRecord. When we push the image, we now tag it according to its ApplicationRecord. We don't want to use that tag directly in the compose file for the deployment, however, as the deployment needs to be able to adjust to new builds w/o re-writing the file all the time. Instead, we use a per-deployment unique tag (same as before), we just update what image it references as needed. Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/764 |
||
|---|---|---|
| .. | ||
| compose | ||
| k8s | ||
| webapp | ||
| __init__.py | ||
| deploy.py | ||
| deploy_types.py | ||
| deploy_util.py | ||
| deployer.py | ||
| deployer_factory.py | ||
| deployment.py | ||
| deployment_context.py | ||
| deployment_create.py | ||
| images.py | ||
| spec.py | ||
| stack.py | ||
| stack_state.py | ||