From 4cfe06050c6484191454c9cf5935e588b5de334b Mon Sep 17 00:00:00 2001 From: huangzhangshu Date: Mon, 30 Oct 2023 10:39:13 +0800 Subject: [PATCH] chore: split multiple groups of test types --- .github/workflows/release-publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index 7cc4d77c50c0..dd63346a787c 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -245,7 +245,7 @@ jobs: e2e-kbcli: # needs: [ send-message, release-result ] - uses: apecloud/apecloud-cd/.github/workflows/trigger-workflow.yml@v0.1.4 + uses: apecloud/apecloud-cd/.github/workflows/trigger-workflow.yml@v0.1.35 strategy: fail-fast: false matrix: @@ -254,9 +254,9 @@ jobs: GITHUB_REPO: "apecloud/kubeblocks" BRANCH_NAME: "support/split_multiple_groups_of_test_types" WORKFLOW_ID: "e2e-kbcli.yml" - APECD_REF: "v0.1.4" + APECD_REF: "v0.1.35" VERSION: "v0.7.0-beta.12" - TEST_TYPE: "${{ matrix.test-type }}" + EXTRA_ARGS: "TEST_TYPE=${{ matrix.test-type }}" secrets: inherit # delete-cache: