mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
We need more splits in nightly builds
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
d740f6cf70
commit
5eea920177
1 changed files with 1 additions and 1 deletions
|
@ -663,7 +663,7 @@ def matrix(
|
|||
if workflow.lower() in ("nightly", "scheduled"):
|
||||
ctx.info(f"Reducing splits definition since workflow is '{workflow}'")
|
||||
for key in _splits:
|
||||
new_value = _splits[key] - 2
|
||||
new_value = _splits[key] - 1
|
||||
if new_value < 1:
|
||||
new_value = 1
|
||||
_splits[key] = new_value
|
||||
|
|
Loading…
Add table
Reference in a new issue