Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@
goversion
gpg
gql
grpcs
grafana
graphiql
greptime
Expand Down Expand Up @@ -258,19 +259,19 @@
JAMCRC
Jameel
Jaytech
jchap-pnnl

Check warning on line 262 in .github/actions/spelling/allow.txt

View workflow job for this annotation

GitHub Actions / Check Spelling

Ignoring entry because it contains non-alpha characters (non-alpha-in-dictionary)
jemalloc
jemallocator
jetbrains
JetBrains
jhbigler-pnnl

Check warning on line 267 in .github/actions/spelling/allow.txt

View workflow job for this annotation

GitHub Actions / Check Spelling

Ignoring entry because it contains non-alpha characters (non-alpha-in-dictionary)
Jia
Jiayu
jimmystewpot
jlambatl
jndi
Joda
jorgehermo9

Check warning on line 274 in .github/actions/spelling/allow.txt

View workflow job for this annotation

GitHub Actions / Check Spelling

Ignoring entry because it contains non-alpha characters (non-alpha-in-dictionary)
journalctl
jsonnet
jsontag
Expand Down Expand Up @@ -381,6 +382,7 @@
ntapi
ntfs
Odys
OLAP
onig
opendal
Openpeak
Expand Down Expand Up @@ -557,6 +559,7 @@
Yarvik
Yifang
yjagdale
ydb
zadd
zeek
zookeeper
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ on:
value: ${{ jobs.int_tests.outputs.splunk }}
webhdfs:
value: ${{ jobs.int_tests.outputs.webhdfs }}
ydb:
value: ${{ jobs.int_tests.outputs.ydb }}
# e2e tests
e2e-datadog-logs:
value: ${{ jobs.e2e_tests.outputs.datadog-logs }}
Expand Down Expand Up @@ -345,6 +347,7 @@ jobs:
redis: ${{ steps.filter.outputs.redis }}
splunk: ${{ steps.filter.outputs.splunk }}
webhdfs: ${{ steps.filter.outputs.webhdfs }}
ydb: ${{ steps.filter.outputs.ydb }}
any: ${{ steps.detect-changes.outputs.any }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Expand Down Expand Up @@ -410,7 +413,8 @@ jobs:
"pulsar": ${{ steps.filter.outputs.pulsar }},
"redis": ${{ steps.filter.outputs.redis }},
"splunk": ${{ steps.filter.outputs.splunk }},
"webhdfs": ${{ steps.filter.outputs.webhdfs }}
"webhdfs": ${{ steps.filter.outputs.webhdfs }},
"ydb": ${{ steps.filter.outputs.ydb }}
}
EOF
)
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ci-integration-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,9 @@ jobs:
"prometheus",
"pulsar",
"redis",
"webhdfs"
"splunk",
"webhdfs",
"ydb"
]
steps:
- name: Evaluate run condition
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ jobs:
"prometheus",
"pulsar",
"redis",
"webhdfs"
"webhdfs",
"ydb"
]
timeout-minutes: 90
steps:
Expand Down
Loading
Loading