This is an automated email from the ASF dual-hosted git repository. lzljs3620320 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
commit 93fdb6fd93c23a3fd45573ebe718361c51efd107 Author: JingsongLi <[email protected]> AuthorDate: Fri Mar 17 15:31:11 2023 +0800 [core] Rename paimon to change workflows --- .github/workflows/e2e-tests.yml | 6 +++--- .github/workflows/publish_snapshot.yml | 2 +- .github/workflows/utcase-itcase.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 4835dcdb1..934e4a6e4 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -21,7 +21,7 @@ jobs: . .github/workflows/utils.sh jvm_timezone=$(random_timezone) echo "JVM timezone is set to $jvm_timezone" - ./mvnw test -pl flink-table-store-e2e-tests -Duser.timezone=$jvm_timezone + ./mvnw test -pl paimon-e2e-tests -Duser.timezone=$jvm_timezone - name: Build Flink 1.15 run: ./mvnw clean install -Dmaven.test.skip=true -Pflink-1.15 - name: Test Flink 1.15 @@ -30,7 +30,7 @@ jobs: . .github/workflows/utils.sh jvm_timezone=$(random_timezone) echo "JVM timezone is set to $jvm_timezone" - ./mvnw test -pl flink-table-store-e2e-tests -Duser.timezone=$jvm_timezone -Pflink-1.15 + ./mvnw test -pl paimon-e2e-tests -Duser.timezone=$jvm_timezone -Pflink-1.15 - name: Build Flink 1.14 run: ./mvnw clean install -Dmaven.test.skip=true -Pflink-1.14 - name: Test Flink 1.14 @@ -39,4 +39,4 @@ jobs: . .github/workflows/utils.sh jvm_timezone=$(random_timezone) echo "JVM timezone is set to $jvm_timezone" - ./mvnw test -pl flink-table-store-e2e-tests -Duser.timezone=$jvm_timezone -Pflink-1.14 + ./mvnw test -pl paimon-e2e-tests -Duser.timezone=$jvm_timezone -Pflink-1.14 diff --git a/.github/workflows/publish_snapshot.yml b/.github/workflows/publish_snapshot.yml index 0d2eaa72d..f3a391c63 100644 --- a/.github/workflows/publish_snapshot.yml +++ b/.github/workflows/publish_snapshot.yml @@ -25,7 +25,7 @@ on: workflow_dispatch: jobs: publish-snapshot: - if: github.repository == 'apache/flink-table-store' + if: github.repository == 'apache/incubator-paimon' runs-on: ubuntu-latest steps: - name: Checkout code diff --git a/.github/workflows/utcase-itcase.yml b/.github/workflows/utcase-itcase.yml index 5a0c473c3..31e73b9b6 100644 --- a/.github/workflows/utcase-itcase.yml +++ b/.github/workflows/utcase-itcase.yml @@ -19,4 +19,4 @@ jobs: . .github/workflows/utils.sh jvm_timezone=$(random_timezone) echo "JVM timezone is set to $jvm_timezone" - ./mvnw clean install -pl '!flink-table-store-e2e-tests' -Duser.timezone=$jvm_timezone + ./mvnw clean install -pl '!paimon-e2e-tests' -Duser.timezone=$jvm_timezone
