Skip to content

Serverless tests #2695

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
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