mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
Merge branch 'fix/cmake_clang_artifacts' into 'master'
ci: fix uploading build artifacts Closes CII-45 See merge request espressif/esp-idf!43565
This commit is contained in:
@@ -72,8 +72,6 @@ build_template_app:
|
||||
#
|
||||
# keep the log file to help debug
|
||||
- "**/build*/build_log.txt"
|
||||
# keep the size info to help track the binary size
|
||||
- size_info.txt
|
||||
- "**/build*/size*.json"
|
||||
expire_in: 1 week
|
||||
when: always
|
||||
|
||||
+1
-1
@@ -100,7 +100,7 @@ patterns = [
|
||||
|
||||
[gitlab.artifacts.s3.longterm]
|
||||
bucket = "longterm"
|
||||
if_clause = '"$CI_COMMIT_REF_NAME" == "master"'
|
||||
if_clause = 'CI_COMMIT_REF_NAME == "master"'
|
||||
patterns = [
|
||||
'**/build*/size*.json',
|
||||
]
|
||||
|
||||
@@ -41,9 +41,7 @@ class IdfCMakeApp(CMakeApp):
|
||||
)
|
||||
rmdir(
|
||||
self.build_path,
|
||||
exclude_file_patterns=[
|
||||
'build_log.txt',
|
||||
],
|
||||
exclude_file_patterns=['build_log.txt', 'size*.json'],
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user