aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2022-09-30 08:59:59 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2022-09-30 09:00:55 +0200
commit06ba30db175d305dfe7b66b8911db9f5cd72012f (patch)
tree75f90f4c39244326aaafc732c724a75ace6c8cbf
parentf165a4820e7514eecced312ad558831c2783d3c0 (diff)
downloadpuppet-06ba30db175d305dfe7b66b8911db9f5cd72012f.tar
puppet-06ba30db175d305dfe7b66b8911db9f5cd72012f.tar.gz
puppet-06ba30db175d305dfe7b66b8911db9f5cd72012f.tar.bz2
puppet-06ba30db175d305dfe7b66b8911db9f5cd72012f.tar.xz
puppet-06ba30db175d305dfe7b66b8911db9f5cd72012f.zip
(iurt timeout) Add and remove timeouts
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
-rw-r--r--modules/buildsystem/manifests/iurt/config.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/buildsystem/manifests/iurt/config.pp b/modules/buildsystem/manifests/iurt/config.pp
index d6e52cb3..4424b79f 100644
--- a/modules/buildsystem/manifests/iurt/config.pp
+++ b/modules/buildsystem/manifests/iurt/config.pp
@@ -12,11 +12,9 @@ define buildsystem::iurt::config() {
'chromium-browser-stable' => 172800,
'clang' => 172800,
'cross-gcc' => 115200,
- 'eclipse' => 172800,
'gcc' => 115200,
'itk' => 115200,
'java-1.8.0-openjdk' => 172800,
- 'java-1.8.0-openjfx' => 115200,
'kernel' => 115200,
'libreoffice' => 432000,
'llvm' => 57600,
@@ -24,6 +22,7 @@ define buildsystem::iurt::config() {
'paraview' => 115200,
'qgis' => 57600,
'qtwebengine5' => 115200,
+ 'qtwebengine6' => 115200,
'rust' => 180000,
'salome' => 57600,
'vtk' => 57600,