-
Notifications
You must be signed in to change notification settings - Fork 48
Add RHEL10 in PS, PDPS and PRO Jobs #3534
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
Merged
kaushikpuneet07
merged 27 commits into
Percona-Lab:master
from
kaushikpuneet07:rhel10-ps
Sep 28, 2025
Merged
Changes from 17 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
3cf1531
remove some distributions from PS 5.7 to 8.0 upgrade
kaushikpuneet07 141668e
addressed review comments by yash
kaushikpuneet07 e441e78
Merge remote-tracking branch 'upstream/master'
kaushikpuneet07 792f955
Merge remote-tracking branch 'upstream/master'
kaushikpuneet07 27a6373
Merge remote-tracking branch 'upstream/master'
kaushikpuneet07 c92e7b5
Merge remote-tracking branch 'upstream/master'
kaushikpuneet07 3b83752
Merge remote-tracking branch 'upstream/master'
kaushikpuneet07 382b0be
Merge remote-tracking branch 'upstream/master'
kaushikpuneet07 dc33165
Merge remote-tracking branch 'upstream/master'
kaushikpuneet07 461b7df
Merge remote-tracking branch 'upstream/master'
kaushikpuneet07 c41579f
Merge remote-tracking branch 'upstream/master'
kaushikpuneet07 67a1313
Merge remote-tracking branch 'upstream/master'
kaushikpuneet07 b70aa50
update
kaushikpuneet07 3f8716b
update
kaushikpuneet07 fdffde4
update
kaushikpuneet07 e79d690
update
kaushikpuneet07 3646f68
update
kaushikpuneet07 33b03ac
update
kaushikpuneet07 1920c8f
update
kaushikpuneet07 44be2f4
update
kaushikpuneet07 6bb0306
update
kaushikpuneet07 3120d6e
update
kaushikpuneet07 5e04ed1
update
kaushikpuneet07 5e2e712
update
kaushikpuneet07 00f1a94
update
kaushikpuneet07 d35e0f8
update
kaushikpuneet07 1b2ef1f
restore repo
kaushikpuneet07 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| library changelog: false, identifier: "lib@master", retriever: modernSCM([ | ||
| library changelog: false, identifier: "lib@rhel10-ps", retriever: modernSCM([ | ||
| $class: 'GitSCMSource', | ||
| remote: 'https://github.com/Percona-Lab/jenkins-pipelines.git' | ||
| remote: 'https://github.com/kaushikpuneet07/jenkins-pipelines.git' | ||
|
||
| ]) | ||
|
|
||
| List all_actions = [ | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| library changelog: false, identifier: 'lib@master', retriever: modernSCM([ | ||
| library changelog: false, identifier: 'lib@rhel10-ps', retriever: modernSCM([ | ||
| $class: 'GitSCMSource', | ||
| remote: 'https://github.com/Percona-Lab/jenkins-pipelines.git' | ||
| remote: 'https://github.com/kaushikpuneet07/jenkins-pipelines.git' | ||
|
||
| ]) _ | ||
|
|
||
| void installDependencies() { | ||
|
|
@@ -183,8 +183,10 @@ pipeline { | |
| 'oracle-9', | ||
| 'rhel-8', | ||
| 'rhel-9', | ||
| 'rhel-10', | ||
| 'rhel-8-arm', | ||
| 'rhel-9-arm', | ||
| 'rhel-10-arm', | ||
| 'debian-11-arm', | ||
| 'debian-12-arm', | ||
| 'ubuntu-focal-arm', | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| def call() { | ||
| return ['oracle-8', 'oracle-9', 'rhel-8', 'rhel-9', 'debian-11', 'debian-12','ubuntu-focal', 'ubuntu-jammy', 'ubuntu-noble'] | ||
| return ['oracle-8', 'oracle-9', 'rhel-8', 'rhel-9', 'rhel-10', 'debian-11', 'debian-12','ubuntu-focal', 'ubuntu-jammy', 'ubuntu-noble'] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| def call() { | ||
| return ['oracle-9', 'debian-12', 'ubuntu-jammy', 'ubuntu-noble', 'ubuntu-noble-arm', 'oracle-9-arm', 'debian-12-arm', 'ubuntu-jammy-arm', 'amazon-linux-2023', 'amazon-linux-2023-arm'] | ||
| return ['oracle-9', 'rhel-10', 'debian-12', 'ubuntu-jammy', 'ubuntu-noble', 'ubuntu-noble-arm', 'oracle-9-arm', 'rhel-10-arm', 'debian-12-arm', 'ubuntu-jammy-arm', 'amazon-linux-2023', 'amazon-linux-2023-arm'] | ||
| } |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Please change it back