test: use compose rm for run cleanup - #5116
Conversation
|
Marking the PR as a draft as the CI is failing. Please click |
|
The remaining CI failures appear unrelated to this change:
All jobs exercising the changed Compose run tests passed, including Docker, regular rootful/rootless Linux, EL rootful/rootless, and old-rootless Linux. The corresponding ARM and old-rootful jobs also pass in the latest main test run, and Kubernetes passes in the latest main flaky-workflow run. I attempted to rerun only the failed jobs, but GitHub requires repository admin permission for these upstream runs. Could you please rerun them? |
This was recently fixed in the main branch. Please try rebasing. |
1b91a18 to
c83e73b
Compare
|
The full matrix has now completed. The rebase resolved the ARM provisioning failure, and none of the remaining failures is in the changed Compose test file. The seven failed jobs consist of:
This PR only changes Could you please rerun the failed jobs? |
|
Thanks for the rerun. All rerun jobs except the gomodjail/rootless job are now green. The remaining job passed the entire Compose package (
That file is byte-identical to Could you please rerun just this remaining job? |
Signed-off-by: Subota Ivan <73706465+subotac@users.noreply.github.com>
c83e73b to
5432faa
Compare
Fixes #5112.
Update compose run test cleanup to invoke
compose rmwith the test's compose file and project context. The cleanup continues to stop containers and remove anonymous volumes before runningcompose down.Tests: