JuliaCI / julia-buildkite

Buildkite configuration files for Base Julia CI
8 stars 14 forks source link

Concordance between tier list and Buildkite groups #166

Open DilumAluthge opened 2 years ago

DilumAluthge commented 2 years ago

Current tier list

  1. Tier 1
    • i686-linux-gnu
    • x86_64-apple-darwin
    • x86_64-linux-gnu
    • x86_64-w64-mingw32
  2. Tier 2
    • aarch64-linux-gnu
    • i686-w64-mingw32
    • x86_64-unknown-freebsd
  3. Tier 3
    • aarch64-apple-darwin
    • armv7l-linux-gnueabihf
    • powerpc64le-linux-gnu
    • x86_64-linux-musl

Concordance between tier list and Buildkite groups

Build jobs:

Tier Platform triplet Job Current Group Desired Group Concordance
1 i686-linux-gnu Build Build Build :white_check_mark:
1 x86_64-apple-darwin Build Build Build :white_check_mark:
1 x86_64-linux-gnu Build Build Build :white_check_mark:
1 x86_64-w64-mingw32 Build [not yet migrated] Build :heavy_minus_sign:
2 aarch64-linux-gnu Build Build Build :white_check_mark:
2 i686-w64-mingw32 Build [not yet migrated] Build :heavy_minus_sign:
2 x86_64-unknown-freebsd Build [not yet migrated] Build :heavy_minus_sign:
3 aarch64-apple-darwin Build Build Build or Allow Fail :white_check_mark:
3 armv7l-linux-gnueabihf Build [not yet migrated] Build or Allow Fail :heavy_minus_sign:
3 powerpc64le-linux-gnu Build Build Build or Allow Fail :white_check_mark:
3 x86_64-linux-musl Build Build Build or Allow Fail :white_check_mark:

Test jobs:

Tier Platform triplet Job Current Group Desired Group Concordance
1 i686-linux-gnu Test Allow Fail Test :x:
1 x86_64-apple-darwin Test Test Test :white_check_mark:
1 x86_64-linux-gnu Test Test Test :white_check_mark:
1 x86_64-w64-mingw32 Test [not yet migrated] Test :heavy_minus_sign:
2 aarch64-linux-gnu Test Allow Fail Test or Allow Fail :white_check_mark:
2 i686-w64-mingw32 Test [not yet migrated] Test or Allow Fail :heavy_minus_sign:
2 x86_64-unknown-freebsd Test [not yet migrated] Test or Allow Fail :heavy_minus_sign:
3 aarch64-apple-darwin Test Allow Fail Test or Allow Fail :white_check_mark:
3 armv7l-linux-gnueabihf Test [not yet migrated] Test or Allow Fail :heavy_minus_sign:
3 powerpc64le-linux-gnu Test Allow Fail Test or Allow Fail :white_check_mark:
3 x86_64-linux-musl Test Allow Fail Test or Allow Fail :white_check_mark:
vtjnash commented 1 year ago

Finished?

DilumAluthge commented 1 year ago

Still needs https://github.com/JuliaCI/julia-buildkite/pull/226

DilumAluthge commented 1 year ago

Oh, wait, we need to keep this open until FreeBSD is migrated to Buildkite.