Skip to content

Conversation

Copilot
Copy link

@Copilot Copilot AI commented Sep 19, 2025

Updates the Buildkite pipeline configuration to use a faster container-based approach for the junit-annotate step instead of relying on the GCP provider.

Changes Made

Updated the :junit: Test results step in .buildkite/pipeline.yml to:

  • Use the container image docker.elastic.co/ci-agent-images/buildkite-junit-annotate:1.0 instead of the GCP provider
  • Added run-in-docker: false configuration to the junit-annotate plugin
  • Maintained all existing configuration options (artifacts path, job-uuid-file-pattern, fail-build-on-error, failure-format)

This change improves the performance of the junit annotation step by using a dedicated container image instead of relying on the GCP provider to spin up Docker containers.

Fixes #3014.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@Copilot Copilot AI assigned Copilot and v1v Sep 19, 2025
Copy link
Author

Copilot AI commented Sep 19, 2025

@v1v 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs.

I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review.

@prodsecmachine
Copy link

prodsecmachine commented Sep 19, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

license/snyk check is complete. No issues have been found. (View Details)

@v1v
Copy link
Member

v1v commented Sep 19, 2025

@copilot finish the PR, it's still marked as WIP in the description

Copy link
Author

Copilot AI commented Sep 19, 2025

@copilot finish the PR, it's still marked as WIP in the description

Done! I've completed the implementation and removed the WIP status. The changes update the junit-annotate step to use the faster container approach as specified in the issue. Commit: 32688f9

@Copilot Copilot AI changed the title [WIP] bk: update unit-annotate to run faster bk: update junit-annotate to run faster Sep 19, 2025
Copilot finished work on behalf of v1v September 19, 2025 18:58
@v1v
Copy link
Member

v1v commented Sep 22, 2025

buildkite test it

@v1v v1v marked this pull request as ready for review September 22, 2025 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bk: update unit-annotate to run faster
3 participants