-
Notifications
You must be signed in to change notification settings - Fork 48
bk: update junit-annotate to run faster #357
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 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 for performance improvement - Maintained existing artifacts and dependency configuration Fixes #356 Co-authored-by: v1v <[email protected]>
Done! The PR is now complete and no longer WIP. I've successfully updated the Buildkite configuration to replace the The changes include:
Commit: 3d7da85 |
|
buildkite test it |
💚 Build Succeeded
cc @v1v @Copilot |
fr4nc1sc0-r4m0n
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Updates the Buildkite pipeline configuration to use the faster containerized version of the
junit-annotateplugin instead of the GCP provider.Changes Made
junit-annotatefrom v2.4.1 to v2.7.0provider: "gcp"withimage: "docker.elastic.co/ci-agent-images/buildkite-junit-annotate:1.0"run-in-docker: falseconfiguration for improved execution speedThe configuration change maintains all existing functionality (
artifacts: "junit-*.xml",fail-build-on-error: true, and all dependency relationships) while improving performance by using a dedicated container image instead of spinning up a GCP instance.Before
After
Fixes #356.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.