Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ steps:
RUBY_VERSION: '3.4'
RUBY_SOURCE: ruby
TEST_SUITE: serverless
ES_YAML_TESTS_BRANCH: main
ES_YAML_TESTS_BRANCH: 'stop-updating-allocations-serverless'
QUIET: false
command: ./.buildkite/run-yaml-tests.sh
artifact_paths: elasticsearch-api/tmp/*
- label: 'Destroy :elasticsearch: Serverless projects'
depends_on:
- step: run-serverless-tests
allow_failure: false
allow_failure: true
agents:
image: 'docker.elastic.co/appex-qa/qaf:latest'
env:
Expand Down
Loading