ci: support build only label

This commit is contained in:
Fu Hanxi
2024-01-14 21:18:20 +01:00
parent 19efb30536
commit b581d81fc1
3 changed files with 24 additions and 4 deletions

View File

@@ -29,3 +29,5 @@ TEST_RELATED_APPS_DOWNLOAD_URLS_FILENAME = 'test_related_apps_download_urls.yml'
REPORT_TEMPLATE_FILEPATH = os.path.join(
IDF_PATH, 'tools', 'ci', 'dynamic_pipelines', 'templates', 'report.template.html'
)
BUILD_ONLY_LABEL = 'For Maintainers: Only Build Tests'