Skip to content

Commit b7f794b

Browse files
authored
bk: update junit-annotate to run faster (#357)
1 parent 20558a8 commit b7f794b

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
@@ -71,12 +71,14 @@ steps:
7171
- "junit-*.xml"
7272

7373
- label: ":junit: Junit annotate"
74+
agents:
75+
# requires at least "bash", "curl" and "git"
76+
image: "docker.elastic.co/ci-agent-images/buildkite-junit-annotate:1.0"
7477
plugins:
75-
- junit-annotate#v2.4.1:
78+
- junit-annotate#v2.7.0:
7679
artifacts: "junit-*.xml"
7780
fail-build-on-error: true
78-
agents:
79-
provider: "gcp" #junit plugin requires docker
81+
run-in-docker: false
8082
depends_on:
8183
- step: "test-lin"
8284
allow_failure: true

0 commit comments

Comments
 (0)