From a8b9e26fab086718c81993110e22959d7070907f Mon Sep 17 00:00:00 2001 From: Florian Zaruba Date: Tue, 1 Aug 2017 11:04:33 +0200 Subject: [PATCH] Remove randomized if CI job, randomizer buggy --- .gitlab-ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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