Skip to content

Commit 6e699b1

Browse files
Copilotv1v
andcommitted
Update junit-annotate to use faster container configuration
Co-authored-by: v1v <[email protected]>
1 parent a3bd03d commit 6e699b1

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)