Skip to content

Commit 9e549bd

Browse files
committed
ci: Fix dependency for test dsp/nn library using zcc
Signed-off-by: Huaqi Fang <578567190@qq.com>
1 parent 801a009 commit 9e549bd

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,6 @@ test_nn_library:
233233

234234
test_nn_library_terapines:
235235
<<: *test_job_template_default
236-
dependencies:
237-
- build_nn_lib_terapines
238236
artifacts:
239237
when: always
240238
name: "nmsis_nn_test_terapines_logs-job${CI_JOB_ID}-${CI_COMMIT_SHA::8}"
@@ -272,7 +270,7 @@ test_nn_library_terapines:
272270
- export SILENT=1
273271
- cd NMSIS
274272
- rm -rf Library
275-
- ln -s gen_terapines_nn/Library .
273+
- ln -s gen_terapines/Library .
276274
- make gen_nnref_lib
277275
- export SDK_VERB_BUILDMSG=0
278276
# generate test runner
@@ -325,8 +323,6 @@ test_dsp_library:
325323

326324
test_dsp_library_terapines:
327325
<<: *test_job_template_default
328-
dependencies:
329-
- build_dsp_lib_terapines
330326
artifacts:
331327
when: always
332328
name: "nmsis_dsp_test_terapines_logs-job${CI_JOB_ID}-${CI_COMMIT_SHA::8}"
@@ -364,7 +360,7 @@ test_dsp_library_terapines:
364360
- export SILENT=1
365361
- cd NMSIS
366362
- rm -rf Library
367-
- ln -s gen_terapines_dsp/Library .
363+
- ln -s gen_terapines/Library .
368364
- export SDK_VERB_BUILDMSG=0
369365
- python3 $NUCLEI_SDK_ROOT/tools/scripts/nsdk_cli/nsdk_bench.py --appcfg Scripts/Runner/nmsis_dsp_${NUCLEI_DSP}.json --logdir $NMSIS_LOGS/${NUCLEI_DSP}/nmsis_dsp_terapines --parallel=-j --make_options "SIMU=$RUNTARGET TOOLCHAIN=terapines" --run_target $RUNTARGET --run
370366
# zip logs

0 commit comments

Comments
 (0)