Skip to content

Commit 487196f

Browse files
Copilotv1v
andcommitted
Update junit-annotate plugin to use container image for faster execution
- Updated junit-annotate plugin from v2.4.1 to v2.7.0 - Replaced GCP provider with container image docker.elastic.co/ci-agent-images/buildkite-junit-annotate:1.0 - Added run-in-docker: false configuration - This should result in faster execution as requested in the issue Fixes #108 Co-authored-by: v1v <[email protected]>
1 parent 3ab52ec commit 487196f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ steps:
2222
- key: junit
2323
label: ":junit: Test results"
2424
agents:
25-
provider: "gcp"
26-
image: family/core-ubuntu-2204
25+
# requires at least "bash", "curl" and "git"
26+
image: "docker.elastic.co/ci-agent-images/buildkite-junit-annotate:1.0"
2727
plugins:
28-
- junit-annotate#v2.4.1:
28+
- junit-annotate#v2.7.0:
2929
artifacts: "junit-output/junit-*.xml"
3030
job-uuid-file-pattern: "junit-(.*).xml"
3131
fail-build-on-error: true
3232
failure-format: file
33+
run-in-docker: false

0 commit comments

Comments
 (0)