Uh oh!
There was an error while loading. Please reload this page.
ansible: add alpine/musl builds to expected assets - #4428
Conversation
Signed-off-by: Stewart X Addison <sxa@ibm.com>
richardlau
commented
Aug 13, 2026
It needs to happen before any release that would include the additional assets. If it doesn't releasers would need to bypass the warning from the promotion script about extra unexpected assets. |
sxa
commented
Aug 13, 2026
OK - so wouldn't affect the nightlies and other non-release builds - only when release promotion occurs. |
sxa
commented
Aug 14, 2026
Putting back into draft pending nodejs/node#65282 being merged back into the release lines |
sxa
commented
Aug 18, 2026
The checks are failing but it looks like it's checking older releases which won't have the artifacts. It's also complaining about |
a46e1d7 to
97ebaa7CompareI feel it's better to skip the v22.x change temporarily for now, otherwise there will be a lot of updating of the tests to handle the "unexpected" missing alpine changes which will make most of the testing completely pointless. Perhaps once we've done one release with Alpine we can modify the tests to use a newer release and have the expected numbers and do the changes for v22.x. Should be ok as long as we do one release on 26 or 24 before 22. |
sxa
commented
Aug 18, 2026
Going back into draft as I think I'm going to disable v22.x for Alpine in this PR to make sure it doesn't cause any problems. |
Signed-off-by: Stewart X Addison <sxa@ibm.com>
sxa
commented
Aug 19, 2026
v22.x excluded from the artefact updates and excluded from the version selector. |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Richard Lau <richard.lau@ibm.com>
Uh oh!
There was an error while loading. Please reload this page.
Part of the process for adding Alpine into the release builds.
Does the merging of this have to be explicitly co-ordinated with the addition to
iojs+release?