Skip to content

Commit

Permalink
qa pipeline implementation done
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheetal-ayanworks committed May 14, 2024
1 parent edc6568 commit 2295412
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion qa-taskdef/agent-provisioning.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"family": "DEV_AGENT-PROVISIONING_SERVICE_TASKDEFINITION",
"family": "DEV_AGENT-PROVISIONING_TASKDEFINITION",
"containerDefinitions": [
{
"name": "agent_provisioning",
Expand Down
2 changes: 1 addition & 1 deletion qa-taskdef/api-gateway-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"logDriver": "awslogs",
"options": {
"awslogs-create-group": "true",
"awslogs-group": "/ecs/QA_API_GATEWAY_TASKDEFINITION",
"awslogs-group": "/ecs/QA_API-GATEWAY_SERVICE_TASKDEFINITION",
"awslogs-region": "ap-southeast-1",
"awslogs-stream-prefix": "ecs"
},
Expand Down
4 changes: 2 additions & 2 deletions qa-taskdef/issuance-service.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"family": "QA_ISSUANCE_SERVICE_TASKDEFINITION",
"family": "QA_ISSUANCE_TASKDEFINITION",
"containerDefinitions": [
{
"name": "issuance",
Expand All @@ -22,7 +22,7 @@
"logDriver": "awslogs",
"options": {
"awslogs-create-group": "true",
"awslogs-group": "/ecs/QA_ISSUANCE_SERVICE_TASKDEFINITION",
"awslogs-group": "/ecs/QA_ISSUANCE_TASKDEFINITION",
"awslogs-region": "ap-southeast-1",
"awslogs-stream-prefix": "ecs"
},
Expand Down
4 changes: 2 additions & 2 deletions qa-taskdef/notification-service.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"family": "QA_NOTIFICATION_SERVICE_TASKDEFINITION",
"family": "QA_NOTIFICATION_TASKDEFINITION",
"containerDefinitions": [
{
"name": "notification",
Expand All @@ -22,7 +22,7 @@
"logDriver": "awslogs",
"options": {
"awslogs-create-group": "true",
"awslogs-group": "/ecs/QA_NOTIFICATION_SERVICE_TASKDEFINITION",
"awslogs-group": "/ecs/QA_NOTIFICATION_TASKDEFINITION",
"awslogs-region": "ap-southeast-1",
"awslogs-stream-prefix": "ecs"
},
Expand Down
4 changes: 2 additions & 2 deletions qa-taskdef/organization-service.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"family": "QA_ORGANIZATION_SERVICE_TASKDEFINITION",
"family": "QA_ORGANIZATION_TASKDEFINITION",
"containerDefinitions": [
{
"name": "organization",
Expand All @@ -22,7 +22,7 @@
"logDriver": "awslogs",
"options": {
"awslogs-create-group": "true",
"awslogs-group": "/ecs/QA_ORGANIZATION_SERVICE_TASKDEFINITION",
"awslogs-group": "/ecs/QA_ORGANIZATION_TASKDEFINITION",
"awslogs-region": "ap-southeast-1",
"awslogs-stream-prefix": "ecs"
},
Expand Down
4 changes: 2 additions & 2 deletions qa-taskdef/user-service.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"family": "QA_USER_SERVICE_TASKDEFINITION",
"family": "QA_USER_TASKDEFINITION",
"containerDefinitions": [
{
"name": "user",
Expand All @@ -22,7 +22,7 @@
"logDriver": "awslogs",
"options": {
"awslogs-create-group": "true",
"awslogs-group": "/ecs/QA_USER_SERVICE_TASKDEFINITION",
"awslogs-group": "/ecs/QA_USER_TASKDEFINITION",
"awslogs-region": "ap-southeast-1",
"awslogs-stream-prefix": "ecs"
},
Expand Down
4 changes: 2 additions & 2 deletions qa-taskdef/utility-service.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"family": "QA_UTILITY_SERVICE_TASKDEFINITION",
"family": "QA_UTILITY_TASKDEFINITION",
"containerDefinitions": [
{
"name": "utility",
Expand All @@ -22,7 +22,7 @@
"logDriver": "awslogs",
"options": {
"awslogs-create-group": "true",
"awslogs-group": "/ecs/QA_UTILITY_SERVICE_TASKDEFINITION",
"awslogs-group": "/ecs/QA_UTILITY_TASKDEFINITION",
"awslogs-region": "ap-southeast-1",
"awslogs-stream-prefix": "ecs"
},
Expand Down
4 changes: 2 additions & 2 deletions qa-taskdef/verification-service.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"family": "QA_VERIFICATION_SERVICE_TASKDEFINITION",
"family": "QA_VERIFICATION_TASKDEFINITION",
"containerDefinitions": [
{
"name": "verification",
Expand All @@ -22,7 +22,7 @@
"logDriver": "awslogs",
"options": {
"awslogs-create-group": "true",
"awslogs-group": "/ecs/QA_VERIFICATION_SERVICE_TASKDEFINITION",
"awslogs-group": "/ecs/QA_VERIFICATION_TASKDEFINITION",
"awslogs-region": "ap-southeast-1",
"awslogs-stream-prefix": "ecs"
},
Expand Down

0 comments on commit 2295412

Please sign in to comment.