projects
/
python_utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ff5dde
)
Change weights.
author
Scott Gasch
<
[email protected]
>
Sat, 12 Feb 2022 19:17:45 +0000
(11:17 -0800)
committer
Scott Gasch
<
[email protected]
>
Sat, 12 Feb 2022 19:17:45 +0000
(11:17 -0800)
executors.py
patch
|
blob
|
history
diff --git
a/executors.py
b/executors.py
index 1077667147051e427b5fad045774e32c55d1a142..e1949fbb992fbfcc9ace61099b4140fb460644e6 100644
(file)
--- 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'):