From a853eabbcd0c5e89221d1b8e9159fe0232703c44 Mon Sep 17 00:00:00 2001 From: "weizhou.lan@daocloud.io" Date: Mon, 5 Aug 2024 20:29:22 +0800 Subject: [PATCH] ci: typo Signed-off-by: weizhou.lan@daocloud.io --- .github/workflows/auto-pr-ci.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/auto-pr-ci.yaml b/.github/workflows/auto-pr-ci.yaml index 7e1110d293..e251d3de4a 100644 --- a/.github/workflows/auto-pr-ci.yaml +++ b/.github/workflows/auto-pr-ci.yaml @@ -208,7 +208,7 @@ jobs: ref: ${{ needs.get_ref.outputs.ref }} secrets: inherit - call_e2e_dual: + e2e_dual_latest: needs: [call_build_ci_image, get_ref, call_release_chart] if: ${{ needs.get_ref.outputs.e2e_enabled == 'true' && needs.get_ref.outputs.ipfamily_dual_e2e == 'true' }} uses: ./.github/workflows/e2e-init.yaml @@ -219,7 +219,7 @@ jobs: e2e_labels: ${{ needs.get_ref.outputs.e2e_labels }} secrets: inherit - call_e2e_ipv4: + e2e_ipv4_latest: needs: [call_build_ci_image, get_ref, call_release_chart] if: ${{ needs.get_ref.outputs.e2e_enabled == 'true' && needs.get_ref.outputs.ipfamily_ipv4only_e2e == 'true' }} uses: ./.github/workflows/e2e-init.yaml @@ -230,7 +230,7 @@ jobs: e2e_labels: ${{ needs.get_ref.outputs.e2e_labels }} secrets: inherit - call_e2e_ipv6: + e2e_ipv6_latest: needs: [call_build_ci_image, get_ref, call_release_chart] if: ${{ needs.get_ref.outputs.e2e_enabled == 'true' && needs.get_ref.outputs.ipfamily_ipv6only_e2e == 'true' }} uses: ./.github/workflows/e2e-init.yaml @@ -241,7 +241,7 @@ jobs: e2e_labels: ${{ needs.get_ref.outputs.e2e_labels }} secrets: inherit - call_e2e_dual_for_low_kernel: + e2e_dual_ubuntu_20: needs: [call_build_ci_image, get_ref, call_release_chart] if: ${{ needs.get_ref.outputs.e2e_enabled == 'true' && needs.get_ref.outputs.ipfamily_dual_e2e == 'true' }} uses: ./.github/workflows/e2e-init.yaml @@ -253,7 +253,7 @@ jobs: e2e_labels: ${{ needs.get_ref.outputs.e2e_labels }} secrets: inherit - call_e2e_dual_for_low_k8s: + e2e_dual_k8s_12: needs: [call_build_ci_image, get_ref, call_release_chart] if: ${{ needs.get_ref.outputs.e2e_enabled == 'true' && needs.get_ref.outputs.ipfamily_dual_e2e == 'true' }} uses: ./.github/workflows/e2e-init.yaml