Skip to content

Commit

Permalink
Add buildkite analytics to WSL test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Oct 1, 2024
1 parent 15e94e4 commit 644628f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .buildkite/pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ steps:
- '*-mazerunner.log'
- 'clear_cache.log'
- maze_output/metrics.csv
test-collector#v1.10.2:
files: "reports/TEST-*.xml"
format: "junit"
branch: "^main|next$$"
commands:
- features/scripts/run-windows-ci-tests.sh release

Expand Down Expand Up @@ -172,6 +176,10 @@ steps:
- '*-mazerunner.log'
- 'clear_cache.log'
- maze_output/metrics.csv
test-collector#v1.10.2:
files: "reports/TEST-*.xml"
format: "junit"
branch: "^main|next$$"
commands:
- features/scripts/run-windows-ci-tests.sh release

Expand Down
4 changes: 4 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ steps:
- '*-mazerunner.log'
- 'clear_cache.log'
- maze_output/metrics.csv
test-collector#v1.10.2:
files: "reports/TEST-*.xml"
format: "junit"
branch: "^main|next$$"
commands:
- features/scripts/run-windows-ci-tests.sh release

Expand Down

0 comments on commit 644628f

Please sign in to comment.