Skip to content

Commit

Permalink
chore: change check installer test result
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook committed Nov 28, 2024
1 parent d85fba6 commit d2c9379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cloud-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ jobs:
run: |
CLOUD_BRANCH="${{ needs.get-test-type.outputs.cloud-branch }}"
CLOUD_ENV_NAME="${{ needs.get-test-type.outputs.cloud-env-name }}"
TEST_INSTALLER="${{ needs.get-test-type.outputs.test-installer }}"
TEST_RESULT=""
TEST_TYPES="${{ inputs.TEST_TYPE }}"
Expand Down Expand Up @@ -482,7 +483,7 @@ jobs:
echo "TEST_RESULT:${TEST_RESULT}"
TEST_RESULT_INSTALLER=""
if [[ "${CLOUD_BRANCH}" == "v"*"."*"."* ]]; then
if [[ "${TEST_INSTALLER}" == "true" ]]; then
echo "get installer test result"
INSTALLER_RESULT="${{ steps.install_kb_cloud.outputs.installer-result }}"
DEPLOYER_RESULT="${{ steps.deploy_kb_cloud_env.outputs.deployer-result }}"
Expand All @@ -502,7 +503,6 @@ jobs:
echo "TEST_RESULT:${TEST_RESULT}"
fi
date_ret=$(date +%Y-%m-%d-%T)
TEST_TITLE="[${CLOUD_BRANCH}] Cloud E2E Test ${{ inputs.TEST_ENGINES }} on Env:${CLOUD_ENV_NAME}; Installer on Env:K3s [${date_ret}]"
Expand Down

0 comments on commit d2c9379

Please sign in to comment.