kubernetes / sig-release

Repo for SIG release
Apache License 2.0
544 stars 393 forks source link

Promote arm64-linux to Tier 1 #2647

Open ameukam opened 1 month ago

ameukam commented 1 month ago

What would you like to be added:

Ensure arm64-linuxis promoted to Tier 1.

Why is this needed:

ameukam commented 1 month ago

We already publish artifacts for this architecture:

ameukam commented 1 month ago

@kubernetes/release-managers Do we still need specific tests for this ?

saschagrunert commented 1 month ago

@kubernetes/release-managers Do we still need specific tests for this ?

I would say so, yes. The question is where do we draw the baseline? We could define a minimum set of tests which need to run on the platform directly in https://github.com/kubernetes/website/pull/48457

ameukam commented 1 month ago

Equivalent master-blocking prowjobs (mostly conformance and build) running on aarch64 hardware as a starter ?

saschagrunert commented 1 month ago

Equivalent master-blocking prowjobs (mostly conformance and build) running on aarch64 hardware as a starter ?

Yes this sounds like a great start!

xmudrii commented 1 month ago

+1, that sounds like a great start!

mkumatag commented 4 weeks ago

Right now, the arm64 conformance job is listed only in informing and not in blocking. (Is it mature enough for blocking? If yes, then promote it.)

Additionally, I don’t see any unit test runs for this platform.

The next step could be to identify the gaps and address them.

saschagrunert commented 3 weeks ago

@mkumatag we have to follow the procedure outlined in https://github.com/kubernetes/sig-release/blob/master/release-blocking-jobs.md#promoting-or-demoting-jobs to promote a job :)