Skip to content

Commit

Permalink
ci: cleanup-runner option required for postman tests (#29608) (#29609)
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
spbolton authored Aug 16, 2024
1 parent 78bb755 commit 3f39026
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cicd_comp_test-phase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,5 @@ jobs:
requires-node: true
needs-docker-image: true
github-token: ${{ secrets.GITHUB_TOKEN }}
artifacts-from: ${{ env.ARTIFACT_RUN_ID }}
artifacts-from: ${{ env.ARTIFACT_RUN_ID }}
cleanup-runner: true

0 comments on commit 3f39026

Please sign in to comment.