Skip to content

Commit

Permalink
Move the pxc-package-testing job to the release jenkins server
Browse files Browse the repository at this point in the history
  • Loading branch information
panchal-yash committed Oct 8, 2023
1 parent b222c0b commit bce0f28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pxc/jenkins/pxc-package-testing-parallel.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void runNodeBuild(String node_to_test) {
}

build(
job: 'pxc-package-testing',
job: 'pxc-package-testing-test',
parameters: [
string(name: "product_to_test", value: params.product_to_test),
string(name: "node_to_test", value: node_to_test),
Expand Down
6 changes: 3 additions & 3 deletions pxc/jenkins/pxc-package-testing.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ void setInventories(String param_test_type){
def KEYPATH_COMMON
def SSH_USER

KEYPATH_BOOTSTRAP="/home/centos/.cache/molecule/${product_to_test}-bootstrap-${param_test_type}/${params.node_to_test}/ssh_key-us-west-1"
KEYPATH_COMMON="/home/centos/.cache/molecule/${product_to_test}-common-${param_test_type}/${params.node_to_test}/ssh_key-us-west-1"
KEYPATH_BOOTSTRAP="/home/centos/.cache/molecule/${product_to_test}-bootstrap-${param_test_type}/${params.node_to_test}/ssh_key-eu-west-1"
KEYPATH_COMMON="/home/centos/.cache/molecule/${product_to_test}-common-${param_test_type}/${params.node_to_test}/ssh_key-eu-west-1"


if(("${params.node_to_test}" == "ubuntu-focal") || ("${params.node_to_test}" == "ubuntu-bionic") || ("${params.node_to_test}" == "ubuntu-jammy")){
Expand Down Expand Up @@ -400,7 +400,7 @@ pipeline {
sudo yum install -y epel-release
sudo yum install -y git jq
rm -rf package-testing
git clone https://github.com/Percona-QA/package-testing --branch master
git clone https://github.com/Percona-Lab/package-testing --branch master
'''
}
}
Expand Down

0 comments on commit bce0f28

Please sign in to comment.