commit | a1c2e5179d2cd9a6715bb74cc4ac582a91a17320 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Tue Aug 21 16:31:41 2018 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Tue Aug 21 16:31:46 2018 +0200 |
tree | 315742e04a2458df06bfab1be001bf3752578b29 | |
parent | b51190ec66e748380ead17b265b73eb9a7c20a39 [diff] [blame] |
Add MINIONS_TEST_TIMEOUT param to cloud update pipeline Fixes: PROD-22312 (PROD:22312) Change-Id: I574ca4d731be7ce1bbbd4112902013a91cf519de
diff --git a/jenkins/client/job/deploy/update/cloud_update.yml b/jenkins/client/job/deploy/update/cloud_update.yml index d4a05ec..4482324 100644 --- a/jenkins/client/job/deploy/update/cloud_update.yml +++ b/jenkins/client/job/deploy/update/cloud_update.yml
@@ -165,3 +165,7 @@ type: boolean default: 'false' description: "Run cloud validation pipelines before and after update" + MINIONS_TEST_TIMEOUT: + type: string + default: 10 + description: "Time in seconds for a Salt result to receive a response when calling a minionsReachable method."