Skip to content

Commit

Permalink
Add Rally logs to IT Buildkite artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
gbanasiak committed Feb 20, 2024
1 parent ac2cef9 commit dd2a5bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildkite/it/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit dd2a5bd

Please sign in to comment.