From 3f390265c47bdf91fb6ecd5eacd5573c55596e4c Mon Sep 17 00:00:00 2001 From: spbolton Date: Fri, 16 Aug 2024 15:29:06 +0100 Subject: [PATCH] ci: cleanup-runner option required for postman tests (#29608) (#29609) Make sure that cleanup is done on the runner. Test elastic search does not run out of space in GraphQl tests This PR resolves #29608 (Flakey graphql postman tests due to opensearch dis). --- .github/workflows/cicd_comp_test-phase.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cicd_comp_test-phase.yml b/.github/workflows/cicd_comp_test-phase.yml index 024a9e38e577..3501a40d643f 100644 --- a/.github/workflows/cicd_comp_test-phase.yml +++ b/.github/workflows/cicd_comp_test-phase.yml @@ -172,4 +172,5 @@ jobs: requires-node: true needs-docker-image: true github-token: ${{ secrets.GITHUB_TOKEN }} - artifacts-from: ${{ env.ARTIFACT_RUN_ID }} \ No newline at end of file + artifacts-from: ${{ env.ARTIFACT_RUN_ID }} + cleanup-runner: true \ No newline at end of file