mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-15 15:00:02 +01:00
ci: pass target from build stage to unit test
This commit is contained in:
committed by
Angus Gratton
parent
4558824150
commit
3a9ae4acc6
@@ -233,7 +233,7 @@ class AssignTest(object):
|
||||
else:
|
||||
failed_to_assign.append(group)
|
||||
if failed_to_assign:
|
||||
console_log("Too many test cases vs jobs to run. Please add the following jobs to .gitlab-ci.yml with specific tags:", "R")
|
||||
console_log("Too many test cases vs jobs to run. Please add the following jobs to tools/ci/config/target-test.yml with specific tags:", "R")
|
||||
for group in failed_to_assign:
|
||||
console_log("* Add job with: " + ",".join(group.ci_job_match_keys), "R")
|
||||
raise RuntimeError("Failed to assign test case to CI jobs")
|
||||
|
||||
Reference in New Issue
Block a user