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 7bf3b88 commit 6453fe7Copy full SHA for 6453fe7
.buildkite/pipeline.yml
@@ -37,11 +37,7 @@ steps:
37
DEBUG: true
38
command: ./.buildkite/run-yaml-tests.sh
39
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:"
+ - label: ":elasticsearch: Serverless :rspec: API Tests :ruby: {{ matrix.source }} - {{ matrix.ruby }}"
45
agents:
46
provider: "gcp"
47
env:
@@ -62,3 +58,7 @@ steps:
62
58
ruby_source: 'jruby'
63
59
ruby: '9.4'
64
60
command: './.buildkite/run-serverless-tests.sh'
61
+ - wait: ~
+ continue_on_failure: true
+ - label: "Log Results"
+ command: ./.buildkite/log-results.sh
0 commit comments