Skip to content

Commit 05be8e5

Browse files
authored
Merge pull request fluent#4 from PettitWesley/fix-cw-integ
Set LOG_GROUP_NAME for cloudwatch clean
2 parents adb8527 + 703a4a7 commit 05be8e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integ/integ.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ test_cloudwatch() {
1515
}
1616

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

8586
if [ "${1}" = "cicd" ]; then
8687
source ./integ/resources/setup_test_environment.sh
87-
clean_cloudwatch && test_cloudwatch
88+
clean_cloudwatch && test_cloudwatch
8889
clean_s3 && test_kinesis
8990
fi
9091

0 commit comments

Comments
 (0)