update submodule
[soc.git] / .gitlab-ci.yml
index 0eb2dcd1024f302d7080207e21676fc751bc2d7c..25657348ec18244585c435f3c657ff8d0293c780 100644 (file)
@@ -12,6 +12,7 @@ variables:
 
 build:
     stage: build
+    timeout: 2h
     before_script:
         - mkdir -p apt-cache
         - apt-get -o dir::cache::archives="$(pwd)/apt-cache" update
@@ -84,7 +85,7 @@ build:
         - pushd openpower-isa
         - python3 setup.py develop
         - make -j$(nproc) svanalysis > /dev/null
-        - make -j$(nproc) pywriter > /dev/null
+        - make -j$(nproc) pywriter > /dev/null 2>&1
         - popd
 
         - git clone --depth 1 https://git.libre-soc.org/git/c4m-jtag.git c4m-jtag
@@ -117,5 +118,5 @@ build:
         - popd
 
         - python setup.py develop
-        - pywriter > /dev/null
+        - pywriter > /dev/null 2>&1
         - nosetests -v --processes=-1 --process-timeout=120