Loading bin/reproducible_scheduler.py +4 −4 Original line number Diff line number Diff line Loading @@ -194,28 +194,28 @@ LIMITS = { 'old': { 'amd64': { 'stretch': {1: (1000, 0), 2: (1500, 0), '*': 0}, 'buster': {1: (1000, 100), 2: (1500, 85), '*': 0}, 'buster': {1: (1000, 500), 2: (1500, 425), '*': 0}, 'bullseye': {1: (1000, 1000), 2: (1500, 850), '*': 0}, 'unstable': {1: (1000, 1200), 2: (1500, 1050), '*': 0}, 'experimental': {1: (1000, 70), 2: (1500, 50), '*': 0}, }, 'i386': { 'stretch': {1: (800, 0), 2: (1300, 0), '*': 0}, 'buster': {1: (800, 100), 2: (1300, 85), '*': 0}, 'buster': {1: (800, 500), 2: (1300, 425), '*': 0}, 'bullseye': {1: (1000, 1000), 2: (1500, 850), '*': 0}, 'unstable': {1: (800, 1200), 2: (1300, 1050), '*': 0}, 'experimental': {1: (800, 70), 2: (1300, 50), '*': 0}, }, 'arm64': { 'stretch': {1: (1000, 0), 2: (1500, 0), '*': 0}, 'buster': {1: (1000, 100), 2: (1500, 85), '*': 0}, 'buster': {1: (1000, 500), 2: (1500, 425), '*': 0}, 'bullseye': {1: (1000, 1000), 2: (1500, 850), '*': 0}, 'unstable': {1: (1000, 1200), 2: (1500, 1050), '*': 0}, 'experimental': {1: (1000, 70), 2: (1500, 50), '*': 0}, }, 'armhf': { 'stretch': {1: (900, 0), 2: (1400, 0), '*': 0}, 'buster': {1: (900, 80), 2: (1400, 50), '*': 0}, 'buster': {1: (900, 400), 2: (1400, 250), '*': 0}, 'bullseye': {1: (900, 800), 2: (1400, 500), '*': 0}, 'unstable': {1: (900, 1000), 2: (1400, 700), '*': 0}, 'experimental': {1: (900, 70), 2: (1400, 50), '*': 0}, Loading Loading
bin/reproducible_scheduler.py +4 −4 Original line number Diff line number Diff line Loading @@ -194,28 +194,28 @@ LIMITS = { 'old': { 'amd64': { 'stretch': {1: (1000, 0), 2: (1500, 0), '*': 0}, 'buster': {1: (1000, 100), 2: (1500, 85), '*': 0}, 'buster': {1: (1000, 500), 2: (1500, 425), '*': 0}, 'bullseye': {1: (1000, 1000), 2: (1500, 850), '*': 0}, 'unstable': {1: (1000, 1200), 2: (1500, 1050), '*': 0}, 'experimental': {1: (1000, 70), 2: (1500, 50), '*': 0}, }, 'i386': { 'stretch': {1: (800, 0), 2: (1300, 0), '*': 0}, 'buster': {1: (800, 100), 2: (1300, 85), '*': 0}, 'buster': {1: (800, 500), 2: (1300, 425), '*': 0}, 'bullseye': {1: (1000, 1000), 2: (1500, 850), '*': 0}, 'unstable': {1: (800, 1200), 2: (1300, 1050), '*': 0}, 'experimental': {1: (800, 70), 2: (1300, 50), '*': 0}, }, 'arm64': { 'stretch': {1: (1000, 0), 2: (1500, 0), '*': 0}, 'buster': {1: (1000, 100), 2: (1500, 85), '*': 0}, 'buster': {1: (1000, 500), 2: (1500, 425), '*': 0}, 'bullseye': {1: (1000, 1000), 2: (1500, 850), '*': 0}, 'unstable': {1: (1000, 1200), 2: (1500, 1050), '*': 0}, 'experimental': {1: (1000, 70), 2: (1500, 50), '*': 0}, }, 'armhf': { 'stretch': {1: (900, 0), 2: (1400, 0), '*': 0}, 'buster': {1: (900, 80), 2: (1400, 50), '*': 0}, 'buster': {1: (900, 400), 2: (1400, 250), '*': 0}, 'bullseye': {1: (900, 800), 2: (1400, 500), '*': 0}, 'unstable': {1: (900, 1000), 2: (1400, 700), '*': 0}, 'experimental': {1: (900, 70), 2: (1400, 50), '*': 0}, Loading