[trial-build] Tag with branch name so trials are easier to tell apart. (#8338)

This commit is contained in:
jonathanmetzman 2022-08-23 17:42:59 -04:00 committed by GitHub
parent 2c85d1b848
commit 3ce719bba2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ def _do_build_type_builds(args, config, credentials, build_type, projects):
steps,
credentials,
build_type.type_name,
extra_tags=['trial-build']))
extra_tags=['trial-build', f'branch-{args.branch}']))
except Exception: # pylint: disable=broad-except
# Handle flake.
print('Failed to start build', project_name)