As part of landing nodejs/node#9618 we need to skip running it on smartos14 since support is dropped. I don't know a convenient way of dropping out of a build early without running into fails based on subsequent tasks (collecting tap, etc). If anyone have suggestions on how to bail early that'd be helpful. The other option is to make all subsequent tasks not fail on previous build status (making assumptions) but requires a refactor.
As part of landing nodejs/node#9618 we need to skip running it on smartos14 since support is dropped. I don't know a convenient way of dropping out of a build early without running into fails based on subsequent tasks (collecting tap, etc). If anyone have suggestions on how to bail early that'd be helpful. The other option is to make all subsequent tasks not fail on previous build status (making assumptions) but requires a refactor.