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"