Skip to content

Commit 6453fe7

Browse files
committed
fixup
1 parent 7bf3b88 commit 6453fe7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.buildkite/pipeline.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,7 @@ steps:
3737
DEBUG: true
3838
command: ./.buildkite/run-yaml-tests.sh
3939
artifact_paths: "elasticsearch-api/tmp/*"
40-
- wait: ~
41-
continue_on_failure: true
42-
- label: "Log Results"
43-
command: ./.buildkite/log-results.sh
44-
- label: ":elasticsearch: Serverless :rspec: API Tests :ruby:"
40+
- label: ":elasticsearch: Serverless :rspec: API Tests :ruby: {{ matrix.source }} - {{ matrix.ruby }}"
4541
agents:
4642
provider: "gcp"
4743
env:
@@ -62,3 +58,7 @@ steps:
6258
ruby_source: 'jruby'
6359
ruby: '9.4'
6460
command: './.buildkite/run-serverless-tests.sh'
61+
- wait: ~
62+
continue_on_failure: true
63+
- label: "Log Results"
64+
command: ./.buildkite/log-results.sh

0 commit comments

Comments
 (0)