Support for SLES 12 and kernel 3.12.x#1412
Conversation
|
Automatic reply from Jenkins: Can I test this? |
|
Yes |
|
Jenkins: ok to test |
|
Ahh, that's how you do it ;-) On Tue, Oct 6, 2015 at 5:47 PM Kenneth Hoste [email protected]
|
There was a problem hiding this comment.
Do you mind updating these too, while we're at it, since it's unaware of SP3 or SP4, and 3.0 doesn't necessarily mean SLES 11 SP2.
according to https://wiki.microfocus.com/index.php/Kernel_versions, things got more complicated though...
The kernel versions for SLES 11 SP2 now range from 3.0.13-0.27.1 to 3.0.101-0.7.17.1, while SP3 ranges from 3.0.76-0.11.1 to 3.0.101-0.47.67.2, and SP4 is 3.0.101-63.1.
So, it seems the logic we were using got broken. :-(
So, I'm not sure how to handle this...
Maybe like this (since order matters):
"11": [
('2.6.27', ''),
('2.6.32', '_SP1'),
('3.0.101-63', '_SP4'),
# not 100% correct, since early SP3 had 3.0.76 - 3.0.93, but close enough?
('3.0.101', '_SP3'),
# SP2 kernel versions range from 3.0.13 - 3.0.101
('3.0', '_SP2'),
],
|
@smith1511: triggering the bot to test your PR only works for people with 'admin' access to our Jenkins instance (sort of a security thing) |
|
EasyBuild framework unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-framework-pr-builder/2114/console for more details). This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
|
Sorry for the delay. I've added your suggestions. Can this be merged now? Would be great to get this in as it's a blocker on our side. |
|
EasyBuild framework unit test suite FAILed. See https://jenkins1.ugent.be/job/easybuild-framework-pr-builder/2319/console for more details. Please fix the reported issues by pushing additional commits to the branch corresponding with this pull request; contact @boegel if you're not sure what to do. |
|
Jenkins: ok to test |
|
EasyBuild framework unit test suite FAILed. See https://jenkins1.ugent.be/job/easybuild-framework-pr-builder/2321/console for more details. Please fix the reported issues by pushing additional commits to the branch corresponding with this pull request; contact @boegel if you're not sure what to do. |
|
@smith1511: looks fine now, thanks for coming back to this I'll get this in as soon as Jenkins is happy (it's not now, but it's not your fault, there's an issue with the tests I'm working on that). |
|
Jenkins: test this please |
|
EasyBuild framework unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-framework-pr-builder/2322/console for more details). This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
|
Going in, thanks @smith1511! |
Support for SLES 12 and kernel 3.12.x
Adding support for SLES 12.
Based on this document (and what I see on the VMs) I've added support for SLES 12 and kernel versions 3.12.x. SLES 12 kernel versions range from 3.12.28 - .43 for the initial release.
https://www.novell.com/support/kb/doc.php?id=3594951