- 
                Notifications
    
You must be signed in to change notification settings  - Fork 15
 
bk: update junit-annotate to run faster #219
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  | 
    
Co-authored-by: v1v <[email protected]>
          
 Done! The PR is now complete. I've updated the junit-annotate configuration in  
 The PR is ready for review and no longer WIP. (6e699b1)  | 
    
| 
           buildkite test it  | 
    
          💚 Build Succeeded
 cc @v1v @Copilot  | 
    
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
Updated the Buildkite
junit-annotateconfiguration to use faster container-based execution 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: falseto the plugin configurationartifacts: "junit-*.xml"andfail-build-on-error: trueconfigurationsThe updated configuration follows the pattern specified in the issue, replacing the GCP provider-based setup with a dedicated container image that provides faster execution while maintaining all existing functionality.
Before
After
Fixes #218.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.