Skip to content

Commit 2b977e4

Browse files
committed
Use creds_files instead of creds_usernames at test-performance-k8s
Fixup I2ced4fb74ca948eefee0c37bcd373a882821297a Change-Id: Iff74b00c90bc138865e4709dce738836ebf502d0
1 parent 592a9f1 commit 2b977e4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

buildscripts/scripts/test-performance-k8s.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ void main() {
6262
prepare_fake_git_overlay: true,
6363
creds_usernames: [
6464
[credentialsId: "cmk-credentials", location: "/etc/.cmk-credentials"],
65+
],
66+
creds_files: [
6567
[credentialsId: "QA_POSTGRES_KEY_FILE", location: "${checkout_dir}/QA_POSTGRES_KEY"],
6668
[credentialsId: "QA_POSTGRES_CERT_FILE", location: "${checkout_dir}/QA_POSTGRES_CERT"],
6769
[credentialsId: "QA_ROOT_CERT_FILE", location: "${checkout_dir}/QA_ROOT_CERT"],

0 commit comments

Comments
 (0)