Skip to content

Commit

Permalink
add CI/CD matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Chenyang Ji <cyji@amazon.com>
  • Loading branch information
ansjcy committed Oct 23, 2024
1 parent 459f89c commit 00c9b30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
tests: plugins/streaming
- version: 2.17.0
tests: plugins/notifications
- version: 2.17.0
tests: plugins/query_insights
- version: 2.18.0
hub: opensearchstaging
ref: '@sha256:4445e195c53992038891519dc3be0d273cdaad1b047943d68921168ed243e7e9'
Expand Down
4 changes: 4 additions & 0 deletions spec/schemas/insights._common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ components:
items:
type: object
$ref: '#/components/schemas/TaskResourceUsages'
# cspell:disable-line
query_hashcode:

Check failure on line 34 in spec/schemas/insights._common.yaml

View workflow job for this annotation

GitHub Actions / lint

Unknown word: "hashcode"
type: string
description: The hashcode of the query.

Check failure on line 36 in spec/schemas/insights._common.yaml

View workflow job for this annotation

GitHub Actions / lint

Unknown word: "hashcode"
labels:
type: object
description: Additional labels for the query.
Expand Down

0 comments on commit 00c9b30

Please sign in to comment.