diff --git a/.github/workflows/integration_test_mysql.yaml b/.github/workflows/integration_test_mysql.yaml index 75710058d..135c95edd 100644 --- a/.github/workflows/integration_test_mysql.yaml +++ b/.github/workflows/integration_test_mysql.yaml @@ -622,50 +622,50 @@ jobs: log-name: failover_e2e_test3 - failover_e2e_test4: - ## Only run ci when PR is not draft - if: github.event.pull_request.draft == false + # failover_e2e_test4: + # ## Only run ci when PR is not draft + # if: github.event.pull_request.draft == false - runs-on: ubuntu-latest - name: Failover E2E Test[L-O] - steps: - - name: Check out code - uses: actions/checkout@v2 + # runs-on: ubuntu-latest + # name: Failover E2E Test[L-O] + # steps: + # - name: Check out code + # uses: actions/checkout@v2 - - name: Setup Go environment - uses: actions/setup-go@v3 - with: - go-version: '1.23' + # - name: Setup Go environment + # uses: actions/setup-go@v3 + # with: + # go-version: '1.23' - - name: Integration Build - run: | - tests/scripts/download-integration-test-binaries.sh master true - go build -o ./tools/bin/failpoint-ctl github.com/pingcap/failpoint/failpoint-ctl - make integration_test_build - ls -l bin/ && ls -l tools/bin/ + # - name: Integration Build + # run: | + # tests/scripts/download-integration-test-binaries.sh master true + # go build -o ./tools/bin/failpoint-ctl github.com/pingcap/failpoint/failpoint-ctl + # make integration_test_build + # ls -l bin/ && ls -l tools/bin/ - - name: Test fail_over_ddl_L - run: | - pwd && ls -l bin/ && ls -l tools/bin/ - export TICDC_NEWARCH=true && make integration_test CASE=fail_over_ddl_L + # - name: Test fail_over_ddl_L + # run: | + # pwd && ls -l bin/ && ls -l tools/bin/ + # export TICDC_NEWARCH=true && make integration_test CASE=fail_over_ddl_L - - name: Test fail_over_ddl_M - run: | - pwd && ls -l bin/ && ls -l tools/bin/ - export TICDC_NEWARCH=true && make integration_test CASE=fail_over_ddl_M + # - name: Test fail_over_ddl_M + # run: | + # pwd && ls -l bin/ && ls -l tools/bin/ + # export TICDC_NEWARCH=true && make integration_test CASE=fail_over_ddl_M - - name: Test fail_over_ddl_N - run: | - pwd && ls -l bin/ && ls -l tools/bin/ - export TICDC_NEWARCH=true && make integration_test CASE=fail_over_ddl_N + # - name: Test fail_over_ddl_N + # run: | + # pwd && ls -l bin/ && ls -l tools/bin/ + # export TICDC_NEWARCH=true && make integration_test CASE=fail_over_ddl_N - - name: Test fail_over_ddl_O - run: | - pwd && ls -l bin/ && ls -l tools/bin/ - export TICDC_NEWARCH=true && make integration_test CASE=fail_over_ddl_O + # - name: Test fail_over_ddl_O + # run: | + # pwd && ls -l bin/ && ls -l tools/bin/ + # export TICDC_NEWARCH=true && make integration_test CASE=fail_over_ddl_O - - name: Upload test logs - if: always() - uses: ./.github/actions/upload-test-logs - with: - log-name: failover_e2e_test4 + # - name: Upload test logs + # if: always() + # uses: ./.github/actions/upload-test-logs + # with: + # log-name: failover_e2e_test4