Beginning of a class to make a parallel test case for LDSTCompUnit
[soc.git] / .gitlab-ci.yml
index 0eb2dcd1024f302d7080207e21676fc751bc2d7c..5f359a060a4ae697c18535b1d6379f52556b1f22 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,8 @@ build:
         - pushd openpower-isa
         - python3 setup.py develop
         - make -j$(nproc) svanalysis > /dev/null
-        - make -j$(nproc) pywriter > /dev/null
+        - make -j$(nproc) pyfnwriter > /dev/null 2>&1
+        - 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 +119,4 @@ build:
         - popd
 
         - python setup.py develop
-        - pywriter > /dev/null
         - nosetests -v --processes=-1 --process-timeout=120