Skip to content

Commit

Permalink
Fixed the Application Name for the controller for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmcmaster committed Sep 13, 2023
1 parent a836a9d commit ffce94c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/.env.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PEWPEWCONTROLLER_UNITTESTS_S3_BUCKET_NAME="unit-test-bucket"
PEWPEWCONTROLLER_UNITTESTS_S3_BUCKET_URL="https://unit-test-bucket.s3.amazonaws.com"
PEWPEWCONTROLLER_UNITTESTS_S3_KEYSPACE_PREFIX="unittests/"
PEWPEWCONTROLLER_UNITTESTS_S3_REGION_ENDPOINT="s3-us-east-1.amazonaws.com"
ADDITIONAL_TAGS_ON_ALL="application=pewpewagent"
ADDITIONAL_TAGS_ON_ALL="application=pewpewcontroller"

CONTROLLER_ENV="unittests"
AGENT_ENV="unittests"
Expand Down
4 changes: 2 additions & 2 deletions controller/.env.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ PEWPEWCONTROLLER_UNITTESTS_S3_BUCKET_NAME="unit-test-bucket"
PEWPEWCONTROLLER_UNITTESTS_S3_BUCKET_URL="https://unit-test-bucket.s3.amazonaws.com"
PEWPEWCONTROLLER_UNITTESTS_S3_KEYSPACE_PREFIX="unittests/"
PEWPEWCONTROLLER_UNITTESTS_S3_REGION_ENDPOINT="s3-us-east-1.amazonaws.com"
ADDITIONAL_TAGS_ON_ALL="application=pewpewagent"
ADDITIONAL_TAGS_ON_ALL="application=pewpewcontroller"

CONTROLLER_ENV="unittests"
APPLICATION_NAME=pewpewcontroller
AGENT_ENV="unittests"
AGENT_DESC="c5n.large"
PEWPEWAGENT_UNITTESTS_SQS_SCALE_OUT_QUEUE_URL="https://sqs.us-east-1.amazonaws.com/unittests/sqs-scale-out"
Expand Down

0 comments on commit ffce94c

Please sign in to comment.