Skip to content

Commit

Permalink
Update cloud secret file credential ID and adjust operator image expo…
Browse files Browse the repository at this point in the history
…rt logic
  • Loading branch information
ptankov committed Jan 27, 2025
1 parent 31c7b71 commit 044351d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloud/jenkins/pso-gke.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ void initTests() {
}
}

withCredentials([file(credentialsId: 'cloud-secret-file', variable: 'CLOUD_SECRET_FILE')]) {
withCredentials([file(credentialsId: 'cloud-secret-file-ps', variable: 'CLOUD_SECRET_FILE')]) {
sh """
cp $CLOUD_SECRET_FILE source/e2e-tests/conf/cloud-secret.yml
"""
Expand Down Expand Up @@ -261,7 +261,7 @@ void runTest(Integer TEST_ID) {
export DEBUG_TESTS=1
[[ "$CLUSTER_WIDE" == "YES" ]] && export OPERATOR_NS=ps-operator
export IMAGE=$IMAGE_OPERATOR
[[ "$OPERATOR_IMAGE" ]] && export IMAGE=$OPERATOR_IMAGE || export IMAGE=perconalab/percona-server-mysql-operator:$GIT_BRANCH
export IMAGE_MYSQL=$IMAGE_MYSQL
export IMAGE_BACKUP=$IMAGE_BACKUP
export IMAGE_ROUTER=$IMAGE_ROUTER
Expand Down

0 comments on commit 044351d

Please sign in to comment.