Commit 66d6790b authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: stop scheduling ftbfs packages in bullseye

parent beca4dce
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@ LIMITS = {
    'ftbfs': {
        'amd64': {
            'buster': {1: (1000, 0), 2: (1500, 0), '*': 0},
            'bullseye': {1: (1000, 10), 2: (1500, 10), '*': 5},
            'bullseye': {1: (1000, 0), 2: (1500, 0), '*': 5},
            'bookworm': {1: (1000, 10), 2: (1500, 10), '*': 5},
            'trixie': {1: (1000, 40), 2: (1500, 20), '*': 5},
            'unstable': {1: (1000, 40), 2: (1500, 20), '*': 5},
@@ -151,7 +151,7 @@ LIMITS = {
        },
        'i386': {
            'buster': {1: (1000, 0), 2: (1300, 0), '*': 0},
            'bullseye': {1: (1000, 20), 2: (1300, 10), '*': 5},
            'bullseye': {1: (1000, 0), 2: (1300, 0), '*': 5},
            'bookworm': {1: (1000, 20), 2: (1300, 10), '*': 5},
            'trixie': {1: (1000, 40), 2: (1300, 20), '*': 5},
            'unstable': {1: (1000, 40), 2: (1300, 20), '*': 5},
@@ -159,7 +159,7 @@ LIMITS = {
        },
        'arm64': {
            'buster': {1: (1000, 0), 2: (1500, 0), '*': 0},
            'bullseye': {1: (1000, 20), 2: (1500, 10), '*': 5},
            'bullseye': {1: (1000, 0), 2: (1500, 0), '*': 5},
            'bookworm': {1: (1000, 20), 2: (1500, 10), '*': 5},
            'trixie': {1: (1000, 40), 2: (1500, 20), '*': 5},
            'unstable': {1: (1000, 40), 2: (1500, 20), '*': 5},
@@ -167,7 +167,7 @@ LIMITS = {
        },
        'armhf': {
            'buster': {1: (900, 0), 2: (1400, 0), '*': 0},
            'bullseye': {1: (900, 10), 2: (1400, 5), '*': 5},
            'bullseye': {1: (900, 0), 2: (1400, 0), '*': 5},
            'bookworm': {1: (900, 10), 2: (1400, 5), '*': 5},
            'trixie': {1: (900, 20), 2: (1400, 10), '*': 5},
            'unstable': {1: (900, 20), 2: (1400, 10), '*': 5},