This is an automated email from the ASF dual-hosted git repository.
tvb pushed a commit to branch tristan/remote-execution-testing-again
in repository https://gitbox.apache.org/repos/asf/buildstream.git
The following commit(s) were added to
refs/heads/tristan/remote-execution-testing-again by this push:
new 48c5446 .github/workflows/ci.yml: Cleanup containers at startup
48c5446 is described below
commit 48c5446e90e8bb873aed053f4a4f70725905d1e9
Author: Tristan van Berkom <[email protected]>
AuthorDate: Wed Jan 20 19:37:39 2021 +0900
.github/workflows/ci.yml: Cleanup containers at startup
---
.github/workflows/ci.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5eac80b..fda2f19 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -97,7 +97,8 @@ jobs:
run: |
docker-compose \
--env-file ${GITHUB_WORKSPACE}/.github/common.env \
- --file
${GITHUB_WORKSPACE}/.github/compose/ci.remote-execution-cluster.yml up --detach
+ --file
${GITHUB_WORKSPACE}/.github/compose/ci.remote-execution-cluster.yml \
+ up --detach --renew-anon-volumes --remove-orphans
- name: Run the remote execution tests
run: |