provision tests, add parameter to keep the containers running after the test is done.

This commit is contained in:
2026-08-05 16:00:44 -07:00
parent 55c7287b3d
commit ba379b253e
3 changed files with 14 additions and 6 deletions
@@ -27,6 +27,7 @@ services:
- REPO=$REPO
- BRANCH=$BRANCH
- EXEC=$EXEC
- KEEP_ALIVE=$KEEP_ALIVE
volumes:
- type: volume
source: pt-storage
@@ -56,6 +57,7 @@ services:
- REPO=$REPO
- BRANCH=$BRANCH
- EXEC=$EXEC
- KEEP_ALIVE=$KEEP_ALIVE
volumes:
- type: volume
source: pt-storage
@@ -85,6 +87,7 @@ services:
- REPO=$REPO
- BRANCH=$BRANCH
- EXEC=$EXEC
- KEEP_ALIVE=$KEEP_ALIVE
volumes:
- type: volume
source: pt-storage
@@ -114,6 +117,7 @@ services:
- REPO=$REPO
- BRANCH=$BRANCH
- EXEC=$EXEC
- KEEP_ALIVE=$KEEP_ALIVE
volumes:
- type: volume
source: pt-storage
@@ -143,6 +147,7 @@ services:
- REPO=$REPO
- BRANCH=$BRANCH
- EXEC=$EXEC
- KEEP_ALIVE=$KEEP_ALIVE
volumes:
- type: volume
source: pt-storage