.gitlab-ci.yml : early stage, allow failure on config with mmu

This commit is contained in:
Casamatta Yannick 2025-02-28 11:05:58 +01:00 committed by JeanRochCoulon
parent 77a70bdcf0
commit 84808d44be

View file

@ -135,6 +135,9 @@ build_tools:
smoke-tests:
extends:
- .fe_smoke_test
rules:
- when: manual
allow_failure: true
variables:
DASHBOARD_JOB_TITLE: "Smoke test $DV_SIMULATORS $DV_TARGET"
DASHBOARD_JOB_DESCRIPTION: "Short tests to challenge most architectures with most testbenchs configurations"