mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-18 23:54:39 +00:00
ci: Upload artifacts of target stage jobs to s3 bucket
This commit is contained in:

committed by
Fu Hanxi

parent
651f60e663
commit
911ad39808
@@ -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