Skip to content

Commit

Permalink
Merge pull request fluent#4 from PettitWesley/fix-cw-integ
Browse files Browse the repository at this point in the history
Set LOG_GROUP_NAME for cloudwatch clean
  • Loading branch information
PettitWesley authored Nov 22, 2019
2 parents adb8527 + 703a4a7 commit 05be8e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integ/integ.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ test_cloudwatch() {
}

clean_cloudwatch() {
export LOG_GROUP_NAME="fluent-bit-integ-test"
# Clean up resources that were created in the test
docker-compose --file ./integ/test_cloudwatch/docker-compose.clean.yml build
docker-compose --file ./integ/test_cloudwatch/docker-compose.clean.yml up --abort-on-container-exit
Expand Down Expand Up @@ -84,7 +85,7 @@ fi

if [ "${1}" = "cicd" ]; then
source ./integ/resources/setup_test_environment.sh
clean_cloudwatch && test_cloudwatch
clean_cloudwatch && test_cloudwatch
clean_s3 && test_kinesis
fi

Expand Down

0 comments on commit 05be8e5

Please sign in to comment.