From 305f198ccf65a28cfd8d2e563b41510c8365bcfa Mon Sep 17 00:00:00 2001 From: Teemu Kanstren Date: Wed, 29 May 2019 16:40:33 +0300 Subject: Add installer_type parameter for RTA MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Allows setting default installer type choice when running tests Change-Id: Ic48bb5a60881d8bc667911f1c9f77ff481f6915c Reviewed-by: Tony Sarajärvi --- scripts/jenkins/qt-jenkins-deploy.pl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts') 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{}, -- cgit v1.2.3