From facf12737fffe822b255dc90a1458eed1a2b7be9 Mon Sep 17 00:00:00 2001 From: Grzegorz Banasiak Date: Tue, 8 Aug 2023 13:09:37 +0200 Subject: [PATCH] Add timeout and ES logs in rally-tracks-compat (#1758) --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 097375df6..b36e45758 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,6 +84,7 @@ jobs: run: python -m pip install --upgrade nox - name: "Run tests" run: nox -s rally_tracks_compat + timeout-minutes: 120 env: # elastic/endpoint fetches assets from GitHub, authenticate to avoid # being rate limited @@ -99,7 +100,9 @@ jobs: if: always() with: name: rally-tracks-compat-logs - path: /home/runner/.rally/logs/ + path: | + /home/runner/.rally/logs/ + /home/runner/.rally/benchmarks/races/**/*.log if-no-files-found: error install-with-pyenv: