summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2022-02-12 11:17:45 -0800
committerScott Gasch <[email protected]>2022-02-12 11:17:45 -0800
commitbeac1437b595ed543595b12b81ab637d4737038a (patch)
treee6be3c56a2432df92ca5a0f0db0f7ca3282b2a8a
parent1ff5dde5b037f8da4c9d5a65e2d7ad2f6715ff60 (diff)
Change weights.
-rw-r--r--executors.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/executors.py b/executors.py
index 1077667..e1949fb 100644
--- a/executors.py
+++ b/executors.py
@@ -1191,7 +1191,7 @@ class DefaultExecutors(object):
username='scott',
machine='cheetah.house',
weight=24,
- count=6,
+ count=5,
),
)
if self.ping('meerkat.cabin'):
@@ -1211,7 +1211,7 @@ class DefaultExecutors(object):
username='scott',
machine='wannabe.house',
weight=14,
- count=8,
+ count=2,
),
)
if self.ping('puma.cabin'):
@@ -1221,7 +1221,7 @@ class DefaultExecutors(object):
username='scott',
machine='puma.cabin',
weight=24,
- count=6,
+ count=5,
),
)
if self.ping('backup.house'):