From 65b104e1f9edaa75c7cd0b612833a685a8edecac Mon Sep 17 00:00:00 2001 From: Alan Rominger Date: Wed, 18 Dec 2024 15:17:01 -0500 Subject: [PATCH] Upload container logs for live tests (#15713) * Upload container logs for live tests * Get rid of dash that does nothing --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b2ec43e6a..e0627af4a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,6 +142,11 @@ jobs: - name: Run live dev env tests run: docker exec tools_awx_1 /bin/bash -c "make live_test" + - uses: ./.github/actions/upload_awx_devel_logs + if: always() + with: + log-filename: live-tests.log + awx-operator: runs-on: ubuntu-latest timeout-minutes: 60