Skip to content

Commit 173aeaa

Browse files
committed
[CI] Update license waver list and CI tests for reducing CI runtime.
1 parent 969042d commit 173aeaa

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
install/*
3030
config/*
3131
hardware/tb/dpi/*
32+
hardware/tb/dram_config/*
33+
hardware/bootrom/*
3234
Bender.lock
3335
.gitignore
3436

util/auto-benchmark/configs-ci.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Configs and kernel suffixes (without prefix)
2-
CONFIGS="cachepool_fpu_128 cachepool_fpu_256 cachepool_fpu_512"
3-
KERNELS="spin-lock fdotp-32b_M65536 gemv-opt_M1024_N128_K32 fmatmul-32b_M64_N64_K64 multi_producer_single_consumer_double_linked_list_M1_N1350_K100 byte-enable"
2+
CONFIGS="cachepool_fpu_512"
3+
KERNELS="spin-lock fdotp-32b_M32768 gemv-opt_M512_N128_K32 fmatmul-32b_M32_N32_K32 multi_producer_single_consumer_double_linked_list_M1_N1350_K100 byte-enable"
44
PREFIX="test-cachepool-" # common prefix for all kernels
55
ROOT_PATH=../.. # adjust if needed (path to repo root)

0 commit comments

Comments
 (0)