-
Notifications
You must be signed in to change notification settings - Fork 1
bk: update junit-annotate to run faster #109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@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. |
|
@copilot finish the PR, it's still marked as WIP in the description |
- Updated junit-annotate plugin from v2.4.1 to v2.7.0 - Replaced GCP provider with container image docker.elastic.co/ci-agent-images/buildkite-junit-annotate:1.0 - Added run-in-docker: false configuration - This should result in faster execution as requested in the issue Fixes #108 Co-authored-by: v1v <[email protected]>
Done! I've completed the implementation and updated the PR description to remove the WIP status. The changes have been committed in 487196f. The junit-annotate plugin has been successfully updated to use the container image |
|
This repo is deprecated and will only be updated for security patches, so we don't need to update its integration test suite (which was flaky anyway) with improvements like this. |
Updated the Buildkite
junit-annotateplugin configuration to run faster using containers as requested in issue #108.Changes Made
junit-annotatewith GCP provider in.buildkite/pipeline.ymljunit-annotate#v2.4.1tojunit-annotate#v2.7.0docker.elastic.co/ci-agent-images/buildkite-junit-annotate:1.0run-in-docker: falseconfiguration for optimal performanceBefore
After
This change should result in faster execution of the junit annotation step by using a specialized container image instead of the GCP provider.
Fixes #108.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.