Skip to content

Commit fae4bf9

Browse files
committed
[CI] Stop testing Serverless on Buildkite
1 parent 8cb2cc9 commit fae4bf9

File tree

1 file changed

+0
-56
lines changed

1 file changed

+0
-56
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -33,61 +33,5 @@ steps:
3333
DEBUG: true
3434
command: ./.buildkite/run-yaml-tests.sh
3535
artifact_paths: elasticsearch-api/tmp/*
36-
- group: 'Elasticsearch Serverless :elasticsearch:'
37-
steps:
38-
- label: 'Create :elasticsearch: Serverless projects'
39-
key: create-serverless
40-
agents:
41-
image: 'docker.elastic.co/appex-qa/qaf:latest'
42-
env:
43-
EC_PROJECT_PREFIX: ruby
44-
EC_REGISTER_BACKEND: buildkite
45-
EC_REGION: aws-eu-west-1
46-
EC_ENV: qa
47-
commands:
48-
- mkdir ~/.elastic
49-
- touch ~/.elastic/cloud.json
50-
- >-
51-
echo "{\"api_key\":{\"qa\":\"$(vault read -field=qa
52-
secret/ci/elastic-elasticsearch-ruby/cloud-access)\"}}" >
53-
~/.elastic/cloud.json
54-
- ./.buildkite/create-serverless.sh
55-
- label: 'Run :elasticsearch: Serverless :rspec: Tests :ruby:'
56-
key: run-serverless-tests
57-
depends_on:
58-
- step: create-serverless
59-
agents:
60-
provider: gcp
61-
env:
62-
RUBY_VERSION: '3.4'
63-
RUBY_SOURCE: ruby
64-
TEST_SUITE: serverless
65-
ES_YAML_TESTS_BRANCH: '9.0'
66-
QUIET: false
67-
command: ./.buildkite/run-yaml-tests.sh
68-
artifact_paths: elasticsearch-api/tmp/*
69-
- label: 'Destroy :elasticsearch: Serverless projects'
70-
depends_on:
71-
- step: run-serverless-tests
72-
allow_failure: true
73-
agents:
74-
image: 'docker.elastic.co/appex-qa/qaf:latest'
75-
env:
76-
EC_REGISTER_BACKEND: buildkite
77-
EC_ENV: qa
78-
EC_REGION: aws-eu-west-1
79-
commands:
80-
- mkdir ~/.elastic
81-
- touch ~/.elastic/cloud.json
82-
- >-
83-
export EC_PROJECT_NAME=`buildkite-agent meta-data get
84-
"EC_PROJECT_NAME"`
85-
- >-
86-
echo "{\"api_key\":{\"qa\":\"$(vault read -field=qa
87-
secret/ci/elastic-elasticsearch-ruby/cloud-access)\"}}" >
88-
~/.elastic/cloud.json
89-
- qaf elastic-cloud projects delete
90-
- wait: ~
91-
continue_on_failure: true
9236
- label: Log Results
9337
command: ./.buildkite/log-results.sh

0 commit comments

Comments
 (0)