Commit 5bed890d authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: schedule old buster/bullseye on i386 less, to get more...


reproducible Debian: schedule old buster/bullseye on i386 less, to get more recent results for unstable

Signed-off-by: default avatarHolger Levsen <holger@layer-acht.org>
parent 9a008f56
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -201,8 +201,8 @@ LIMITS = {
        },
        'i386': {
            'stretch': {1: (800, 0), 2: (1300, 0), '*': 0},
            'buster': {1: (800, 550), 2: (1300, 400), '*': 0},
            'bullseye': {1: (800, 800), 2: (1300, 650), '*': 0},
            'buster': {1: (800, 475), 2: (1300, 325), '*': 0},
            'bullseye': {1: (800, 700), 2: (1300, 550), '*': 0},
            'unstable': {1: (800, 1100), 2: (1300, 950), '*': 0},
            'experimental': {1: (800, 70), 2: (1300, 50), '*': 0},
        },