From 0db820fa01a67f926c41318ae659ef2552b86be8 Mon Sep 17 00:00:00 2001 From: Amulyam24 Date: Thu, 14 Dec 2023 13:46:47 +0530 Subject: [PATCH] gha: add a post cleanup script for cri-containerd ppc64le workflow This PR identifies and adds an action to cleanup the ppc64le self hosted runner. Fixes: #8666 Signed-off-by: Amulyam24 --- .github/workflows/run-cri-containerd-tests-ppc64le.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/run-cri-containerd-tests-ppc64le.yaml b/.github/workflows/run-cri-containerd-tests-ppc64le.yaml index 481807ba6..0454b72e6 100644 --- a/.github/workflows/run-cri-containerd-tests-ppc64le.yaml +++ b/.github/workflows/run-cri-containerd-tests-ppc64le.yaml @@ -57,3 +57,6 @@ jobs: - name: Run cri-containerd tests run: bash tests/integration/cri-containerd/gha-run.sh run + + - name: Cleanup actions for the self hosted runner + run: ${HOME}/scripts/cleanup_runner.sh