Skip to content

Commit

Permalink
Merge pull request #293 from cavokz/add-8.14-to-the-drill
Browse files Browse the repository at this point in the history
Add stack 8.14 to the test drill
  • Loading branch information
cavokz committed Jun 5, 2024
2 parents 221baa0 + 1209281 commit f8cde83
Show file tree
Hide file tree
Showing 6 changed files with 16,041 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ jobs:
fail-fast: false
matrix:
include:
- stack-version: 8.14.0
schema-uri: "./etc/ecs-v8.11.0.tar.gz"
- stack-version: 8.13.0
schema-uri: "./etc/ecs-v8.11.0.tar.gz"
- stack-version: 8.12.0
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: geneve-test

services:
es:
image: ${TEST_ELASTICSEARCH_IMAGE:-docker.elastic.co/elasticsearch/elasticsearch:${TEST_STACK_VERSION:-8.13.0}}
image: ${TEST_ELASTICSEARCH_IMAGE:-docker.elastic.co/elasticsearch/elasticsearch:${TEST_STACK_VERSION:-8.14.0}}
environment:
- node.name=es
- cluster.name=geneve-test
Expand All @@ -29,7 +29,7 @@ services:
timeout: 10s
kbn:
depends_on: [es]
image: ${TEST_KIBANA_IMAGE:-docker.elastic.co/kibana/kibana:${TEST_STACK_VERSION:-8.13.0}}
image: ${TEST_KIBANA_IMAGE:-docker.elastic.co/kibana/kibana:${TEST_STACK_VERSION:-8.14.0}}
environment:
SERVER_NAME: kbn
ELASTICSEARCH_HOSTS: ${TEST_ELASTICSEARCH_PROXY:-http://es:9200}
Expand Down
2 changes: 1 addition & 1 deletion scripts/test-stacks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PYTHON=${PYTHON:-python3}

DEFAULT_STACK_VERSIONS="8.13 8.12 8.11 8.10.1 8.9 8.8 8.7 8.6 8.5 8.4 8.3 8.2"
DEFAULT_STACK_VERSIONS="8.14 8.13 8.12 8.11 8.10.1 8.9 8.8 8.7 8.6 8.5 8.4 8.3 8.2"
STACK_VERSIONS=

DEFAULT_TESTS="tests/test_emitter_*.py"
Expand Down
Loading

0 comments on commit f8cde83

Please sign in to comment.