Commit 8eccb4d0 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: stop scheduling ftbfs packages in bookworm

parent 5045b645
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -144,7 +144,7 @@ LIMITS = {
        'amd64': {
            'buster': {1: (1000, 0), 2: (1500, 0), '*': 0},
            'bullseye': {1: (1000, 0), 2: (1500, 0), '*': 5},
            'bookworm': {1: (1000, 10), 2: (1500, 10), '*': 5},
            'bookworm': {1: (1000, 0), 2: (1500, 0), '*': 5},
            'trixie': {1: (1000, 40), 2: (1500, 20), '*': 5},
            'unstable': {1: (1000, 40), 2: (1500, 20), '*': 5},
            'experimental': {1: (1000, 40), 2: (1500, 20), '*': 2},
@@ -152,15 +152,15 @@ LIMITS = {
        'i386': {
            'buster': {1: (1000, 0), 2: (1300, 0), '*': 0},
            'bullseye': {1: (1000, 0), 2: (1300, 0), '*': 5},
            'bookworm': {1: (1000, 20), 2: (1300, 10), '*': 5},
            'trixie': {1: (1000, 40), 2: (1300, 20), '*': 5},
            'bookworm': {1: (1000, 0), 2: (1300, 0), '*': 5},
            'trixie': {1: (1000, 20), 2: (1300, 10), '*': 5},
            'unstable': {1: (1000, 40), 2: (1300, 20), '*': 5},
            'experimental': {1: (1000, 40), 2: (1300, 20), '*': 2},
        },
        'arm64': {
            'buster': {1: (1000, 0), 2: (1500, 0), '*': 0},
            'bullseye': {1: (1000, 0), 2: (1500, 0), '*': 5},
            'bookworm': {1: (1000, 20), 2: (1500, 10), '*': 5},
            'bookworm': {1: (1000, 0), 2: (1500, 0), '*': 5},
            'trixie': {1: (1000, 40), 2: (1500, 20), '*': 5},
            'unstable': {1: (1000, 40), 2: (1500, 20), '*': 5},
            'experimental': {1: (1000, 40), 2: (1500, 20), '*': 2},
@@ -168,7 +168,7 @@ LIMITS = {
        'armhf': {
            'buster': {1: (900, 0), 2: (1400, 0), '*': 0},
            'bullseye': {1: (900, 0), 2: (1400, 0), '*': 5},
            'bookworm': {1: (900, 10), 2: (1400, 5), '*': 5},
            'bookworm': {1: (900, 0), 2: (1400, 0), '*': 5},
            'trixie': {1: (900, 20), 2: (1400, 10), '*': 5},
            'unstable': {1: (900, 20), 2: (1400, 10), '*': 5},
            'experimental': {1: (900, 20), 2: (1400, 10), '*': 2},