Skip to content

Commit 8f9474c

Browse files
update yml files to v4
1 parent b55bb21 commit 8f9474c

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/deploy-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Deploy-Test-Cleanup (v2) Linux
22
on:
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:

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/job-deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/job-send-notification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
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

.github/workflows/test-automation-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ env:
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

3636
jobs:
3737
test:

.github/workflows/test-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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

0 commit comments

Comments
 (0)