From c0a55110add679a8cccf3c7eb016b681b2b936e0 Mon Sep 17 00:00:00 2001 From: vipinbhatt Date: Thu, 30 Nov 2023 15:02:50 +0530 Subject: [PATCH] Random --- .github/workflows/e2e.yml | 9 +++++---- pom.xml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 126b86396a66..42e6d6698ee4 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -31,7 +31,7 @@ jobs: # 3) For PRs that are labeled as build and # - It's a code change # - A build label was just added - # A bit complex but prevents builds when other labels are manipulated + # A bit complex, but prevents builds when other labels are manipulated if: > github.event_name == 'workflow_dispatch' || github.event_name == 'push' @@ -61,8 +61,9 @@ jobs: - name: Checkout e2e test repo uses: actions/checkout@v3 with: - repository: cdapio/cdap-e2e-tests + repository: Vipinofficial11/cdap-e2e-tests path: e2e + ref: addPluginUploadSkipFlag - name: Cache uses: actions/cache@v3 @@ -74,11 +75,11 @@ jobs: - name: Run required e2e tests if: github.event_name != 'workflow_dispatch' && github.event_name != 'push' && steps.filter.outputs.e2e-test == 'false' - run: python3 e2e/src/main/scripts/run_e2e_test.py --module ${{ matrix.tests }} --testRunner TestRunnerRequired.java --skipPluginUpload yes + run: python3 e2e/src/main/scripts/run_cdap_e2e_test.py --module ${{ matrix.tests }} --testRunner TestRunnerRequired.java --skipPluginUpload yes - name: Run all e2e tests if: github.event_name == 'workflow_dispatch' || github.event_name == 'push' || steps.filter.outputs.e2e-test == 'true' - run: python3 e2e/src/main/scripts/run_e2e_test.py --module ${{ matrix.tests }} --skipPluginUpload yes + run: python3 e2e/src/main/scripts/run_cdap_e2e_test.py --module ${{ matrix.tests }} --skipPluginUpload yes - name: Upload report uses: actions/upload-artifact@v3 diff --git a/pom.xml b/pom.xml index 9b40e8be7382..31290e2cba1e 100644 --- a/pom.xml +++ b/pom.xml @@ -2767,7 +2767,7 @@ cdap-distributions cdap-test cdap-integration-test - cdap-ui + cdap-event-common-spi cdap-event-writer-spi cdap-event-reader-spi