Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Issue 1997023002: recipe engine: add remote_run command (Closed)

Created:
4 years, 7 months ago by Paweł Hajdan Jr.
Modified:
4 years, 7 months ago
CC:
chromium-reviews, infra-reviews+recipes-py_chromium.org
Base URL:
https://github.com/luci/recipes-py.git@master
Target Ref:
refs/heads/master
Project:
recipes-py
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 8

Patch Set 2 : fixes #

Patch Set 3 : 80cols #

Total comments: 28

Patch Set 4 : fixes #

Patch Set 5 : trybots #

Patch Set 6 : review #

Patch Set 7 : trybots #

Unified diffs Side-by-side diffs Delta from patch set Stats (+315 lines, -31 lines) Patch
A recipe_engine/fetch.py View 1 2 3 4 5 1 chunk +68 lines, -0 lines 0 comments Download
M recipe_engine/package.py View 1 2 3 3 chunks +6 lines, -31 lines 0 comments Download
A recipe_engine/remote_run.py View 1 2 3 4 5 1 chunk +50 lines, -0 lines 0 comments Download
A recipe_engine/unittests/fetch_test.py View 1 2 3 4 5 1 chunk +134 lines, -0 lines 0 comments Download
M recipes.py View 3 chunks +28 lines, -0 lines 0 comments Download
A unittests/remote_run_test.py View 1 1 chunk +28 lines, -0 lines 0 comments Download
M unittests/repo_test_util.py View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 46 (19 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1997023002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1997023002/1
4 years, 7 months ago (2016-05-20 17:26:21 UTC) #2
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-20 17:28:12 UTC) #4
Paweł Hajdan Jr.
I'm just moving in small steps here. Gitiles support would be next - added to ...
4 years, 7 months ago (2016-05-20 17:31:32 UTC) #6
martiniss
Design looks fine. For testing, I think two types of tests would be good: 1. ...
4 years, 7 months ago (2016-05-20 17:56:31 UTC) #7
iannucci1
some comments, I defer to martiniss for final review, but lg as a first CL. ...
4 years, 7 months ago (2016-05-20 18:04:22 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1997023002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1997023002/20001
4 years, 7 months ago (2016-05-20 21:52:39 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1997023002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1997023002/40001
4 years, 7 months ago (2016-05-20 21:55:59 UTC) #13
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-20 21:57:52 UTC) #15
Paweł Hajdan Jr.
PTAL https://codereview.chromium.org/1997023002/diff/1/recipe_engine/fetch.py File recipe_engine/fetch.py (right): https://codereview.chromium.org/1997023002/diff/1/recipe_engine/fetch.py#newcode25 recipe_engine/fetch.py:25: cmd = ['git.bat'] On 2016/05/20 at 18:04:22, iannucci1 ...
4 years, 7 months ago (2016-05-20 21:59:57 UTC) #16
martiniss
lgtm https://codereview.chromium.org/1997023002/diff/40001/recipe_engine/remote_run.py File recipe_engine/remote_run.py (right): https://codereview.chromium.org/1997023002/diff/40001/recipe_engine/remote_run.py#newcode24 recipe_engine/remote_run.py:24: cmd = [ So, under the alternative logic, ...
4 years, 7 months ago (2016-05-20 22:11:34 UTC) #17
iannucci
lgtm
4 years, 7 months ago (2016-05-20 22:42:47 UTC) #18
nodir
https://codereview.chromium.org/1997023002/diff/40001/recipe_engine/fetch.py File recipe_engine/fetch.py (right): https://codereview.chromium.org/1997023002/diff/40001/recipe_engine/fetch.py#newcode1 recipe_engine/fetch.py:1: # Copyright 2016 The Chromium Authors. All rights reserved. ...
4 years, 7 months ago (2016-05-20 23:03:50 UTC) #20
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1997023002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1997023002/60001
4 years, 7 months ago (2016-05-24 16:31:54 UTC) #22
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Recipes-py Presubmit on master.tryserver.infra (JOB_FAILED, https://build.chromium.org/p/tryserver.infra/builders/Recipes-py%20Presubmit/builds/241)
4 years, 7 months ago (2016-05-24 16:36:25 UTC) #24
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1997023002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1997023002/80001
4 years, 7 months ago (2016-05-24 16:38:16 UTC) #26
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-24 16:39:46 UTC) #28
Paweł Hajdan Jr.
https://codereview.chromium.org/1997023002/diff/40001/recipe_engine/fetch.py File recipe_engine/fetch.py (right): https://codereview.chromium.org/1997023002/diff/40001/recipe_engine/fetch.py#newcode1 recipe_engine/fetch.py:1: # Copyright 2016 The Chromium Authors. All rights reserved. ...
4 years, 7 months ago (2016-05-24 16:58:06 UTC) #29
nodir
some of my other comments were ignored https://codereview.chromium.org/1997023002/diff/40001/recipe_engine/fetch.py File recipe_engine/fetch.py (right): https://codereview.chromium.org/1997023002/diff/40001/recipe_engine/fetch.py#newcode1 recipe_engine/fetch.py:1: # Copyright ...
4 years, 7 months ago (2016-05-24 17:46:31 UTC) #30
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1997023002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1997023002/100001
4 years, 7 months ago (2016-05-25 00:06:04 UTC) #32
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Recipes-py Presubmit on master.tryserver.infra (JOB_FAILED, https://build.chromium.org/p/tryserver.infra/builders/Recipes-py%20Presubmit/builds/245)
4 years, 7 months ago (2016-05-25 00:08:56 UTC) #34
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1997023002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1997023002/120001
4 years, 7 months ago (2016-05-25 00:12:24 UTC) #36
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-25 00:14:16 UTC) #38
commit-bot: I haz the power
Dry run: None
4 years, 7 months ago (2016-05-25 00:14:23 UTC) #39
Paweł Hajdan Jr.
Thanks for the feedback. I indeed missed some comments before, sorry. https://codereview.chromium.org/1997023002/diff/40001/recipe_engine/fetch.py File recipe_engine/fetch.py (right): ...
4 years, 7 months ago (2016-05-25 00:15:42 UTC) #40
nodir
lgtm
4 years, 7 months ago (2016-05-25 00:21:10 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1997023002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1997023002/120001
4 years, 7 months ago (2016-05-25 00:23:25 UTC) #44
commit-bot: I haz the power
4 years, 7 months ago (2016-05-25 00:25:02 UTC) #46
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://github.com/luci/recipes-py/commit/68ad74bd9cb97cf110b5d6457ffac8c2861...

Powered by Google App Engine
This is Rietveld 408576698