Skip to content

Commit c9a10ef

Browse files
authored
Revert "chore: Add new integration tests for newly added one off task (#594)"
This reverts commit e7a19b2.
1 parent e7a19b2 commit c9a10ef

File tree

3 files changed

+4
-73
lines changed

3 files changed

+4
-73
lines changed

.github/workflows/test-workflow.yml

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -24,33 +24,11 @@ jobs:
2424
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
2525
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
2626
aws-region: us-west-2
27-
28-
- name: Deploy Amazon ECS task definition with one-off task and wait for task stopped set to false
29-
uses: aws-actions/amazon-ecs-deploy-task-definition@abe77ebded86b685c231c58bd5936280c6fcc011
30-
with:
31-
task-definition: task-definition-run-task.json
32-
cluster: github-actions-deploy-task-def-integ-test
33-
run-task: true
34-
run-task-subnets: subnet-e5604fce, subnet-fe9355b4, subnet-c49431bc, subnet-392f9b64
35-
run-task-security-groups: sg-067ebcde49c0f3ad8
36-
run-task-launch-type: FARGATE
37-
wait-for-task-stopped: false
38-
39-
- name: Deploy Amazon ECS task definition with one-off task and wait for task stopped set to true
40-
uses: aws-actions/amazon-ecs-deploy-task-definition@abe77ebded86b685c231c58bd5936280c6fcc011
41-
with:
42-
task-definition: task-definition-run-task.json
43-
cluster: github-actions-deploy-task-def-integ-test
44-
run-task: true
45-
run-task-subnets: subnet-e5604fce, subnet-fe9355b4, subnet-c49431bc, subnet-392f9b64
46-
run-task-security-groups: sg-067ebcde49c0f3ad8
47-
run-task-launch-type: FARGATE
48-
wait-for-task-stopped: true
4927

50-
- name: Deploy Amazon ECS task definition with ECS Service
28+
- name: Deploy Amazon ECS task definition
5129
uses: aws-actions/amazon-ecs-deploy-task-definition@abe77ebded86b685c231c58bd5936280c6fcc011
5230
with:
5331
task-definition: task-definition.json
5432
service: github-actions-deploy-task-def-integ-test
5533
cluster: github-actions-deploy-task-def-integ-test
56-
wait-for-service-stability: true
34+
wait-for-service-stability: true

task-definition-run-task.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

test-workflow.yml

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -25,32 +25,10 @@ jobs:
2525
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
2626
aws-region: us-west-2
2727

28-
- name: Deploy Amazon ECS task definition with one-off task and wait for task stopped set to false
29-
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
30-
with:
31-
task-definition: task-definition-run-task.json
32-
cluster: github-actions-deploy-task-def-integ-test
33-
run-task: true
34-
run-task-subnets: subnet-e5604fce, subnet-fe9355b4, subnet-c49431bc, subnet-392f9b64
35-
run-task-security-groups: sg-067ebcde49c0f3ad8
36-
run-task-launch-type: FARGATE
37-
wait-for-task-stopped: false
38-
39-
- name: Deploy Amazon ECS task definition with one-off task and wait for task stopped set to true
40-
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
41-
with:
42-
task-definition: task-definition-run-task.json
43-
cluster: github-actions-deploy-task-def-integ-test
44-
run-task: true
45-
run-task-subnets: subnet-e5604fce, subnet-fe9355b4, subnet-c49431bc, subnet-392f9b64
46-
run-task-security-groups: sg-067ebcde49c0f3ad8
47-
run-task-launch-type: FARGATE
48-
wait-for-task-stopped: true
49-
50-
- name: Deploy Amazon ECS task definition with ECS Service
28+
- name: Deploy Amazon ECS task definition
5129
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
5230
with:
5331
task-definition: task-definition.json
5432
service: github-actions-deploy-task-def-integ-test
5533
cluster: github-actions-deploy-task-def-integ-test
56-
wait-for-service-stability: true
34+
wait-for-service-stability: true

0 commit comments

Comments
 (0)