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 c3cec83
Showing 1 changed file with 3 additions and 3 deletions.
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 c3cec83

Please sign in to comment.