Lines Matching full:branch
50 parser.add_argument('--branch-name', '-b',
51 default='{hostname}/{branch}/{machine}',
52 help="Git branch name (pattern) to use")
56 … default='{hostname}/{branch}/{machine}/{commit_count}-g{commit}/{tag_number}',
59 default='Results of {branch}:{commit} on {hostname}',
62 default='branch: {branch}\ncommit: {commit}\nhostname: {hostname}',
65 default='Test run #{tag_number} of {branch}:{commit} on {hostname}',
77 "actual target branch name (specified by "
78 "--branch-name). This option may be specified "
98 # Get keywords to be used in tag and branch names and messages
101 'branch': get_nested(metadata, ['layers', 'meta', 'branch']),