Merge "Bump hyperkube to 1.13.5 and also bump components"
diff --git a/jenkins/client/job/deploy/galera_verify_restore.yml b/jenkins/client/job/deploy/galera_verify_restore.yml
index 73e312a..ce8a065 100644
--- a/jenkins/client/job/deploy/galera_verify_restore.yml
+++ b/jenkins/client/job/deploy/galera_verify_restore.yml
@@ -32,3 +32,10 @@
VERIFICATION_RETRIES:
type: string
default: 5
+ RESTORE_TYPE:
+ type: choice
+ choices:
+ - 'BACKUP_AND_RESTORE'
+ - 'ONLY_RESTORE'
+ - 'RESTART_CLUSTER'
+ description: "Choose required behavior. See documentation for more information."