Skip to content

Commit 25d865c

Browse files
committed
Explicitly use an Ubuntu agent on the JUnit step
1 parent 4c350e3 commit 25d865c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ steps:
22
- label: ":elasticsearch: :javascript: ES JavaScript ({{ matrix.nodejs }}) Test Suite: {{ matrix.suite }}"
33
agents:
44
provider: "gcp"
5-
image: family/core-ubuntu-2204
65
env:
76
NODE_VERSION: "{{ matrix.nodejs }}"
87
TEST_SUITE: "{{ matrix.suite }}"
@@ -22,8 +21,11 @@ steps:
2221
- wait: ~
2322
continue_on_failure: true
2423
- label: ":junit: Test results"
24+
agents:
25+
provider: "gcp"
26+
image: family/core-ubuntu-2204
2527
plugins:
26-
- junit-annotate#v1.9.0:
28+
- junit-annotate#v2.4.1:
2729
artifacts: "junit-output/junit-*.xml"
2830
job-uuid-file-pattern: 'junit-(.*).xml'
2931
fail-build-on-error: true

0 commit comments

Comments
 (0)