ansible: add alpine/musl builds to expected assets - #4428
Conversation
Signed-off-by: Stewart X Addison <sxa@ibm.com>
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. |
OK - so wouldn't affect the nightlies and other non-release builds - only when release promotion occurs. |
|
Putting back into draft pending nodejs/node#65282 being merged back into the release lines |
|
The checks are failing but it looks like it's checking older releases which won't have the artifacts. It's also complaining about |
Signed-off-by: Stewart X Addison <sxa@ibm.com>
a46e1d7 to
97ebaa7
Compare
|
I 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. |
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?