commit | ef35cb53f92200c964eda241903900d969880e1e | [log] [tgz] |
---|---|---|
author | Ningning Xia <[email protected]> | Fri May 04 17:58:20 2018 -0700 |
committer | Ningning Xia <[email protected]> | Sat May 19 00:39:59 2018 +0000 |
tree | 99e0362918d777d4007fd4f604bed538903c2e7a | |
parent | f32f4961de061b61ee50d9646d9cf70df907eb49 [diff] [blame] |
Support 'atest host mod' with '--skylab' BUG=chromium:840039 TEST='atest host mod --skylab' CQ-DEPEND=CL:1063124 Change-Id: Iad6a6350ce7771b0257eaa19a653635bfd6bdbbd Reviewed-on: https://chromium-review.googlesource.com/1062942 Reviewed-by: Prathmesh Prabhu <[email protected]> Tested-by: Ningning Xia <[email protected]> Commit-Queue: Ningning Xia <[email protected]>
diff --git a/cli/skylab_utils.py b/cli/skylab_utils.py index 83dbd32..1e5fb5c 100644 --- a/cli/skylab_utils.py +++ b/cli/skylab_utils.py
@@ -41,6 +41,11 @@ return INTERNAL_GERRIT_HOST_URL + '/' + str(change_number) +def get_cl_message(change_number): + return ('Please submit the CL at %s to make the change effective.' % + get_cl_url(change_number)) + + def construct_commit_message(subject, bug=None, test=None): """Construct commit message for skylab inventory repo commit.