Add init containers, shared namespaces, per-volume sizing, and user/label support (#997)
Smoke Test / Run basic test suite (push) Has been cancelled
Webapp Test / Run webapp test suite (push) Has been cancelled
Deploy Test / Run deploy test suite (push) Has been cancelled
Lint Checks / Run linter (push) Has been cancelled
Publish / Build and publish (push) Failing after 3h0m5s
Fixturenet-Laconicd-Test / Run Laconicd fixturenet and Laconic CLI tests (push) Failing after 18m13s
K8s Deploy Test / Run deploy test suite on kind/k8s (push) Failing after 24m32s
Database Test / Run database hosting test on kind/k8s (push) Failing after 38m22s
Container Registry Test / Run contaier registry hosting test on kind/k8s (push) Failing after 1h5m50s
External Stack Test / Run external stack test suite (push) Failing after 1h27m37s

Reviewed-on: #997
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
This commit was merged in pull request #997.
This commit is contained in:
2026-03-12 10:34:45 +00:00
committed by prathamesh
parent 5af6a83fa2
commit e7483bc7d1
4 changed files with 191 additions and 24 deletions
@@ -21,7 +21,7 @@ from stack_orchestrator.deploy.deploy_util import VolumeMapping, run_container_c
from pathlib import Path
default_spec_file_content = """config:
test-variable-1: test-value-1
test_variable_1: test-value-1
"""