This is an automated email from the ASF dual-hosted git repository.
ethanfeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git
The following commit(s) were added to refs/heads/main by this push:
new 9fc77980b [CELEBORN-380][FLINK] Enable flink integration test in
GitHub CI. (#1312)
9fc77980b is described below
commit 9fc77980ba401e174ac1a1b3b0972f76851377a9
Author: Ethan Feng <[email protected]>
AuthorDate: Wed Mar 8 10:52:14 2023 +0800
[CELEBORN-380][FLINK] Enable flink integration test in GitHub CI. (#1312)
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 99c2b5e97..a1510de46 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -102,7 +102,7 @@ jobs:
- name: Test with Maven
run: |
PROFILES="-Pgoogle-mirror,flink-${{ matrix.flink }}"
- TEST_MODULES="client-flink/common,client-flink/flink-${{
matrix.flink }},client-flink/flink-${{ matrix.flink }}-shaded"
+ TEST_MODULES="client-flink/common,client-flink/flink-${{
matrix.flink }},client-flink/flink-${{ matrix.flink }}-shaded,tests/flink-it"
build/mvn $PROFILES -pl $TEST_MODULES -am clean install -DskipTests
build/mvn $PROFILES -pl $TEST_MODULES test
- name: Upload test log