mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
ci: Upload report about modified files and components to s3 bucket
This commit is contained in:
committed by
Fu Hanxi
parent
8ce0b8bf73
commit
8dcf3e5f80
@@ -186,6 +186,7 @@ pipeline_variables:
|
|||||||
echo "BUILD_AND_TEST_ALL_APPS=1" >> pipeline.env
|
echo "BUILD_AND_TEST_ALL_APPS=1" >> pipeline.env
|
||||||
fi
|
fi
|
||||||
- cat pipeline.env
|
- cat pipeline.env
|
||||||
|
- python tools/ci/artifacts_handler.py upload --type modified_files_and_components_report
|
||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
reports:
|
||||||
dotenv: pipeline.env
|
dotenv: pipeline.env
|
||||||
|
@@ -22,6 +22,7 @@ class ArtifactType(str, Enum):
|
|||||||
LOGS = 'logs'
|
LOGS = 'logs'
|
||||||
SIZE_REPORTS = 'size_reports'
|
SIZE_REPORTS = 'size_reports'
|
||||||
JUNIT_REPORTS = 'junit_reports'
|
JUNIT_REPORTS = 'junit_reports'
|
||||||
|
MODIFIED_FILES_AND_COMPONENTS_REPORT = 'modified_files_and_components_report'
|
||||||
|
|
||||||
|
|
||||||
TYPE_PATTERNS_DICT = {
|
TYPE_PATTERNS_DICT = {
|
||||||
@@ -52,6 +53,9 @@ TYPE_PATTERNS_DICT = {
|
|||||||
ArtifactType.JUNIT_REPORTS: [
|
ArtifactType.JUNIT_REPORTS: [
|
||||||
'XUNIT_RESULT.xml',
|
'XUNIT_RESULT.xml',
|
||||||
],
|
],
|
||||||
|
ArtifactType.MODIFIED_FILES_AND_COMPONENTS_REPORT: [
|
||||||
|
'pipeline.env',
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user