Skip to content
Merged
Show file tree
Hide file tree
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 Feb 21, 2025
141668e
addressed review comments by yash
kaushikpuneet07 Feb 25, 2025
e441e78
Merge remote-tracking branch 'upstream/master'
kaushikpuneet07 Mar 5, 2025
792f955
Merge remote-tracking branch 'upstream/master'
kaushikpuneet07 Mar 6, 2025
27a6373
Merge remote-tracking branch 'upstream/master'
kaushikpuneet07 May 13, 2025
c92e7b5
Merge remote-tracking branch 'upstream/master'
kaushikpuneet07 May 15, 2025
3b83752
Merge remote-tracking branch 'upstream/master'
kaushikpuneet07 May 16, 2025
382b0be
Merge remote-tracking branch 'upstream/master'
kaushikpuneet07 Jul 3, 2025
dc33165
Merge remote-tracking branch 'upstream/master'
kaushikpuneet07 Jul 15, 2025
461b7df
Merge remote-tracking branch 'upstream/master'
kaushikpuneet07 Aug 4, 2025
c41579f
Merge remote-tracking branch 'upstream/master'
kaushikpuneet07 Aug 28, 2025
67a1313
Merge remote-tracking branch 'upstream/master'
kaushikpuneet07 Sep 8, 2025
b70aa50
update
kaushikpuneet07 Sep 8, 2025
3f8716b
update
kaushikpuneet07 Sep 8, 2025
fdffde4
update
kaushikpuneet07 Sep 8, 2025
e79d690
update
kaushikpuneet07 Sep 8, 2025
3646f68
update
kaushikpuneet07 Sep 8, 2025
33b03ac
update
kaushikpuneet07 Sep 15, 2025
1920c8f
update
kaushikpuneet07 Sep 15, 2025
44be2f4
update
kaushikpuneet07 Sep 15, 2025
6bb0306
update
kaushikpuneet07 Sep 23, 2025
3120d6e
update
kaushikpuneet07 Sep 23, 2025
5e04ed1
update
kaushikpuneet07 Sep 23, 2025
5e2e712
update
kaushikpuneet07 Sep 23, 2025
00f1a94
update
kaushikpuneet07 Sep 23, 2025
d35e0f8
update
kaushikpuneet07 Sep 28, 2025
1b2ef1f
restore repo
kaushikpuneet07 Sep 28, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pdps/pdps-parallel.groovy
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'
Copy link
Contributor

Choose a reason for hiding this comment

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

Please change it back

])

pipeline {
Expand Down
4 changes: 2 additions & 2 deletions ps/jenkins/package-testing-ps-8.0-pro-build.groovy
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'
Copy link
Contributor

Choose a reason for hiding this comment

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

same here

])

List all_actions = [
Expand Down
6 changes: 4 additions & 2 deletions ps/jenkins/test-ps-innodb-cluster.groovy
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'
Copy link
Contributor

Choose a reason for hiding this comment

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

+1

]) _

void installDependencies() {
Expand Down Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion vars/pdpsOperatingSystems.groovy
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']
}
2 changes: 1 addition & 1 deletion vars/ps80ProOperatingSystems.groovy
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']
}