Skip to content

Commit

Permalink
chore: split multiple groups of test types
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook committed Oct 30, 2023
1 parent 18645b4 commit 4cfe060
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:

e2e-kbcli:
# needs: [ send-message, release-result ]
uses: apecloud/apecloud-cd/.github/workflows/[email protected].4
uses: apecloud/apecloud-cd/.github/workflows/[email protected].35
strategy:
fail-fast: false
matrix:
Expand All @@ -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:
Expand Down

0 comments on commit 4cfe060

Please sign in to comment.