Skip to content

Commit 5abe25e

Browse files
committed
stability: more revisions
1 parent 6bc3b41 commit 5abe25e

File tree

10 files changed

+36
-8
lines changed

10 files changed

+36
-8
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"config": {
3-
"template": "golden-path-mountebank-fargate-v10-16-2023",
3+
"template": "golden-path-mountebank-fargate-v10-16-2023"
4+
},
5+
"definitions": {
46
"config_revision": true
57
}
68
}

apps/firelens-stability/collections/ecs-golden-path-single/golden-path-10-16-2023-cw-no-mock/cases/low-throughput-cloudwatch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"kbps_throughput_tcp_application": 1,
66
"kbps_throughput_tcp_request": 1,
77
"kbps_throughput_tcp_service": 1,
8-
"kbps_throughput_forward": 1
8+
"kbps_throughput_forward": 1,
9+
"cw_auto_create_group": true
910
}
1011
}
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"config": {
3-
"template": "golden-path-mountebank-fargate-v10-16-2023",
3+
"template": "golden-path-mountebank-fargate-v10-16-2023"
4+
},
5+
"definitions": {
46
"config_revision": true
57
}
68
}
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"config": {
3-
"template": "golden-path-mountebank-fargate-v10-16-2023",
3+
"template": "golden-path-mountebank-fargate-v10-16-2023"
4+
},
5+
"definitions": {
46
"config_revision": false
57
}
68
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"definitions": {
3+
"cw_is_down": true,
4+
"include_onepod": true,
5+
"kbps_throughput_tcp_application": 1,
6+
"kbps_throughput_tcp_request": 1,
7+
"kbps_throughput_tcp_service": 1,
8+
"kbps_throughput_forward": 1
9+
}
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"definitions": {
3+
"cw_is_down": false,
4+
"include_onepod": true,
5+
"kbps_throughput_tcp_application": 1,
6+
"kbps_throughput_tcp_request": 1,
7+
"kbps_throughput_tcp_service": 1,
8+
"kbps_throughput_forward": 1
9+
}
10+
}

apps/firelens-stability/collections/ecs-golden-path-single/suite-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"definitions": {
33
"testId": "{{managed.suiteName}}-{{managed.caseName}}",
4+
"ServiceName": "{{managed.executionName}}-{{managed.executionId}}",
45
"segfault": false
56
},
67
"config": {

apps/firelens-stability/execution.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"executionName": "golden-path-10-16-2023-revision-single-2_31_12_20230911",
2+
"executionName": "r2-golden-path-10-16-2023-revision-single-2_31_12_20230911",
33
"executeCollections": [
44
"ecs-golden-path-single"
55
],

apps/firelens-stability/templates/golden-path-mountebank-fargate-v10-16-2023/fluent-bit-onepod.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
region ${LOG_REGION}
1414
log_group_name {{ServiceName}}-OnePod-${STAGE}-AppContainer-STDOUT
1515
log_stream_prefix STDOUT-${HOSTNAME}
16-
auto_create_group {{definitions.cw_auto_create_group}} # false
16+
auto_create_group {{definitions.cw_auto_create_group}}
1717
retry_limit 3
1818
endpoint ${CLOUDWATCH_ENDPOINT}
1919
{{#if definitions.cw_use_mock}}

firelens-datajet.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
},
1515
"stage": {
16-
"batchRate": 1000,
17-
"maxBatches": 10
16+
"batchRate": 100,
17+
"maxBatches": 1000000
1818
}
1919
}

0 commit comments

Comments
 (0)