Remove randomized if CI job, randomizer buggy

This commit is contained in:
Florian Zaruba 2017-08-01 11:04:33 +02:00
parent 15b752bbde
commit 2dbadd72c8

View file

@ -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