Skip to content

Commit e2ce83c

Browse files
Joshua PawlickiChromium LUCI CQ
Joshua Pawlicki
authored and
Chromium LUCI CQ
committed
Updater: Upload Chromium symbols for dev debugging.
Bug: 1297674 Change-Id: If861c19782b449883aff51cb7ddd6b8dead8a0b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3465481 Reviewed-by: Sorin Jianu <[email protected]> Reviewed-by: Xinan Lin <[email protected]> Reviewed-by: Brian Sheedy <[email protected]> Commit-Queue: Joshua Pawlicki <[email protected]> Cr-Commit-Position: refs/heads/main@{#975185}
1 parent 609fd09 commit e2ce83c

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

infra/archive_config/win-archive-rel.json

+9
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,15 @@
176176
"gcs_bucket": "chromium-browser-snapshots",
177177
"gcs_path": "Win_x64/{%position%}",
178178
"archive_type": "ARCHIVE_TYPE_FILES"
179+
},
180+
{
181+
"files": [
182+
"updater.exe.pdb",
183+
"UpdaterSetup.exe.pdb"
184+
],
185+
"gcs_bucket": "chromium-browser-snapshots",
186+
"gcs_path": "Win_x64/{%position%}/updater-syms.zip",
187+
"archive_type":"ARCHIVE_TYPE_ZIP"
179188
}
180189
]
181190
}

infra/archive_config/win32-archive-rel.json

+9
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,15 @@
187187
"gcs_bucket": "chromium-browser-snapshots",
188188
"gcs_path": "Win/{%position%}",
189189
"archive_type": "ARCHIVE_TYPE_FILES"
190+
},
191+
{
192+
"files": [
193+
"updater.exe.pdb",
194+
"UpdaterSetup.exe.pdb"
195+
],
196+
"gcs_bucket": "chromium-browser-snapshots",
197+
"gcs_path": "Win/{%position%}/updater-syms.zip",
198+
"archive_type":"ARCHIVE_TYPE_ZIP"
190199
}
191200
]
192201
}

0 commit comments

Comments
 (0)