From 52a0a8336b79bd786573b6d14dbd1957dc95a386 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 19 Sep 2025 15:41:50 +0000 Subject: [PATCH 1/2] Initial plan From 32688f9f1a84048620c826d0b57262a853a35f6d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 19 Sep 2025 18:57:34 +0000 Subject: [PATCH 2/2] Update junit-annotate to use container for faster execution Co-authored-by: v1v <2871786+v1v@users.noreply.github.com> --- .buildkite/pipeline.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index e664f03d9..200fb1f02 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -24,9 +24,13 @@ steps: - wait: ~ continue_on_failure: true - label: ":junit: Test results" + agents: + # requires at least "bash", "curl" and "git" + image: "docker.elastic.co/ci-agent-images/buildkite-junit-annotate:1.0" plugins: - junit-annotate#v2.7.0: artifacts: "junit-output/junit-*.xml" job-uuid-file-pattern: "junit-(.*).xml" fail-build-on-error: true failure-format: file + run-in-docker: false