aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/iurt
Commit message (Collapse)AuthorAgeFilesLines
* (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
|
* remove comment description for users handled in ldapOlivier Blin2016-02-071-1/+0
| | | | | | git/softwarekey/binrepo/iurt/maintdb/schedbot/signbot/mga-advisories/mgasoft/mirror puppet uses usermod which does not handle ldap.
* 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-202-2/+2
|
* buildsystem: remove hardcoded repository hostnameNicolas Vigier2013-05-232-0/+2
| | | | | 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.
* buildsystem/upload.conf: use webstatus configNicolas Vigier2013-05-231-0/+1
| | | | | Use the variable from webstatus configuration to set URL in upload.conf instead of hardcoding pkgsubmit.$domain.
* Add buildsystem::var::iurtNicolas Vigier2013-05-223-9/+6
| | | | This class is used for iurt settings.
* buildsystem::iurt::upload: fix $sched_loginNicolas Vigier2012-12-111-1/+1
|
* place the module where puppet will find itMichael Scherer2012-03-171-27/+0
|
* move ssh auth stuff to buildnode rather than iurt class ( as we may reuse ↵Michael Scherer2012-03-161-4/+0
| | | | | | the iurt class for packagers buildhost that would not need the ssh stuff )
* do not declare the key twiceMichael Scherer2012-03-161-6/+0
|
* create the key when we declare a ssh userMichael Scherer2012-03-161-1/+1
|
* move key creation of iurt to the iurt manifest, since that's where it ↵Michael Scherer2012-03-161-0/+6
| | | | belong, and clean base.pp