File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1111 Unit-test :
1212 strategy :
1313 matrix :
14- logstash : [ "7.16.3", "7.17.1" ]
14+ logstash : [ "7.16.3", "7.17.1", "8.3.2" ]
1515 name : Unit Test logstash-output-opensearch
1616 runs-on : ubuntu-latest
1717 env :
3333 Integration-Test-OpenSearch :
3434 strategy :
3535 matrix :
36- logstash : [ "7.16.3", "7.17.1" ]
36+ logstash : [ "7.16.3", "7.17.1", "8.3.2" ]
3737 opensearch : [ "1.2.1" ]
3838 secure : [ true, false ]
3939
7878
7979 - name : Run Integration tests against OpenDistro-${{ matrix.opendistro }}-security-${{ matrix.secure }} for logstash ${{ matrix.logstash }}
8080 run : |
81- ./scripts/opendistro/docker-run.sh
81+ ./scripts/opendistro/docker-run.sh
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ services:
77 context : ../../
88 dockerfile : scripts/Dockerfile
99 args :
10- - LOGSTASH_VERSION=${LOGSTASH_VERSION:-7.13 .2}
10+ - LOGSTASH_VERSION=${LOGSTASH_VERSION:-8.3 .2}
1111 command : scripts/run.sh
1212 env_file : ../docker.env
1313 environment :
1414 - SPEC_OPTS
1515 - LOG_LEVEL # devutils (>= 2.0.4) reads the ENV and sets LS logging
16- tty : true
16+ tty : true
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ services:
77 context : ../../
88 dockerfile : scripts/Dockerfile
99 args :
10- - LOGSTASH_VERSION=${LOGSTASH_VERSION:-7.13 .2}
10+ - LOGSTASH_VERSION=${LOGSTASH_VERSION:-8.3 .2}
1111 command : /usr/share/plugins/plugin/scripts/unit-test/logstash-run.sh
1212 env_file : ../docker.env
1313 environment :
1414 - SPEC_OPTS
1515 - LOG_LEVEL # devutils (>= 2.0.4) reads the ENV and sets LS logging
16- tty : true
16+ tty : true
You can’t perform that action at this time.
0 commit comments