File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Deploy-Test-Cleanup (v2) Linux
22on :
33 workflow_run :
4- workflows : ["Build Docker and Optional Push v3 "]
4+ workflows : ["Build Docker and Optional Push v4 "]
55 types :
66 - completed
77 branches :
88 - main
9- - dev-v3
9+ - dev-v4
1010 - hotfix
1111 workflow_dispatch :
1212 inputs :
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126126 elif [[ "${{ env.BRANCH_NAME }}" == "hotfix" ]]; then
127127 IMAGE_TAG="hotfix"
128128 else
129- IMAGE_TAG="latest_v3 "
129+ IMAGE_TAG="latest_v4 "
130130 fi
131131
132132 # Generate current timestamp in desired format: YYYY-MM-DDTHH:MM:SS.SSSSSSSZ
Original file line number Diff line number Diff line change @@ -266,13 +266,13 @@ jobs:
266266 echo "Current branch: $BRANCH_NAME"
267267
268268 if [[ "$BRANCH_NAME" == "main" ]]; then
269- IMAGE_TAG="latest_v3 "
270- elif [[ "$BRANCH_NAME" == "dev-v3 " ]]; then
271- IMAGE_TAG="dev_v3 "
269+ IMAGE_TAG="latest_v4 "
270+ elif [[ "$BRANCH_NAME" == "dev-v4 " ]]; then
271+ IMAGE_TAG="dev_v4 "
272272 elif [[ "$BRANCH_NAME" == "hotfix" ]]; then
273273 IMAGE_TAG="hotfix"
274274 else
275- IMAGE_TAG="latest_v3 "
275+ IMAGE_TAG="latest_v4 "
276276 fi
277277 echo "Using existing Docker image tag: $IMAGE_TAG"
278278 fi
Original file line number Diff line number Diff line change 7373 runs-on : ubuntu-latest
7474 continue-on-error : true
7575 env :
76- accelerator_name : " MACAE V3 "
76+ accelerator_name : " MACAE V4 "
7777 steps :
7878 - name : Determine Test Suite Display Name
7979 id : test_suite
Original file line number Diff line number Diff line change 3131 MACAE_WEB_URL : ${{ inputs.MACAE_WEB_URL }}
3232 MACAE_URL_API : ${{ inputs.MACAE_URL_API }}
3333 MACAE_RG : ${{ inputs.MACAE_RG }}
34- accelerator_name : " MACAE v3 "
34+ accelerator_name : " MACAE v4 "
3535
3636jobs :
3737 test :
Original file line number Diff line number Diff line change 3131 MACAE_URL_API : ${{ inputs.MACAE_URL_API }}
3232 MACAE_RG : ${{ inputs.MACAE_RG }}
3333 MACAE_CONTAINER_APP : ${{ inputs.MACAE_CONTAINER_APP }}
34- accelerator_name : " MACAE v3 "
34+ accelerator_name : " MACAE v4 "
3535
3636 steps :
3737 - name : Checkout repository
You can’t perform that action at this time.
0 commit comments