mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Add a new runner type for ci metrics and autoscaling
This commit is contained in:
parent
e8b03d7498
commit
0ddd53088d
@ -65,6 +65,10 @@ def get_scales(runner_type: str) -> Tuple[int, int]:
|
||||
# 10. I am trying 7 now.
|
||||
# UPDATE THE COMMENT ON CHANGES
|
||||
scale_up = 7
|
||||
elif runner_type == "limited-tester":
|
||||
# The limited runners should inflate and deflate faster
|
||||
scale_down = 1
|
||||
scale_up = 2
|
||||
return scale_down, scale_up
|
||||
|
||||
|
||||
|
@ -15,6 +15,7 @@ RUNNER_TYPE_LABELS = [
|
||||
"func-tester",
|
||||
"func-tester-aarch64",
|
||||
"fuzzer-unit-tester",
|
||||
"limited-tester",
|
||||
"stress-tester",
|
||||
"style-checker",
|
||||
"style-checker-aarch64",
|
||||
|
Loading…
Reference in New Issue
Block a user