Skip to content
Open
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
29 changes: 25 additions & 4 deletions tests/contrib/suitespec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -693,22 +693,43 @@ suites:
- rabbitmq
snapshot: true
elasticsearch:
pattern: ^elasticsearch(?!:opensearch)
env:
TEST_ELASTICSEARCH_HOST: elasticsearch
TEST_OPENSEARCH_HOST: opensearch
venvs_per_job: 1
paths:
- '@bootstrap'
- '@core'
- '@tracing'
- '@contrib'
- '@elasticsearch'
- tests/contrib/elasticsearch/*
- tests/snapshots/tests.{suite}.*
- tests/contrib/elasticsearch/__init__.py
- tests/contrib/elasticsearch/test_elasticsearch.py
- tests/contrib/elasticsearch/test_elasticsearch_multi.py
- tests/contrib/elasticsearch/test_async.py
- tests/snapshots/tests.contrib.elasticsearch.test_elasticsearch_multi.*
- tests/snapshots/tests.contrib.elasticsearch.test_async.test_elasticsearch.*
- tests/snapshots/tests.contrib.elasticsearch.test_async.test_elasticsearch7.*
services:
- opensearch
- elasticsearch
snapshot: true
opensearch:
pattern: elasticsearch:opensearch
env:
TEST_OPENSEARCH_HOST: opensearch
venvs_per_job: 3
paths:
- '@bootstrap'
- '@core'
- '@tracing'
- '@contrib'
- '@elasticsearch'
- tests/contrib/elasticsearch/__init__.py
- tests/contrib/elasticsearch/test_opensearch.py
Comment thread
brettlangdon marked this conversation as resolved.
- tests/snapshots/tests.contrib.elasticsearch.test_async.test_opensearch.*
Comment thread
brettlangdon marked this conversation as resolved.
services:
- opensearch
snapshot: true
falcon:
paths:
- '@bootstrap'
Expand Down
Loading