[TEST] Fix side effects of elastic/x-pack-elasticsearch#2975 on build servers with very little RAM
Some of our REST tests open many jobs, and assuming each will use 1GB of RAM on a single node cluster could fail the test. The solution is to explicitly say the test jobs will use very little RAM. Original commit: elastic/x-pack-elasticsearch@a3fcfc4589
This commit is contained in:
parent
cc66020cf3
commit
35551859c5
|
@ -41,6 +41,9 @@ setup:
|
|||
"bucket_span": "1h",
|
||||
"detectors" :[{"function":"count"}]
|
||||
},
|
||||
"analysis_limits" : {
|
||||
"model_memory_limit": "10mb"
|
||||
},
|
||||
"data_description" : {
|
||||
"format":"xcontent",
|
||||
"time_field":"time",
|
||||
|
@ -60,6 +63,9 @@ setup:
|
|||
"bucket_span": "1h",
|
||||
"detectors" :[{"function":"count"}]
|
||||
},
|
||||
"analysis_limits" : {
|
||||
"model_memory_limit": "10mb"
|
||||
},
|
||||
"data_description" : {
|
||||
"time_field":"time"
|
||||
}
|
||||
|
|
|
@ -12,6 +12,9 @@
|
|||
"bucket_span": "1h",
|
||||
"detectors" :[{"function":"metric","field_name":"responsetime","by_field_name":"airline"}]
|
||||
},
|
||||
"analysis_limits" : {
|
||||
"model_memory_limit": "20mb"
|
||||
},
|
||||
"data_description" : {
|
||||
"format":"xcontent",
|
||||
"time_field":"time",
|
||||
|
@ -32,6 +35,9 @@
|
|||
"bucket_span": "1h",
|
||||
"detectors" :[{"function":"metric","field_name":"responsetime","by_field_name":"airline"}]
|
||||
},
|
||||
"analysis_limits" : {
|
||||
"model_memory_limit": "20mb"
|
||||
},
|
||||
"data_description" : {
|
||||
"format":"xcontent",
|
||||
"time_field":"time",
|
||||
|
@ -339,6 +345,9 @@
|
|||
"bucket_span": "1h",
|
||||
"detectors" :[{"function":"metric","field_name":"responsetime","by_field_name":"airline"}]
|
||||
},
|
||||
"analysis_limits" : {
|
||||
"model_memory_limit": "20mb"
|
||||
},
|
||||
"data_description" : {
|
||||
"format":"xcontent",
|
||||
"time_field":"time",
|
||||
|
@ -486,6 +495,9 @@
|
|||
"bucket_span": "1h",
|
||||
"detectors" :[{"function":"metric","field_name":"responsetime","by_field_name":"airline"}]
|
||||
},
|
||||
"analysis_limits" : {
|
||||
"model_memory_limit": "20mb"
|
||||
},
|
||||
"data_description" : {
|
||||
"format":"xcontent"
|
||||
}
|
||||
|
@ -532,6 +544,9 @@
|
|||
"detectors" :[{"function":"metric","field_name":"responsetime","by_field_name":"mlcategory"}],
|
||||
"categorization_field_name": "message"
|
||||
},
|
||||
"analysis_limits" : {
|
||||
"model_memory_limit": "20mb"
|
||||
},
|
||||
"data_description" : {
|
||||
"format":"xcontent"
|
||||
}
|
||||
|
@ -637,6 +652,9 @@
|
|||
"bucket_span": "1h",
|
||||
"detectors" :[{"function":"metric","field_name":"responsetime","by_field_name":"airline"}]
|
||||
},
|
||||
"analysis_limits" : {
|
||||
"model_memory_limit": "20mb"
|
||||
},
|
||||
"data_description" : {
|
||||
"time_field":"time",
|
||||
"time_format":"epoch"
|
||||
|
|
|
@ -10,6 +10,9 @@ setup:
|
|||
"analysis_config" : {
|
||||
"detectors" :[{"function":"count"}]
|
||||
},
|
||||
"analysis_limits" : {
|
||||
"model_memory_limit": "10mb"
|
||||
},
|
||||
"data_description" : {}
|
||||
}
|
||||
|
||||
|
@ -24,6 +27,9 @@ setup:
|
|||
"analysis_config" : {
|
||||
"detectors" :[{"function":"count"}]
|
||||
},
|
||||
"analysis_limits" : {
|
||||
"model_memory_limit": "10mb"
|
||||
},
|
||||
"data_description" : {}
|
||||
}
|
||||
|
||||
|
@ -38,6 +44,9 @@ setup:
|
|||
"analysis_config" : {
|
||||
"detectors" :[{"function":"count"}]
|
||||
},
|
||||
"analysis_limits" : {
|
||||
"model_memory_limit": "10mb"
|
||||
},
|
||||
"data_description" : {}
|
||||
}
|
||||
|
||||
|
@ -52,6 +61,9 @@ setup:
|
|||
"analysis_config" : {
|
||||
"detectors" :[{"function":"count"}]
|
||||
},
|
||||
"analysis_limits" : {
|
||||
"model_memory_limit": "10mb"
|
||||
},
|
||||
"data_description" : {}
|
||||
}
|
||||
|
||||
|
@ -65,6 +77,9 @@ setup:
|
|||
"analysis_config" : {
|
||||
"detectors" :[{"function":"count"}]
|
||||
},
|
||||
"analysis_limits" : {
|
||||
"model_memory_limit": "10mb"
|
||||
},
|
||||
"data_description" : {}
|
||||
}
|
||||
|
||||
|
|
|
@ -404,6 +404,9 @@
|
|||
"bucket_span": "1h",
|
||||
"detectors" :[{"function":"count"}]
|
||||
},
|
||||
"analysis_limits" : {
|
||||
"model_memory_limit": "20mb"
|
||||
},
|
||||
"data_description" : {
|
||||
"time_field":"time"
|
||||
}
|
||||
|
@ -492,6 +495,9 @@
|
|||
"analysis_config" : {
|
||||
"detectors" :[{"function":"count"}]
|
||||
},
|
||||
"analysis_limits" : {
|
||||
"model_memory_limit": "20mb"
|
||||
},
|
||||
"data_description" : {
|
||||
"format":"xcontent"
|
||||
}
|
||||
|
@ -523,6 +529,9 @@
|
|||
"analysis_config" : {
|
||||
"detectors" :[{"function":"count"}]
|
||||
},
|
||||
"analysis_limits" : {
|
||||
"model_memory_limit": "20mb"
|
||||
},
|
||||
"data_description" : {
|
||||
"format":"xcontent"
|
||||
}
|
||||
|
@ -538,6 +547,9 @@
|
|||
"analysis_config" : {
|
||||
"detectors" :[{"function":"count"}]
|
||||
},
|
||||
"analysis_limits" : {
|
||||
"model_memory_limit": "20mb"
|
||||
},
|
||||
"data_description" : {
|
||||
"format":"xcontent"
|
||||
}
|
||||
|
@ -569,6 +581,9 @@
|
|||
"analysis_config" : {
|
||||
"detectors" :[{"function":"count"}]
|
||||
},
|
||||
"analysis_limits" : {
|
||||
"model_memory_limit": "20mb"
|
||||
},
|
||||
"data_description" : {}
|
||||
}
|
||||
|
||||
|
@ -580,6 +595,9 @@
|
|||
"analysis_config" : {
|
||||
"detectors" :[{"function":"count"}]
|
||||
},
|
||||
"analysis_limits" : {
|
||||
"model_memory_limit": "20mb"
|
||||
},
|
||||
"data_description" : {}
|
||||
}
|
||||
|
||||
|
@ -591,6 +609,9 @@
|
|||
"analysis_config" : {
|
||||
"detectors" :[{"function":"count"}]
|
||||
},
|
||||
"analysis_limits" : {
|
||||
"model_memory_limit": "20mb"
|
||||
},
|
||||
"data_description" : {}
|
||||
}
|
||||
|
||||
|
@ -654,6 +675,9 @@
|
|||
"bucket_span":"1h",
|
||||
"detectors" :[{"function":"metric","field_name":"responsetime","by_field_name":"airline"}]
|
||||
},
|
||||
"analysis_limits" : {
|
||||
"model_memory_limit": "20mb"
|
||||
},
|
||||
"data_description" : {
|
||||
"format":"xcontent",
|
||||
"time_field":"time",
|
||||
|
@ -713,6 +737,9 @@
|
|||
"analysis_config" : {
|
||||
"detectors" :[{"function":"count"}]
|
||||
},
|
||||
"analysis_limits" : {
|
||||
"model_memory_limit": "20mb"
|
||||
},
|
||||
"data_description" : {
|
||||
"format":"xcontent"
|
||||
}
|
||||
|
|
|
@ -12,6 +12,9 @@ setup:
|
|||
"bucket_span": "1h",
|
||||
"detectors" :[{"function":"metric","field_name":"responsetime","by_field_name":"airline"}]
|
||||
},
|
||||
"analysis_limits" : {
|
||||
"model_memory_limit": "10mb"
|
||||
},
|
||||
"data_description" : {
|
||||
"format":"xcontent",
|
||||
"time_field":"time",
|
||||
|
@ -38,6 +41,9 @@ setup:
|
|||
"bucket_span": "1h",
|
||||
"detectors" :[{"function":"metric","field_name":"responsetime","by_field_name":"airline"}]
|
||||
},
|
||||
"analysis_limits" : {
|
||||
"model_memory_limit": "10mb"
|
||||
},
|
||||
"data_description" : {
|
||||
"format" : "xcontent",
|
||||
"time_field":"time",
|
||||
|
@ -201,6 +207,9 @@ setup:
|
|||
"bucket_span": "1h",
|
||||
"detectors" :[{"function":"metric","field_name":"responsetime","by_field_name":"airline"}]
|
||||
},
|
||||
"analysis_limits" : {
|
||||
"model_memory_limit": "10mb"
|
||||
},
|
||||
"data_description" : {
|
||||
}
|
||||
}
|
||||
|
|
|
@ -29,6 +29,9 @@ setup:
|
|||
"detectors" :[{"function":"metric","field_name":"responsetime","by_field_name":"airline"}],
|
||||
"influencers": ["airport"]
|
||||
},
|
||||
"analysis_limits" : {
|
||||
"model_memory_limit": "30mb"
|
||||
},
|
||||
"data_description" : {
|
||||
"format":"xcontent",
|
||||
"time_field":"time",
|
||||
|
@ -203,6 +206,9 @@ setup:
|
|||
"bucket_span": "1h",
|
||||
"detectors" :[{"function":"count","by_field_name":"airline2"}]
|
||||
},
|
||||
"analysis_limits" : {
|
||||
"model_memory_limit": "30mb"
|
||||
},
|
||||
"data_description" : {
|
||||
"time_field":"time"
|
||||
}
|
||||
|
@ -274,6 +280,9 @@ setup:
|
|||
"bucket_span": "1h",
|
||||
"detectors" :[{"function":"count"}]
|
||||
},
|
||||
"analysis_limits" : {
|
||||
"model_memory_limit": "30mb"
|
||||
},
|
||||
"data_description" : {
|
||||
"time_field":"time"
|
||||
}
|
||||
|
@ -288,6 +297,9 @@ setup:
|
|||
"bucket_span": "1h",
|
||||
"detectors" :[{"function":"count"}]
|
||||
},
|
||||
"analysis_limits" : {
|
||||
"model_memory_limit": "30mb"
|
||||
},
|
||||
"data_description" : {
|
||||
"time_field":"time"
|
||||
}
|
||||
|
@ -302,6 +314,9 @@ setup:
|
|||
"bucket_span": "1h",
|
||||
"detectors" :[{"function":"count"}]
|
||||
},
|
||||
"analysis_limits" : {
|
||||
"model_memory_limit": "30mb"
|
||||
},
|
||||
"data_description" : {
|
||||
"time_field":"time"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue