mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'ci/print_error_label_check' into 'master'
ci: Print an error in the log if the label check fails See merge request idf/esp-idf!4485
This commit is contained in:
commit
d6a2590e40
@ -802,7 +802,7 @@ check_pipeline_triggered_by_label:
|
||||
script:
|
||||
# If the pipeline is triggered with label, the pipeline will only succeeded if "regular_test" label is added.
|
||||
# We want to make sure some jobs are always executed to detect regression.
|
||||
- test "$BOT_LABEL_REGULAR_TEST" = "true" || exit -1
|
||||
- test "$BOT_LABEL_REGULAR_TEST" = "true" || { echo "CI can only pass if 'regular_test' label is included"; exit -1; }
|
||||
|
||||
assign_test:
|
||||
tags:
|
||||
|
Loading…
Reference in New Issue
Block a user