aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/iurt/config.pp
Commit message (Collapse)AuthorAgeFilesLines
* buildsystem: increase java-21-openjdk timeout to 172800Jani Välimaa2024-05-041-0/+1
|
* buildsystem: increase java-17-openjdk timeout to 172800Jani Välimaa2024-05-041-0/+1
|
* buildsystem: increase java-latest-openjdk timeout to 172800Jani Välimaa2024-05-041-0/+1
|
* buildsystem: double webkit2 timeout to 115200Jani Välimaa2024-04-231-1/+1
|
* (buildsystem) Set webkit2 timeout to 57600 (mga#32202)Dan Fandrich2024-03-281-0/+1
|
* (buildsystem) Set llvm17-suite timeout to 64000Dan Fandrich2024-03-041-0/+1
|
* (buildsystem) Set rocm-llvm timeout to 64000Nicolas Lécureuil2023-12-111-1/+1
|
* (buildsystem) Set rocm-llvm timeout to 64000Nicolas Lécureuil2023-12-021-1/+1
|
* (buildsystem) Set rocm-llvm timeout to 60000Nicolas Lécureuil2023-11-291-0/+1
|
* (iurt timeout) Increase qtwebengine6 timeout to 172800Nicolas Lécureuil2022-09-301-1/+1
|
* (iurt timeout) Add and remove timeoutsNicolas Lécureuil2022-09-301-2/+1
| | | | | | Add timeout for qtwebengine6 ( I used the same as qtwebengine5) Remove for eclipse and java-1.8.0-openjfx, we do not have then in mageia anymore
* raise buildtime limit on chromium-browser-stableThomas Backlund2022-04-161-1/+1
|
* increase kernel build timeThomas Backlund2020-05-181-1/+1
|
* increase gcc build timeoutThomas Backlund2020-05-031-1/+1
|
* bump again the timeout for clangThierry Vignaud2020-03-211-1/+1
|
* doble timeout for llvmThierry Vignaud2020-03-201-0/+1
| | | | it regularly fails on armv7
* doble timeout for clangThierry Vignaud2020-03-201-0/+1
| | | | it regularly fails on x86
* Increase timeout for qtwebengine5Pascal Terjan2019-10-081-1/+1
| | | | It currently fails on arm
* Reduce some timeouts and instead increase arm multipliersPascal Terjan2019-04-081-2/+2
|
* Increase timeout for some packages hitting it on armv7hlPascal Terjan2019-04-081-0/+2
|
* Increase timeout for qgisPascal Terjan2018-12-261-0/+1
|
* add more time for kernel buildsThomas Backlund2018-09-211-0/+1
|
* increase chromium timeout b/c it kept timeouting on BSThierry Vignaud2018-08-241-1/+1
|
* Increase the build timeout for chromium-browser-stable to 20h.Christiaan Welvaart2018-06-021-0/+1
| | | | | If both x86 and x86-64 builds for chromium-browser-stable are run on the same build node, the builds may take more than 10h.
* set default iurt timeout to 10h as more packages gets bigger and takes ↵Thomas Backlund2018-05-241-4/+1
| | | | longer to build
* increase 'rust' timeoutNicolas lécureuil2018-05-131-1/+1
|
* increase LO timeoutThierry Vignaud2018-05-101-1/+1
|
* iurt: Use a larger timeout for clang (default is not enough on ARM)Olivier Blin2018-04-231-0/+1
|
* sort listThomas Backlund2018-03-211-11/+11
|
* give rust time to build on armThomas Backlund2018-03-211-0/+1
|
* Allow libguestfs to access network during buildPascal Terjan2017-10-131-0/+4
|
* iurt config: increase eclipse and java timeoutNicolas Lécureuil2016-10-081-2/+2
|
* iurt config: increase eclipse timeoutNicolas Lécureuil2016-10-081-1/+1
|
* Increase timeout for cross-gccPascal Terjan2016-10-061-1/+1
|
* Add another slow packagePascal Terjan2016-06-211-0/+1
|
* Add a few slow packages to the listPascal Terjan2016-06-161-0/+3
|
* Increase timeout for atlasPascal Terjan2016-03-301-0/+1
|
* Increase timeout for openfoamPascal Terjan2016-03-301-1/+2
|
* Increase timeout for webkitPascal Terjan2016-03-101-1/+2
|
* fix iurt gnuradio changeThomas Backlund2016-02-071-2/+2
|
* iurt: use a larger timeout for gnuradioOlivier Blin2016-02-031-0/+1
| | | | | | Default is not enough to pass tests on ARM. Reported-by: barjac
* iurt: Use a larger timeout for llvm (default is not enough on ARM)Olivier Blin2015-12-071-0/+1
|
* iurt: Move build timeout config to puppet fileOlivier Blin2015-11-301-0/+10
|
* lint fixes for buildsystemThomas Backlund2015-10-201-1/+1
|
* buildsystem: remove hardcoded repository hostnameNicolas Vigier2013-05-231-0/+1
| | | | | Use $buildsystem::var::repository::hostname to store repository hostname.
* buildsystem: use webstatus hostname config in iurt.confNicolas Vigier2013-05-231-0/+1
|
* buildsystem: use common iurt config file for all distrosNicolas Vigier2013-05-231-1/+1
| | | | | | | | | | | All distributions now use the same template file for their iurt configuration file. The 'base_media' value has been added in the distributions configuration in buildsystem::var::distros to allow setting in iurt configuration the base_media that will be used to generate chroots. The iurt configuration now also contains all the medias in 'all_media', instead of only the 'release' medias previously.
* Add buildsystem::var::iurtNicolas Vigier2013-05-221-1/+2
| | | | This class is used for iurt settings.
* refactor completely iurt module ( maybe should even be moved out of buildsystemMichael Scherer2012-03-161-0/+11
module, since it tend to be too big )