mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-15 15:00:02 +01:00
ci: Upload artifacts of target stage jobs to s3 bucket
This commit is contained in:
@@ -21,6 +21,7 @@ class ArtifactType(str, Enum):
|
||||
|
||||
LOGS = 'logs'
|
||||
SIZE_REPORTS = 'size_reports'
|
||||
JUNIT_REPORTS = 'junit_reports'
|
||||
|
||||
|
||||
TYPE_PATTERNS_DICT = {
|
||||
@@ -48,6 +49,9 @@ TYPE_PATTERNS_DICT = {
|
||||
'**/build*/size.json',
|
||||
'size_info.txt',
|
||||
],
|
||||
ArtifactType.JUNIT_REPORTS: [
|
||||
'XUNIT_RESULT.xml',
|
||||
],
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user