From 13bf16081dbe3d0a7e2ee4e6dae79124bd467d06 Mon Sep 17 00:00:00 2001 From: Kishan Gajjar - AWS Date: Mon, 26 Aug 2024 15:13:51 -0400 Subject: [PATCH] Enable tags for the integration tests (#624) --- .github/workflows/test-workflow.yml | 2 ++ test-workflow.yml | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-workflow.yml b/.github/workflows/test-workflow.yml index 47dc35c37..f3d4d1eb9 100644 --- a/.github/workflows/test-workflow.yml +++ b/.github/workflows/test-workflow.yml @@ -52,6 +52,7 @@ jobs: run-task-security-groups: sg-067ebcde49c0f3ad8 run-task-launch-type: FARGATE wait-for-task-stopped: true + enable-ecs-managed-tags: true - name: Deploy Amazon ECS task definition with ECS Service uses: aws-actions/amazon-ecs-deploy-task-definition@5ae7be6fcfec491494b3dbe937800837321d81d9 @@ -60,3 +61,4 @@ jobs: service: github-actions-deploy-task-def-integ-test cluster: github-actions-deploy-task-def-integ-test wait-for-service-stability: true + enable-ecs-managed-tags: true diff --git a/test-workflow.yml b/test-workflow.yml index bbc9bd8ee..6803c37e5 100644 --- a/test-workflow.yml +++ b/test-workflow.yml @@ -39,7 +39,7 @@ jobs: run-task-assign-public-IP: ENABLED run-task-security-groups: sg-067ebcde49c0f3ad8 run-task-launch-type: FARGATE - wait-for-task-stopped: false + wait-for-task-stopped: false - name: Deploy Amazon ECS task definition with one-off task and wait for task stopped set to true uses: aws-actions/amazon-ecs-deploy-task-definition@v1 @@ -52,6 +52,7 @@ jobs: run-task-security-groups: sg-067ebcde49c0f3ad8 run-task-launch-type: FARGATE wait-for-task-stopped: true + enable-ecs-managed-tags: true - name: Deploy Amazon ECS task definition with ECS Service uses: aws-actions/amazon-ecs-deploy-task-definition@v2 @@ -60,3 +61,4 @@ jobs: service: github-actions-deploy-task-def-integ-test cluster: github-actions-deploy-task-def-integ-test wait-for-service-stability: true + enable-ecs-managed-tags: true