Skip to content

Commit 7054892

Browse files
committed
chore(dev): add opensearch integration tests to CI workflows
1 parent a6982d3 commit 7054892

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/changes.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ on:
124124
value: ${{ jobs.int_tests.outputs.nats }}
125125
nginx:
126126
value: ${{ jobs.int_tests.outputs.nginx }}
127+
opensearch:
128+
value: ${{ jobs.int_tests.outputs.opensearch }}
127129
opentelemetry:
128130
value: ${{ jobs.int_tests.outputs.opentelemetry }}
129131
postgres:
@@ -337,6 +339,7 @@ jobs:
337339
mqtt: ${{ steps.filter.outputs.mqtt }}
338340
nats: ${{ steps.filter.outputs.nats }}
339341
nginx: ${{ steps.filter.outputs.nginx }}
342+
opensearch: ${{ steps.filter.outputs.opensearch }}
340343
opentelemetry: ${{ steps.filter.outputs.opentelemetry }}
341344
postgres: ${{ steps.filter.outputs.postgres }}
342345
prometheus: ${{ steps.filter.outputs.prometheus }}
@@ -404,6 +407,7 @@ jobs:
404407
"nats": ${{ steps.filter.outputs.nats }},
405408
"nginx": ${{ steps.filter.outputs.nginx }},
406409
"opentelemetry": ${{ steps.filter.outputs.opentelemetry }},
410+
"opensearch": ${{ steps.filter.outputs.opensearch }},
407411
"postgres": ${{ steps.filter.outputs.postgres }},
408412
"prometheus": ${{ steps.filter.outputs.prometheus }},
409413
"pulsar": ${{ steps.filter.outputs.pulsar }},

.github/workflows/integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ jobs:
128128
"mongodb",
129129
"nats",
130130
"nginx",
131+
"opensearch",
131132
"opentelemetry",
132133
"postgres",
133134
"prometheus",

0 commit comments

Comments
 (0)