-
Notifications
You must be signed in to change notification settings - Fork 183
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
Remove POWER8 configurations #3004
Conversation
Note that I'm submitting this now so that we have some time to sort out any CI problems because of this. It shouldn't go in before we tag op-build v2.4 though. |
IBM OP CI should go green. I've removed them from the matrix |
danlarson-ibm <[email protected]> writes:
IBM OP CI should go green. I've removed them from the matrix
Okay. Is it just for op-build master builds?
we still have P8 systems in op-build 2.0.y, 2.3.y and will do in 2.4.y -
so they should be tested there
…--
Stewart Smith
OPAL Architect, IBM.
|
Ah thats a good point. I didn't connect the dots on the other branches. I can address that. |
b18b717
to
6b654b7
Compare
@danlarson-ibm looks like the P8 job still triggered, and unsurprisingly it failed :) |
I still use palmetto configurations for development and testing. Instead of removing all of them, I propose we declare them unsupported (stop doing internal CI and testing) but not remove from the tree. |
I fixed up a filter for that. p8 will only run on op-build-* branches. |
I think you will eventually have to be more specific here. For example, v2.5 won't support p8.
What's the best way to make that declaration? Is there a way to throw messages out when you run the palmetto_defconfig? |
Does your testing require the full firmware stack? We could trim down the P8 defconfigs to only build the kernel/initramfs if that's all you need. |
Done. op-build-\d.[1-4][01]*.y |
We now only support POWER9 OpenPOWER platforms. This is due to nobody being available to make the POWER8 hostboot tree build with a GCC past gcc 6.x. Signed-off-by: Stewart Smith <[email protected]>
6b654b7
to
f7933f5
Compare
Okay, so there seems to be enough community enthusiasm for at least some p8 platforms that we probably have to keep them around. Closing this PR. |
We now only support POWER9 OpenPOWER platforms.
This is due to nobody being available to make the POWER8 hostboot tree
build with a GCC past gcc 6.x.
Signed-off-by: Stewart Smith [email protected]