Skip to content

Commit 1c8dc08

Browse files
Liviu RauDevtools-frontend LUCI CQ
authored andcommitted
Update builder name prefix for screenshot collectors
Bug: 376446538 Change-Id: I64d31b001f74e74950bdd0bfc5e4be72e7d5a83d Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5986493 Auto-Submit: Liviu Rau <[email protected]> Commit-Queue: Mathias Bynens <[email protected]> Reviewed-by: Alexander Schulze <[email protected]> Reviewed-by: Mathias Bynens <[email protected]>
1 parent 9ddde0f commit 1c8dc08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tools/update_goldens_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ def build_parser():
6464
if __name__ == '__main__':
6565
main(
6666
ProjectConfig(platforms=['linux', 'mac', 'win64'],
67-
builder_prefix='devtools_frontend',
67+
builder_prefix='dtf',
6868
ignore_failed_builders=True), sys.argv[1:])

0 commit comments

Comments
 (0)