-
Notifications
You must be signed in to change notification settings - Fork 166
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
Enable jenkins testing on AIX71 #2098
Conversation
I don't think that has been done as otherwise builds would be running on the AIX 7.1 machines now.
It covers both. Or more technically it covers any setting of build/jenkins/scripts/VersionSelectorScript.groovy Lines 4 to 5 in 6bcc28e
|
Yeah I checked our internal checklist and it was the next step for him to do.
Thought so. |
Furthermore currently the only type checked is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we also need to add a line to exclude RELEASE from aix71 for lt(15)
(everything). Then, once the aix71-ppc64
label is added to node-test-commit-aix (which I haven't done yet, I'll do after this lands), tests will start to run on master, but releases won't run anywhere. As testing goes green on a branch, we extend the test support down to eventually include 10.x. In parallel, but slightly behind test coverage, and much more slowly (release-by-release), we'll start converting release builds to occur on AIX7.1.
@AshCripps I think you might not have noticed:
|
We don't want to build 14 on AIX 7.1? |
@richardlau yes, we want to, but we do this in order, usually:
I don't know, I guess we cloud start doing testing and releases on the 7.1 machines for all release lines I pushed a fixup commit. @richardlau LGTY with above context? I could add the aix61 build label to node-test-commit-aix as soon as this lands. |
SGTM. Thanks for the context. |
Sorry @rsam completely blanked that thanks for the catch! |
Start to enable testing to be done on the new AIX71 machines.
I cant remember if @sam-github added the label to node-test-commit-aix or not
also does
anyType
cover both test and release or just test?See: #2110