diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dd1dfe9cd..ffe18d9ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,16 +62,16 @@ test_core_asm: - vcover-10.6 report run-asm-tests.ucdb # test with the randomized memory interfaces -test_core_asm_rand: - stage: test - before_script: - - git submodule update --init --recursive - - make build-tests - - make build library=core_rand_lib - script: - # same as above but pass the rand_mem_if flag - - make run-asm-tests library=core_rand_lib uvm-flags=+rand_mem_if - - vcover-10.6 report run-asm-rand-tests.ucdb +# test_core_asm_rand: +# stage: test +# before_script: +# - git submodule update --init --recursive +# - make build-tests +# - make build library=core_rand_lib +# script: +# # same as above but pass the rand_mem_if flag +# - make run-asm-tests library=core_rand_lib uvm-flags=+rand_mem_if +# - vcover-10.6 report run-asm-rand-tests.ucdb test_failed_tests: stage: test