Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/build: add longtest builder for linux-arm #56987

Open
cagedmantis opened this issue Nov 29, 2022 · 1 comment
Open

x/build: add longtest builder for linux-arm #56987

cagedmantis opened this issue Nov 29, 2022 · 1 comment
Labels
Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. new-builder
Milestone

Comments

@cagedmantis
Copy link
Contributor

Forking this from #49649

According to https://golang.org/wiki/PortingPolicy#first-class-ports, linux/arm is currently a “first class ports”.

However, we have no longtest builder coverage whatsoever for this architecture. We ought to have builders running the tests at the same level of depth as linux-386, linux-amd64 and linux-arm64.

cc @golang/release @bcmills @cherrymui

@cagedmantis cagedmantis added Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. new-builder labels Nov 29, 2022
@cagedmantis cagedmantis added this to the Backlog milestone Nov 29, 2022
@aclements
Copy link
Member

Just cross-referencing some info from #49649. This is probably blocked on #56693 since we don't have the capacity in the current linux-arm builders to scale up to a longtest builder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. new-builder
Projects
Status: Planned
Development

No branches or pull requests

2 participants