mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'feature/run_test_on_release_branches' into 'master'
CI: support running CI test on release branches Patches will be cherry-picked to release branches after it's released. Therefore we need to run test jobs with the same strategy as master. See merge request !551
This commit is contained in:
parent
06274ff5a5
commit
c01dff8263
@ -167,6 +167,7 @@ test_report:
|
||||
only:
|
||||
- master
|
||||
- triggers
|
||||
- /^release\/v.*$/
|
||||
tags:
|
||||
- report
|
||||
variables:
|
||||
@ -287,6 +288,7 @@ check_doc_links:
|
||||
when: on_success
|
||||
only:
|
||||
- master
|
||||
- /^release\/v.*$/
|
||||
- triggers
|
||||
allow_failure: true
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user