Skip to content

Support for SLES 12 and kernel 3.12.x#1412

Merged
boegel merged 2 commits intoeasybuilders:developfrom
smith1511:develop
Nov 12, 2015
Merged

Support for SLES 12 and kernel 3.12.x#1412
boegel merged 2 commits intoeasybuilders:developfrom
smith1511:develop

Conversation

@smith1511
Copy link
Copy Markdown

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

@hpcugentbot
Copy link
Copy Markdown

Automatic reply from Jenkins: Can I test this?

@smith1511
Copy link
Copy Markdown
Author

Yes

@boegel
Copy link
Copy Markdown
Member

boegel commented Oct 6, 2015

Jenkins: ok to test

@smith1511
Copy link
Copy Markdown
Author

Ahh, that's how you do it ;-)

On Tue, Oct 6, 2015 at 5:47 PM Kenneth Hoste [email protected]
wrote:

Jenkins: ok to test


Reply to this email directly or view it on GitHub
#1412 (comment)
.

Comment thread easybuild/tools/systemtools.py Outdated
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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'),
],

@boegel
Copy link
Copy Markdown
Member

boegel commented Oct 6, 2015

@smith1511: triggering the bot to test your PR only works for people with 'admin' access to our Jenkins instance (sort of a security thing)

@hpcugentbot
Copy link
Copy Markdown

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.

@smith1511
Copy link
Copy Markdown
Author

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.

@hpcugentbot
Copy link
Copy Markdown

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.

@boegel
Copy link
Copy Markdown
Member

boegel commented Nov 12, 2015

Jenkins: ok to test

@hpcugentbot
Copy link
Copy Markdown

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.

@boegel
Copy link
Copy Markdown
Member

boegel commented Nov 12, 2015

@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).

@boegel
Copy link
Copy Markdown
Member

boegel commented Nov 12, 2015

Jenkins: test this please

@hpcugentbot
Copy link
Copy Markdown

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.

@boegel
Copy link
Copy Markdown
Member

boegel commented Nov 12, 2015

Going in, thanks @smith1511!

@boegel boegel added this to the v2.5.0 milestone Nov 12, 2015
boegel added a commit that referenced this pull request Nov 12, 2015
Support for SLES 12 and kernel 3.12.x
@boegel boegel merged commit ebfeee3 into easybuilders:develop Nov 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants