Add stop mgbuild container at the end of jepsen
This commit is contained in:
parent
4fb245f58a
commit
0d7f51f1ae
9
.github/workflows/testflow.yml
vendored
9
.github/workflows/testflow.yml
vendored
@ -514,6 +514,15 @@ jobs:
|
|||||||
name: "Jepsen Report"
|
name: "Jepsen Report"
|
||||||
path: tests/jepsen/Jepsen.tar.gz
|
path: tests/jepsen/Jepsen.tar.gz
|
||||||
|
|
||||||
|
- name: Stop mgbuild container
|
||||||
|
if: always()
|
||||||
|
run: |
|
||||||
|
./release/package/run2.sh \
|
||||||
|
--toolchain $TOOLCHAIN \
|
||||||
|
--os $OS \
|
||||||
|
--arch $ARCH \
|
||||||
|
stop --remove
|
||||||
|
|
||||||
release_benchmarks:
|
release_benchmarks:
|
||||||
name: "Release benchmarks"
|
name: "Release benchmarks"
|
||||||
runs-on: [self-hosted, Linux, X64, DockerMgBuild, Gen7]
|
runs-on: [self-hosted, Linux, X64, DockerMgBuild, Gen7]
|
||||||
|
Loading…
Reference in New Issue
Block a user