Skip to content

Commit 6faa1b8

Browse files
Copilotv1v
andauthored
bk: update junit-annotate to run faster (#219)
* Initial plan * Update junit-annotate to use faster container configuration Co-authored-by: v1v <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: v1v <[email protected]>
1 parent ff20959 commit 6faa1b8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,14 @@ steps:
3737
allow_failure: true
3838

3939
- label: ":junit: Junit annotate"
40+
agents:
41+
# requires at least "bash", "curl" and "git"
42+
image: "docker.elastic.co/ci-agent-images/buildkite-junit-annotate:1.0"
4043
plugins:
41-
- junit-annotate#v2.4.1:
44+
- junit-annotate#v2.7.0:
4245
artifacts: "junit-*.xml"
4346
fail-build-on-error: true
44-
agents:
45-
provider: "gcp" #junit plugin requires docker
47+
run-in-docker: false
4648
depends_on:
4749
- step: "prepare-report"
4850
allow_failure: true

0 commit comments

Comments
 (0)