We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents adb8527 + 703a4a7 commit 05be8e5Copy full SHA for 05be8e5
integ/integ.sh
@@ -15,6 +15,7 @@ test_cloudwatch() {
15
}
16
17
clean_cloudwatch() {
18
+ export LOG_GROUP_NAME="fluent-bit-integ-test"
19
# Clean up resources that were created in the test
20
docker-compose --file ./integ/test_cloudwatch/docker-compose.clean.yml build
21
docker-compose --file ./integ/test_cloudwatch/docker-compose.clean.yml up --abort-on-container-exit
@@ -84,7 +85,7 @@ fi
84
85
86
if [ "${1}" = "cicd" ]; then
87
source ./integ/resources/setup_test_environment.sh
- clean_cloudwatch && test_cloudwatch
88
+ clean_cloudwatch && test_cloudwatch
89
clean_s3 && test_kinesis
90
fi
91
0 commit comments