This is an automated email from the ASF dual-hosted git repository.
jinsongzhou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/master by this push:
new 62a095ff9 [Hotfix] Fix github ci due to module changes (#3191)
62a095ff9 is described below
commit 62a095ff966d3dfb63c0000270646d7d7def5457
Author: ZhouJinsong <[email protected]>
AuthorDate: Tue Sep 10 16:45:16 2024 +0800
[Hotfix] Fix github ci due to module changes (#3191)
Fix github ci configurations
---
.github/workflows/core-hadoop2-ci.yml | 7 ++++++-
.github/workflows/core-hadoop3-ci.yml | 7 ++++++-
.github/workflows/trino-ci.yml | 3 ++-
3 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/core-hadoop2-ci.yml
b/.github/workflows/core-hadoop2-ci.yml
index d5ac469e8..52e9834cf 100644
--- a/.github/workflows/core-hadoop2-ci.yml
+++ b/.github/workflows/core-hadoop2-ci.yml
@@ -20,7 +20,12 @@ on:
paths:
- ".github/workflows/**"
- "amoro-ams/**"
- - "amoro-core/**"
+ - "amoro-common/**"
+ - "amoro-metrics/**"
+ - "amoro-optimizer/**"
+ - "amoro-format-iceberg/**"
+ - "amoro-format-paimon/**"
+ - "amoro-format-hudi/**"
- "amoro-format-mixed/amoro-format-mixed-flink/**"
- "amoro-format-mixed/amoro-format-mixed-hive/**"
- "amoro-format-mixed/amoro-format-mixed-spark/**"
diff --git a/.github/workflows/core-hadoop3-ci.yml
b/.github/workflows/core-hadoop3-ci.yml
index 034ec67cf..4ccd7d69f 100644
--- a/.github/workflows/core-hadoop3-ci.yml
+++ b/.github/workflows/core-hadoop3-ci.yml
@@ -20,7 +20,12 @@ on:
paths:
- ".github/workflows/**"
- "amoro-ams/**"
- - "amoro-core/**"
+ - "amoro-common/**"
+ - "amoro-metrics/**"
+ - "amoro-optimizer/**"
+ - "amoro-format-iceberg/**"
+ - "amoro-format-paimon/**"
+ - "amoro-format-hudi/**"
- "amoro-format-mixed/amoro-format-mixed-flink/**"
- "amoro-format-mixed/amoro-format-mixed-hive/**"
- "amoro-format-mixed/amoro-format-mixed-spark/**"
diff --git a/.github/workflows/trino-ci.yml b/.github/workflows/trino-ci.yml
index 075823a7d..6dc4336ee 100644
--- a/.github/workflows/trino-ci.yml
+++ b/.github/workflows/trino-ci.yml
@@ -20,7 +20,8 @@ on:
paths:
- ".github/workflows/**"
- "amoro-ams/**"
- - "amoro-core/**"
+ - "amoro-common/**"
+ - "amoro-format-iceberg/**"
- "amoro-format-mixed/amoro-mixed-hive/**"
- "amoro-format-mixed/amoro-mixed-trino/**"
- "pom.xml"