summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/jenkins/ci.cfg367
1 files changed, 297 insertions, 70 deletions
diff --git a/scripts/jenkins/ci.cfg b/scripts/jenkins/ci.cfg
index 49ba4a0f..6eb0560a 100644
--- a/scripts/jenkins/ci.cfg
+++ b/scripts/jenkins/ci.cfg
@@ -1,5 +1,5 @@
[Global]
-JenkinsUrl = "http://ci-dev.qt-project.org/"
+JenkinsUrl = "http://qt-ci.digia.com/"
JenkinsUser = qt-integration
# JenkinsToken is sensitive and should not be stored in some plaintext file
@@ -34,29 +34,23 @@ StagingPollInterval = 3600
# restart every couple of days as insurance against resource leaks
RestartInterval = 172800
-# Test jobs
-[QtBase-dev_master_Integration]
-Enabled = 0
-LogBaseHttpUrl = "http://dev-testresults.qt-project.org/ci"
-LogBaseSshUrl = "ssh://qtintegration@dev-testresults.qt-project.org/var/www/testresults/ci"
-GerritUrl = "ssh://dev-codereview.qt-project.org:29418/qt/qtbase"
-GerritBranch = master
-
-[QtDeclarative-dev_master_Integration]
-Enabled = 0
-GerritUrl = "ssh://dev-codereview.qt-project.org:29418/qt/qtdeclarative"
-GerritBranch = master
-
# Real jobs
[QtTools_master_Integration]
Enabled = 1
GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qttools"
GerritBranch = master
-
-[QtTools_buildsystem_Integration]
+[QtTools_dev_Integration]
Enabled = 1
GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qttools"
-GerritBranch = buildsystem
+GerritBranch = dev
+[QtTools_stable_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qttools"
+GerritBranch = stable
+[QtTools_release_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qttools"
+GerritBranch = release
[QtQA_master_Integration]
Enabled = 1
@@ -68,35 +62,39 @@ Enabled = 1
GerritUrl = "ssh://codereview.qt-project.org:29418/qtqa/sysadmin"
GerritBranch = master
-[Qt3D_1_0_RC1_Integration]
-Enabled = 1
-GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qt3d"
-GerritBranch = 1_0_RC1
-
-[Qt3D_buildsystem_Integration]
+[Qt3D_master_Integration]
Enabled = 1
GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qt3d"
-GerritBranch = buildsystem
-
+GerritBranch = master
[Qt3D_dev_Integration]
Enabled = 1
GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qt3d"
GerritBranch = dev
-
-[Qt3D_master_Integration]
+[Qt3D_stable_Integration]
Enabled = 1
GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qt3d"
-GerritBranch = master
-
-[Qt5_buildsystem_Integration]
+GerritBranch = stable
+[Qt3D_release_Integration]
Enabled = 1
-GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qt5"
-GerritBranch = buildsystem
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qt3d"
+GerritBranch = release
[Qt5_master_Integration]
Enabled = 1
GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qt5"
GerritBranch = master
+[Qt5_dev_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qt5"
+GerritBranch = dev
+[Qt5_stable_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qt5"
+GerritBranch = stable
+[Qt5_release_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qt5"
+GerritBranch = release
[Qt_4.8_Integration]
Enabled = 1
@@ -107,11 +105,18 @@ GerritBranch = 4.8
Enabled = 1
GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtactiveqt"
GerritBranch = master
-
-[QtBase_api_changes_Integration]
+[QtActiveQt_dev_Integration]
Enabled = 1
-GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtbase"
-GerritBranch = api_changes
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtactiveqt"
+GerritBranch = dev
+[QtActiveQt_stable_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtactiveqt"
+GerritBranch = stable
+[QtActiveQt_release_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtactiveqt"
+GerritBranch = release
[QtBase_buildsystem_Integration]
Enabled = 1
@@ -123,142 +128,364 @@ Enabled = 1
GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtbase"
GerritBranch = containers
-[QtBase_qstring-utf8_Integration]
-Enabled = 1
-GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtbase"
-GerritBranch = qstring-utf8
-
[QtBase_master_Integration]
Enabled = 1
GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtbase"
GerritBranch = master
+[QtBase_dev_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtbase"
+GerritBranch = dev
+[QtBase_stable_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtbase"
+GerritBranch = stable
+[QtBase_release_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtbase"
+GerritBranch = release
[QtConnectivity_master_Integration]
-Enabled = 0
+Enabled = 1
GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtconnectivity"
GerritBranch = master
-
-[QtDeclarative_api_changes_Integration]
+[QtConnectivity_dev_Integration]
Enabled = 1
-GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtdeclarative"
-GerritBranch = api_changes
-
-[QtDeclarative_buildsystem_Integration]
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtconnectivity"
+GerritBranch = dev
+[QtConnectivity_stable_Integration]
Enabled = 1
-GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtdeclarative"
-GerritBranch = buildsystem
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtconnectivity"
+GerritBranch = stable
+[QtConnectivity_release_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtconnectivity"
+GerritBranch = release
[QtDeclarative_master_Integration]
Enabled = 1
GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtdeclarative"
GerritBranch = master
+[QtDeclarative_dev_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtdeclarative"
+GerritBranch = dev
+[QtDeclarative_stable_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtdeclarative"
+GerritBranch = stable
+[QtDeclarative_release_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtdeclarative"
+GerritBranch = release
[QtDocGallery_master_Integration]
Enabled = 1
GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtdocgallery"
GerritBranch = master
+[QtDocGallery_dev_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtdocgallery"
+GerritBranch = dev
+[QtDocGallery_stable_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtdocgallery"
+GerritBranch = stable
+[QtDocGallery_release_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtdocgallery"
+GerritBranch = release
[QtDoc_master_Integration]
Enabled = 1
GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtdoc"
GerritBranch = master
+[QtDoc_dev_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtdoc"
+GerritBranch = dev
+[QtDoc_stable_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtdoc"
+GerritBranch = stable
+[QtDoc_release_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtdoc"
+GerritBranch = release
[QtFeedback_master_Integration]
Enabled = 1
GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtfeedback"
GerritBranch = master
+[QtFeedback_dev_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtfeedback"
+GerritBranch = dev
+[QtFeedback_stable_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtfeedback"
+GerritBranch = stable
+[QtFeedback_release_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtfeedback"
+GerritBranch = release
[QtGraphicalEffects_master_Integration]
Enabled = 1
GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtgraphicaleffects"
GerritBranch = master
+[QtGraphicalEffects_dev_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtgraphicaleffects"
+GerritBranch = dev
+[QtGraphicalEffects_stable_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtgraphicaleffects"
+GerritBranch = stable
+[QtGraphicalEffects_release_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtgraphicaleffects"
+GerritBranch = release
[QtImageFormats_master_Integration]
Enabled = 1
GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtimageformats"
GerritBranch = master
-
-[QtJSBackend_buildsystem_Integration]
+[QtImageFormats_dev_Integration]
Enabled = 1
-GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtjsbackend"
-GerritBranch = buildsystem
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtimageformats"
+GerritBranch = dev
+[QtImageFormats_stable_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtimageformats"
+GerritBranch = stable
+[QtImageFormats_release_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtimageformats"
+GerritBranch = release
[QtJSBackend_master_Integration]
Enabled = 1
GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtjsbackend"
GerritBranch = master
+[QtJSBackend_dev_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtjsbackend"
+GerritBranch = dev
+[QtJSBackend_stable_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtjsbackend"
+GerritBranch = stable
+[QtJSBackend_release_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtjsbackend"
+GerritBranch = release
-[QtJsonDb_buildsystem_Integration]
+[QtJsonDb_master_Integration]
Enabled = 1
GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtjsondb"
-GerritBranch = buildsystem
-
-[QtJsonDb_hbtree_Integration]
+GerritBranch = master
+[QtJsonDb_dev_Integration]
Enabled = 1
GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtjsondb"
-GerritBranch = hbtree
-
-[QtJsonDb_kvs_Integration]
+GerritBranch = dev
+[QtJsonDb_stable_Integration]
Enabled = 1
GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtjsondb"
-GerritBranch = kvs
-
-[QtJsonDb_master_Integration]
+GerritBranch = stable
+[QtJsonDb_release_Integration]
Enabled = 1
GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtjsondb"
-GerritBranch = master
+GerritBranch = release
[QtLocation_master_Integration]
-Enabled = 0
+Enabled = 1
GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtlocation"
GerritBranch = master
+[QtLocation_dev_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtlocation"
+GerritBranch = dev
+[QtLocation_stable_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtlocation"
+GerritBranch = stable
+[QtLocation_release_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtlocation"
+GerritBranch = release
[QtMultimedia_master_Integration]
Enabled = 1
GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtmultimedia"
GerritBranch = master
-
-[QtPhonon_master_Integration]
+[QtMultimedia_dev_Integration]
Enabled = 1
-GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtphonon"
-GerritBranch = master
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtmultimedia"
+GerritBranch = dev
+[QtMultimedia_stable_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtmultimedia"
+GerritBranch = stable
+[QtMultimedia_release_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtmultimedia"
+GerritBranch = release
[QtPim_master_Integration]
Enabled = 1
GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtpim"
GerritBranch = master
+[QtPim_dev_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtpim"
+GerritBranch = dev
+[QtPim_stable_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtpim"
+GerritBranch = stable
+[QtPim_release_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtpim"
+GerritBranch = release
[QtQuick1_master_Integration]
Enabled = 1
GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtquick1"
GerritBranch = master
+[QtQuick1_dev_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtquick1"
+GerritBranch = dev
+[QtQuick1_stable_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtquick1"
+GerritBranch = stable
+[QtQuick1_release_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtquick1"
+GerritBranch = release
[QtScript_master_Integration]
Enabled = 1
GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtscript"
GerritBranch = master
+[QtScript_dev_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtscript"
+GerritBranch = dev
+[QtScript_stable_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtscript"
+GerritBranch = stable
+[QtScript_release_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtscript"
+GerritBranch = release
[QtSensors_master_Integration]
Enabled = 1
GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtsensors"
GerritBranch = master
+[QtSensors_dev_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtsensors"
+GerritBranch = dev
+[QtSensors_stable_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtsensors"
+GerritBranch = stable
+[QtSensors_release_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtsensors"
+GerritBranch = release
[QtSvg_master_Integration]
Enabled = 1
GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtsvg"
GerritBranch = master
+[QtSvg_dev_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtsvg"
+GerritBranch = dev
+[QtSvg_stable_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtsvg"
+GerritBranch = stable
+[QtSvg_release_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtsvg"
+GerritBranch = release
[QtSystems_master_Integration]
Enabled = 1
GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtsystems"
GerritBranch = master
+[QtSystems_dev_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtsystems"
+GerritBranch = dev
+[QtSystems_stable_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtsystems"
+GerritBranch = stable
+[QtSystems_release_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtsystems"
+GerritBranch = release
[QtTranslations_master_Integration]
Enabled = 1
GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qttranslations"
GerritBranch = master
+[QtTranslations_dev_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qttranslations"
+GerritBranch = dev
+[QtTranslations_stable_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qttranslations"
+GerritBranch = stable
+[QtTranslations_release_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qttranslations"
+GerritBranch = release
[QtXmlPatterns_master_Integration]
Enabled = 1
GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtxmlpatterns"
GerritBranch = master
+[QtXmlPatterns_dev_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtxmlpatterns"
+GerritBranch = dev
+[QtXmlPatterns_stable_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtxmlpatterns"
+GerritBranch = stable
+[QtXmlPatterns_release_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtxmlpatterns"
+GerritBranch = release
+
+[QtWebKit_Examples_and_Demos_master_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtwebkit-examples-and-demos"
+GerritBranch = master
+[QtWebKit_Examples_and_Demos_dev_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtwebkit-examples-and-demos"
+GerritBranch = dev
+[QtWebKit_Examples_and_Demos_stable_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtwebkit-examples-and-demos"
+GerritBranch = stable
+[QtWebKit_Examples_and_Demos_release_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtwebkit-examples-and-demos"
+GerritBranch = release
+
+[QtDesktopComponents_master_Integration]
+Enabled = 1
+GerritUrl = "ssh://codereview.qt-project.org:29418/playground/qtdesktopcomponents"
+GerritBranch = master