!sBfrWMVsLoSyFTCkNv:nixos.org

OfBorg

158 Members
Number of builds and evals in queue: <TBD>59 Servers

Load older messages


SenderMessageTime
27 May 2024
@hexa:lossy.networkhexaI think the sum would be much less misleading fwiw13:33:20
@hexa:lossy.networkhexaand would require less interpretation13:33:29
@vcunat:matrix.orgvcunatSum might be best.13:34:22
@vcunat:matrix.orgvcunatBut just the label name won't provide much understanding of the meaning anyway. 13:34:46
@vcunat:matrix.orgvcunatLike, the fact that two platforms are involved in the "rebuild-linux" label. 13:35:15
@vcunat:matrix.orgvcunat * Like, the fact that two platforms would become involved in the "rebuild-linux" label. 13:35:22
@vcunat:matrix.orgvcunatAnd switching to sum is problematic in the aspect that typically it will double the value.13:36:12
@vcunat:matrix.orgvcunatSo we'd be changing that now.13:36:26
@vcunat:matrix.orgvcunat * Sum might be best, though I'm not sure really.13:36:51
@hexa:lossy.networkhexa ok, so rebuild-${system} then 14:00:12
@hexa:lossy.networkhexawould probably be the safest migration path, since people are familiar with the rebuild count labels14:00:47
@hexa:lossy.networkhexaexcept for maybe that rebuild-linux currently causes up to twice the rebuilds14:01:15
@hexa:lossy.networkhexawhich is why the proposal would make things a bit clearer14:01:37
@lily:lily.flowersLily Foster
In reply to @hexa:lossy.network
ok, so rebuild-${system} then
i'll make PR then today. do you wanna make labels?
14:36:05
@hexa:lossy.networkhexa
gh label create --color "#eeffee" "10.rebuild-aarch64-darwin: 0"
gh label create --color "#eeffee" "10.rebuild-aarch64-darwin: 1"
gh label create --color "#eeffee" "10.rebuild-aarch64-darwin: 1-10"
gh label create --color "#fbca04" "10.rebuild-aarch64-darwin: 11-100"
gh label create --color "#fbca04" "10.rebuild-aarch64-darwin: 101-500"
gh label create --color "#d93f0b" "10.rebuild-aarch64-darwin: 501-1000"
gh label create --color "#b60205" "10.rebuild-aarch64-darwin: 1001-2500"
gh label create --color "#b60205" "10.rebuild-aarch64-darwin: 2501-5000"
gh label create --color "#b60205" "10.rebuild-aarch64-darwin-stdenv"
gh label create --color "#eeffee" "10.rebuild-aarch64-linux: 0"
gh label create --color "#eeffee" "10.rebuild-aarch64-linux: 1"
gh label create --color "#eeffee" "10.rebuild-aarch64-linux: 1-10"
gh label create --color "#fbca04" "10.rebuild-aarch64-linux: 11-100"
gh label create --color "#fbca04" "10.rebuild-aarch64-linux: 101-500"
gh label create --color "#d93f0b" "10.rebuild-aarch64-linux: 501-1000"
gh label create --color "#b60205" "10.rebuild-aarch64-linux: 1001-2500"
gh label create --color "#b60205" "10.rebuild-aarch64-linux: 2501-5000"
gh label create --color "#b60205" "10.rebuild-aarch64-linux-stdenv"
gh label edit --name "10.rebuild-x86_64-linux: 0" "10.rebuild-linux: 0"
gh label edit --name "10.rebuild-x86_64-linux: 1" "10.rebuild-linux: 1"
gh label edit --name "10.rebuild-x86_64-linux: 1-10" "10.rebuild-linux: 1-10"
gh label edit --name "10.rebuild-x86_64-linux: 11-100" "10.rebuild-linux: 11-100"
gh label edit --name "10.rebuild-x86_64-linux: 101-500" "10.rebuild-linux: 101-500"
gh label edit --name "10.rebuild-x86_64-linux: 501-1000" "10.rebuild-linux: 501-1000"
gh label edit --name "10.rebuild-x86_64-linux: 1001-2500" "10.rebuild-linux: 1001-2500"
gh label edit --name "10.rebuild-x86_64-linux: 2501-5000" "10.rebuild-linux: 2501-5000"
gh label edit --name "10.rebuild-x86_64-linux-stdenv" "10.rebuild-linux-stdenv"
gh label edit --name "10.rebuild-x86_64-darwin: 0" "10.rebuild-darwin: 0"
gh label edit --name "10.rebuild-x86_64-darwin: 1" "10.rebuild-darwin: 1"
gh label edit --name "10.rebuild-x86_64-darwin: 1-10" "10.rebuild-darwin: 1-10"
gh label edit --name "10.rebuild-x86_64-darwin: 11-100" "10.rebuild-darwin: 11-100"
gh label edit --name "10.rebuild-x86_64-darwin: 101-500" "10.rebuild-darwin: 101-500"
gh label edit --name "10.rebuild-x86_64-darwin: 501-1000" "10.rebuild-darwin: 501-1000"
gh label edit --name "10.rebuild-x86_64-darwin: 1001-2500" "10.rebuild-darwin: 1001-2500"
gh label edit --name "10.rebuild-x86_64-darwin: 2501-5000" "10.rebuild-darwin: 2501-5000"
gh label edit --name "10.rebuild-x86_64-darwin-stdenv" "10.rebuild-darwin-stdenv"
14:36:15
@lily:lily.flowersLily Fosteroh have you already done them?14:36:36
@hexa:lossy.networkhexanot yet14:36:39
@lily:lily.flowersLily Fosteror do you want me to run that when it's deployed?14:36:42
@hexa:lossy.networkhexaideally someone proofchecks them14:36:47
@hexa:lossy.networkhexaI don't care about running them myself 😄 14:36:52
@lily:lily.flowersLily Fosterokie14:36:59
@hexa:lossy.networkhexa * I don't care about creating them myself 😄 14:37:00
@hexa:lossy.networkhexa * ideally someone proofreads them14:37:07
@hexa:lossy.networkhexa
white = "#eeffee"
yellow = "#fbca04"
orange = "#d93f0b"
red = "#b60205"

ranges = {
    ": 0": white,
    ": 1": white,
    ": 1-10": white,
    ": 11-100": yellow,
    ": 101-500": yellow,
    ": 501-1000": orange,
    ": 1001-2500": red,
    ": 2501-5000": red,
    "-stdenv": red,    
}

systems = [
    "aarch64-darwin",
    "aarch64-linux",
]

legacy_systems = {
    "linux": "x86_64-linux",
    "darwin": "x86_64-darwin",
}

for system in systems:
    for range, color in ranges.items():
        print(f'gh label create --color "{color}" "10.rebuild-{system}{range}"')


for legacy_name, name in legacy_systems.items():
    for range in ranges.keys():
        print(f'gh label edit --name "10.rebuild-{name}{range}" "10.rebuild-{legacy_name}{range}"')
14:37:27
@cole-h:matrix.orgcole-hRather than renaming, could we just create new labels? That would allow the labels to be created and the change to be deployed independently of each other, and not need to worry about a race between the two16:47:17
@hexa:lossy.networkhexa
gh label create --color "#eeffee" "10.rebuild-aarch64-darwin: 0"
gh label create --color "#eeffee" "10.rebuild-aarch64-darwin: 1"
gh label create --color "#eeffee" "10.rebuild-aarch64-darwin: 1-10"
gh label create --color "#fbca04" "10.rebuild-aarch64-darwin: 11-100"
gh label create --color "#fbca04" "10.rebuild-aarch64-darwin: 101-500"
gh label create --color "#d93f0b" "10.rebuild-aarch64-darwin: 501-1000"
gh label create --color "#b60205" "10.rebuild-aarch64-darwin: 1001-2500"
gh label create --color "#b60205" "10.rebuild-aarch64-darwin: 2501-5000"
gh label create --color "#b60205" "10.rebuild-aarch64-darwin-stdenv"
gh label create --color "#eeffee" "10.rebuild-aarch64-linux: 0"
gh label create --color "#eeffee" "10.rebuild-aarch64-linux: 1"
gh label create --color "#eeffee" "10.rebuild-aarch64-linux: 1-10"
gh label create --color "#fbca04" "10.rebuild-aarch64-linux: 11-100"
gh label create --color "#fbca04" "10.rebuild-aarch64-linux: 101-500"
gh label create --color "#d93f0b" "10.rebuild-aarch64-linux: 501-1000"
gh label create --color "#b60205" "10.rebuild-aarch64-linux: 1001-2500"
gh label create --color "#b60205" "10.rebuild-aarch64-linux: 2501-5000"
gh label create --color "#b60205" "10.rebuild-aarch64-linux-stdenv"
gh label create --color "#eeffee" "10.rebuild-x86_64-linux: 0"
gh label create --color "#eeffee" "10.rebuild-x86_64-linux: 1"
gh label create --color "#eeffee" "10.rebuild-x86_64-linux: 1-10"
gh label create --color "#fbca04" "10.rebuild-x86_64-linux: 11-100"
gh label create --color "#fbca04" "10.rebuild-x86_64-linux: 101-500"
gh label create --color "#d93f0b" "10.rebuild-x86_64-linux: 501-1000"
gh label create --color "#b60205" "10.rebuild-x86_64-linux: 1001-2500"
gh label create --color "#b60205" "10.rebuild-x86_64-linux: 2501-5000"
gh label create --color "#b60205" "10.rebuild-x86_64-linux-stdenv"
gh label create --color "#eeffee" "10.rebuild-x86_64-darwin: 0"
gh label create --color "#eeffee" "10.rebuild-x86_64-darwin: 1"
gh label create --color "#eeffee" "10.rebuild-x86_64-darwin: 1-10"
gh label create --color "#fbca04" "10.rebuild-x86_64-darwin: 11-100"
gh label create --color "#fbca04" "10.rebuild-x86_64-darwin: 101-500"
gh label create --color "#d93f0b" "10.rebuild-x86_64-darwin: 501-1000"
gh label create --color "#b60205" "10.rebuild-x86_64-darwin: 1001-2500"
gh label create --color "#b60205" "10.rebuild-x86_64-darwin: 2501-5000"
gh label create --color "#b60205" "10.rebuild-x86_64-darwin-stdenv"
16:50:28
@qyliss:fairydust.spaceAlyssa Rossdo we still build any i686-linux on Hydra?16:50:48
@qyliss:fairydust.spaceAlyssa Ross(or would that be included in x86_64-linux?)16:50:53
@hexa:lossy.networkhexaI think it is included16:51:08
@vcunat:matrix.orgvcunatBut not much anymore.16:51:23

Show newer messages


Back to Room ListRoom Version: 6