We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c350e3 commit 25d865cCopy full SHA for 25d865c
.buildkite/pipeline.yml
@@ -2,7 +2,6 @@ steps:
2
- label: ":elasticsearch: :javascript: ES JavaScript ({{ matrix.nodejs }}) Test Suite: {{ matrix.suite }}"
3
agents:
4
provider: "gcp"
5
- image: family/core-ubuntu-2204
6
env:
7
NODE_VERSION: "{{ matrix.nodejs }}"
8
TEST_SUITE: "{{ matrix.suite }}"
@@ -22,8 +21,11 @@ steps:
22
21
- wait: ~
23
continue_on_failure: true
24
- label: ":junit: Test results"
+ agents:
25
+ provider: "gcp"
26
+ image: family/core-ubuntu-2204
27
plugins:
- - junit-annotate#v1.9.0:
28
+ - junit-annotate#v2.4.1:
29
artifacts: "junit-output/junit-*.xml"
30
job-uuid-file-pattern: 'junit-(.*).xml'
31
fail-build-on-error: true
0 commit comments