mirror of https://github.com/google/oss-fuzz.git
[trial-build] Tag with branch name so trials are easier to tell apart. (#8338)
This commit is contained in:
parent
2c85d1b848
commit
3ce719bba2
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue