Skip to content

Commit

Permalink
ci(dev): run synthesis tests only when RTL has changed (#1550)
Browse files Browse the repository at this point in the history
  • Loading branch information
cathales authored Oct 19, 2023
1 parent d29021e commit d2d178d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,17 @@ hwconfig:
timeout: 2 hours
before_script:
- !reference [.fe_smoke_test, before_script]
rules: *on_dev
rules: &on_dev_rtl
- if: $CI_KIND == "regress"
- if: $CI_KIND == "verif"
- if: $CI_KIND == "dev"
changes:
paths:
- core/**/*
- corev_apu/**/*
compare_to: master
- when: manual
allow_failure: true

asic-synthesis:
extends:
Expand Down

0 comments on commit d2d178d

Please sign in to comment.