Lines Matching full:commit
35 description="Commit data to git and push upstream",
56 … default='{hostname}/{branch}/{machine}/{commit_count}-g{commit}/{tag_number}',
58 parser.add_argument('--commit-msg-subject',
59 default='Results of {branch}:{commit} on {hostname}',
60 help="Subject line (pattern) to use in the commit message")
61 parser.add_argument('--commit-msg-body',
62 default='branch: {branch}\ncommit: {commit}\nhostname: {hostname}',
63 help="Commit message body (pattern)")
65 default='Test run #{tag_number} of {branch}:{commit} on {hostname}',
71 help="Glob to exclude files from the commit. Relative "
81 help="Data to commit")
102 'commit': get_nested(metadata, ['layers', 'meta', 'commit']),