This is an automated email from the ASF dual-hosted git repository.
karan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 28473e7c4d2 Use correct IT group name for the group
`cds-coordinator-metadata-query-disabled` in GHA (#16468)
28473e7c4d2 is described below
commit 28473e7c4d2098759f795edb10ff36c4d3674804
Author: Rishabh Singh <[email protected]>
AuthorDate: Tue May 21 11:30:23 2024 +0530
Use correct IT group name for the group
`cds-coordinator-metadata-query-disabled` in GHA (#16468)
* Fix build
* Use the correct IT test group name in gha
* update
---
.github/workflows/standard-its.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/standard-its.yml
b/.github/workflows/standard-its.yml
index 69c9e615869..c00940b0a39 100644
--- a/.github/workflows/standard-its.yml
+++ b/.github/workflows/standard-its.yml
@@ -47,7 +47,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- testing_group: [batch-index, input-format, input-source,
perfect-rollup-parallel-batch-index, kafka-index, kafka-index-slow,
kafka-transactional-index, kafka-transactional-index-slow, kafka-data-format,
ldap-security, realtime-index, append-ingestion, compaction,
cds-task-schema-publish-disabled, cds-coordinator-smq-disabled]
+ testing_group: [batch-index, input-format, input-source,
perfect-rollup-parallel-batch-index, kafka-index, kafka-index-slow,
kafka-transactional-index, kafka-transactional-index-slow, kafka-data-format,
ldap-security, realtime-index, append-ingestion, compaction,
cds-task-schema-publish-disabled, cds-coordinator-metadata-query-disabled]
uses: ./.github/workflows/reusable-standard-its.yml
if: ${{ needs.changes.outputs.core == 'true' ||
needs.changes.outputs.common-extensions == 'true' }}
with:
@@ -196,6 +196,6 @@ jobs:
with:
build_jdk: 8
runtime_jdk: 8
- testing_groups:
-DexcludedGroups=batch-index,input-format,input-source,perfect-rollup-parallel-batch-index,kafka-index,query,query-retry,query-error,realtime-index,security,ldap-security,s3-deep-storage,gcs-deep-storage,azure-deep-storage,hdfs-deep-storage,s3-ingestion,kinesis-index,kinesis-data-format,kafka-transactional-index,kafka-index-slow,kafka-transactional-index-slow,kafka-data-format,hadoop-s3-to-s3-deep-storage,hadoop-s3-to-hdfs-deep-storage,hadoop-azure-to-azure-deep-sto
[...]
+ testing_groups:
-DexcludedGroups=batch-index,input-format,input-source,perfect-rollup-parallel-batch-index,kafka-index,query,query-retry,query-error,realtime-index,security,ldap-security,s3-deep-storage,gcs-deep-storage,azure-deep-storage,hdfs-deep-storage,s3-ingestion,kinesis-index,kinesis-data-format,kafka-transactional-index,kafka-index-slow,kafka-transactional-index-slow,kafka-data-format,hadoop-s3-to-s3-deep-storage,hadoop-s3-to-hdfs-deep-storage,hadoop-azure-to-azure-deep-sto
[...]
use_indexer: ${{ matrix.indexer }}
group: other
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]