From dd2a5bd37261b248d929b3594f6214c966fe87d8 Mon Sep 17 00:00:00 2001 From: Grzegorz Banasiak Date: Tue, 20 Feb 2024 17:43:02 +0100 Subject: [PATCH] Add Rally logs to IT Buildkite artifacts --- .buildkite/it/run.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.buildkite/it/run.sh b/.buildkite/it/run.sh index 6d01e6ef7..d9fa3544d 100644 --- a/.buildkite/it/run.sh +++ b/.buildkite/it/run.sh @@ -40,3 +40,7 @@ source .venv/bin/activate pip install nox nox -s "it-${PYTHON_VERSION}" + +echo "--- Upload artifacts" + +buildkite-agent artifact upload "${RALLY_HOME}/.rally/logs/*.log"