Lines Matching +full:upload +full:- +full:dir
2 # Use of this source code is governed by a BSD-style license that can be
21 INTERNAL_GERRIT_HOST = 'chrome-internal-review.googlesource.com'
24 INTERNAL_INVENTORY_REPO_URL = ('https://chrome-internal.googlesource.com/'
27 r'https://chrome-internal-review.googlesource.com/c/chromeos/'
28 'infra_internal/skylab_inventory/\\+/([0-9]*)')
29 MSG_INVALID_IN_SKYLAB = 'This is currently not supported with --skylab.'
92 labels={'Code-Review': 2, 'Verified': 1},
93 msg='Set TBR by "atest --skylab"',
112 """Initialize inventory repo at the given dir."""
135 """Get path to the data dir."""
141 """Commit and upload the change to gerrit.
143 @param commit_message: Commit message of the CL to upload.
144 @param draft: Boolean indicating whether to upload the CL as a draft.
145 @param dryrun: Boolean indicating whether to run upload as a dryrun.