summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeemu Kanstren <teemu.kanstren@qt.io>2019-05-29 16:40:33 +0300
committerTeemu Kanstren <teemu.kanstren@qt.io>2019-05-31 10:28:55 +0300
commit305f198ccf65a28cfd8d2e563b41510c8365bcfa (patch)
treed9ed33cc8ad12682333dee84dcaed532f9086d9d
parentececaf29b2f5de75ae4b00e44a5a0f09bc65e80f (diff)
Add installer_type parameter for RTA
Allows setting default installer type choice when running tests Change-Id: Ic48bb5a60881d8bc667911f1c9f77ff481f6915c Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
-rwxr-xr-xscripts/jenkins/qt-jenkins-deploy.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/jenkins/qt-jenkins-deploy.pl b/scripts/jenkins/qt-jenkins-deploy.pl
index 0a0958b4..6d5cf06b 100755
--- a/scripts/jenkins/qt-jenkins-deploy.pl
+++ b/scripts/jenkins/qt-jenkins-deploy.pl
@@ -418,6 +418,10 @@ Test script that is run in shell/batch without Squish
Number of cores to be requested for a job, defaults to 2.
+=item installer_type
+
+Type of Qt installer to use in RTA test. Online/Offline/Monolite/Pyside.
+
=item irc_channel
IRC channel to notify
@@ -810,6 +814,7 @@ sub desired_job_xml
custom_repository => eval { $self->cfg( "job.$name", 'custom_repository' ) } // 0,
cores => eval { $self->cfg( "job.$name", 'cores' ) } || q{2},
irc_channel => eval { $self->cfg( "job.$name", 'irc_channel' ) } || q{},
+ installer_type => eval { $self->cfg( "job.$name", 'installer_type' ) } || q{},
pip_path => eval { $self->cfg( "job.$name", 'pip_path' ) } || q{},
python_version => eval { $self->cfg( "job.$name", 'python_version' ) } || q{2},
ts_product => eval { $self->cfg( "job.$name", 'ts_product' ) } || q{},