From ea019892c434d5714722b80ec1ec624639d87f43 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Mon, 3 Apr 2023 02:24:04 -0400 Subject: [PATCH] Archive Rally logs in rally-tracks-compat job (#1696) --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41a93f64b..16c83d092 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,6 +67,13 @@ jobs: # elastic/endpoint fetches assets from GitHub, authenticate to avoid # being rate limited ASSETS_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # Artifact will show up under "Artifacts" in the "Summary" page of runs + - uses: actions/upload-artifact@v3 + if: always() + with: + name: rally-tracks-compat-logs + path: /home/runner/.rally/logs/ + if-no-files-found: error install-with-pyenv: runs-on: ubuntu-22.04