diff options
Diffstat (limited to 'bin/reproducible_scheduler.py')
-rwxr-xr-x | bin/reproducible_scheduler.py | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index 8601ed01..336921b9 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -103,8 +103,8 @@ LIMITS = { 'experimental': {1: (100, 250), 2: (200, 200), '*': 50}, }, 'arm64': { - 'testing': {1: (100, 200), 2: (200, 200), '*': 50}, - 'unstable': {1: (100, 200), 2: (200, 200), '*': 75}, + 'testing': {1: (100, 250), 2: (200, 200), '*': 50}, + 'unstable': {1: (100, 250), 2: (200, 200), '*': 75}, 'experimental': {1: (100, 200), 2: (200, 200), '*': 25}, }, 'armhf': { @@ -125,9 +125,9 @@ LIMITS = { 'experimental': {1: (700, 40), 2: (500, 20), '*': 2}, }, 'arm64': { - 'testing': {1: (575, 20), 2: (450, 10), '*': 5}, - 'unstable': {1: (575, 20), 2: (450, 10), '*': 5}, - 'experimental': {1: (575, 20), 2: (450, 10), '*': 2}, + 'testing': {1: (700, 40), 2: (500, 20), '*': 5}, + 'unstable': {1: (700, 40), 2: (500, 20), '*': 5}, + 'experimental': {1: (700, 40), 2: (500, 20), '*': 2}, }, 'armhf': { 'testing': {1: (575, 20), 2: (450, 10), '*': 5}, @@ -147,9 +147,9 @@ LIMITS = { 'experimental': {1: (700, 400), 2: (500, 200), '*': 20}, }, 'arm64': { - 'testing': {1: (575, 200), 2: (450, 100), '*': 50}, - 'unstable': {1: (575, 200), 2: (450, 100), '*': 50}, - 'experimental': {1: (575, 200), 2: (450, 100), '*': 20}, + 'testing': {1: (700, 400), 2: (500, 200), '*': 50}, + 'unstable': {1: (700, 400), 2: (500, 200), '*': 50}, + 'experimental': {1: (700, 400), 2: (500, 200), '*': 20}, }, 'armhf': { 'testing': {1: (575, 200), 2: (450, 100), '*': 50}, |