From 644628f084bde979541c0581300920ea70c8fad1 Mon Sep 17 00:00:00 2001 From: Alex Moinet Date: Tue, 1 Oct 2024 08:56:17 +0100 Subject: [PATCH] Add buildkite analytics to WSL test runs --- .buildkite/pipeline.full.yml | 8 ++++++++ .buildkite/pipeline.yml | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/.buildkite/pipeline.full.yml b/.buildkite/pipeline.full.yml index f687364..bab2f97 100644 --- a/.buildkite/pipeline.full.yml +++ b/.buildkite/pipeline.full.yml @@ -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 @@ -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 diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 6bba900..b9a8552 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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