Skip to content

Commit

Permalink
Update test builds
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhorning committed Jul 31, 2024
1 parent 152c33f commit 3b9b0c0
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ansible_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on: [ push, pull_request ]

jobs:
test:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
test_play: ['test-2.yml', 'test-5.yml', 'test-6.yml']
test_play: ['test-6.yml', 'test-7.yml', 'test-8.yml']
env:
ANSIBLE_FORCE_COLOR: true
steps:
Expand Down
12 changes: 12 additions & 0 deletions tests/test-7.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
- hosts: localhost
become: true
vars:
elasticsearch_version: 7.17.23
elasticsearch_cluster_name: my-test-cluster-7
elasticsearch_network_host: '_local_, _site_'
elasticsearch_aws_discovery: true
elasticsearch_plugins:
- { name: 'analysis-icu' }
roles:
- ansible-role-elasticsearch
12 changes: 12 additions & 0 deletions tests/test-8.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
- hosts: localhost
become: true
vars:
elasticsearch_version: 8.14.3
elasticsearch_cluster_name: my-test-cluster-8
elasticsearch_network_host: '_local_, _site_'
elasticsearch_aws_discovery: true
elasticsearch_plugins:
- { name: 'analysis-icu' }
roles:
- ansible-role-elasticsearch

0 comments on commit 3b9b0c0

Please sign in to comment.