From 6c18b801b193cf36d2e6942072854e97d7e583f5 Mon Sep 17 00:00:00 2001 From: Matthias Frei Date: Wed, 13 Sep 2023 14:15:01 +0200 Subject: [PATCH] fixup: remove test collector, requires setup test analytics --- .buildkite/pipeline.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 140c1ae76b..db6446e432 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -20,9 +20,10 @@ steps: - bazel test --config=race --config=unit_all key: unit_tests plugins: - - test-collector#v1.0.0: - files: "bazel-testlogs/**/test.xml" - format: "junit" + - scionproto/metahook#v0.3.0: + pre-artifact: tar -chaf bazel-testlogs.tar.gz bazel-testlogs + artifact_paths: + - bazel-testlogs.tar.gz retry: *automatic-retry timeout_in_minutes: 20 - label: "Lint :bash:"