Skip to content

Commit

Permalink
Add streaming tests against latest SNAPSHOTs
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta committed Nov 15, 2024
1 parent 398481e commit d77acfe
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,17 @@ jobs:
- version: 2.19.0
hub: opensearchstaging
ref: '@sha256:4da23e0137b2b67206d23b36fcf0914cc39b3bf19310c782f536e4934b86f6cc'
- version: 2.19.0
hub: opensearchstaging
ref: '@sha256:4da23e0137b2b67206d23b36fcf0914cc39b3bf19310c782f536e4934b86f6cc'
tests: plugins/streaming
- version: 3.0.0
hub: opensearchstaging
ref: '@sha256:727643acdfebed77bfdb26362dbcff536b7ea02a0cc4ae2da2521729171333de'
ref: '@sha256:16cb7744b7c1f9693eafe53aeff3440a30ca9d0694e0920a60b3bb8dbbb67a21'
- version: 3.0.0
hub: opensearchstaging
ref: '@sha256:16cb7744b7c1f9693eafe53aeff3440a30ca9d0694e0920a60b3bb8dbbb67a21'
tests: plugins/streaming

name: test-opensearch-spec (version=${{ matrix.entry.version }}, hub=${{ matrix.entry.hub || 'opensearchproject' }}, tests=${{ matrix.entry.tests || 'default' }})
runs-on: ubuntu-latest
Expand Down

0 comments on commit d77acfe

Please sign in to comment.