pipeline
pipeline copied to clipboard
Remove linux/arm from platform we publish
Changes
There is likely no kubernetes cluster running linux/arm (v5, v6 or v7), so removing it to reduce build and release time.
Signed-off-by: Vincent Demeester [email protected]
/kind cleanup
Closes #7511
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
- [ ] Has Docs if any changes are user facing, including updates to minimum requirements e.g. Kubernetes version bumps
- [ ] Has Tests included if any functionality added or changed
- [ ] pre-commit Passed
- [x] Follows the commit message standard
- [x] Meets the Tekton contributor standards (including functionality, content, code)
- [x] Has a kind label. You can add one by adding a comment on this PR that contains
/kind <type>. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tep - [x] Release notes block below has been updated with any user facing changes (API changes, bug fixes, changes requiring upgrade notices or deprecation warnings). See some examples of good release notes.
- [ ] Release notes contains the string "action required" if the change requires additional action from users switching to the new release
Release Notes
linux/arm images are not published anymore as part of the release. This means armv5, armv6 and armv7 are not supported anymore.
The following Tekton test failed:
| Test name | Commit | Details | Required | Rerun command |
|---|---|---|---|---|
| check-pr-has-kind-label | 5a6a227ffa09d6ce3afdf03b67662d47667ea998 | link | true | /test check-pr-has-kind-label |
cc @tektoncd/core-maintainers @waveywaves
Changes
There is likely no kubernetes cluster running linux/arm (v5, v6 or v7), so removing it to reduce build and release time.
I'm not sure we can know that, perhaps we could send an email to the users and dev list before doing this?
+1 @afrittoli
/hold
/hold cancel
@afrittoli @waveywaves now that 1.2.0 is released and the plan properly communicated, we can now merge this so that in 1.3.0 we do not publish linux/arm anymore.
@afrittoli @waveywaves now that 1.2.0 is released and the plan properly communicated, we can now merge this so that in 1.3.0 we do not publish linux/arm anymore.
sounds good
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: afrittoli, waveywaves
The full list of commands accepted by this bot can be found here.
The pull request process is described here
- ~~OWNERS~~ [afrittoli,waveywaves]
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment