Skip to content

Commit e160bde

Browse files
authored
bk: update junit-annotate to run faster (#264)
1 parent b6b0206 commit e160bde

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
@@ -67,12 +67,14 @@ steps:
6767
artifact_paths: "*.xml"
6868

6969
- label: ":junit: Junit annotate"
70+
agents:
71+
# requires at least "bash", "curl" and "git"
72+
image: "docker.elastic.co/ci-agent-images/buildkite-junit-annotate:1.0"
7073
plugins:
71-
- junit-annotate#v2.4.1:
74+
- junit-annotate#v2.7.0:
7275
artifacts: "*.xml"
7376
fail-build-on-error: true
74-
agents:
75-
provider: "gcp"
77+
run-in-docker: false
7678
depends_on:
7779
- step: "linux-test"
7880
allow_failure: true

0 commit comments

Comments
 (0)