Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(285)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: recipes/engine_tests/trigger.expected/basic.json
Issue
2253943003
:
Formally define step config, pass to stream. (Closed)
Base URL: https://github.com/luci/recipes-py@nest-single-event
Patch Set: Rebase
Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
recipe_engine/recipe_api.py
recipe_engine/run.py
recipe_engine/simulation_test.py
recipe_engine/step_runner.py
recipe_engine/stream.py
recipe_engine/types.py
recipe_engine/unittests/stream_test.py
recipe_engine/util.py
recipe_modules/platform/example.expected/linux64.json
recipe_modules/platform/example.expected/mac64.json
recipe_modules/platform/example.expected/win32.json
recipe_modules/step/api.py
recipe_modules/step/example.expected/basic.json
recipe_modules/step/example.expected/catch_timeout.json
recipe_modules/step/example.expected/defer_results.json
recipe_modules/step/example.expected/exceptional.json
recipe_modules/step/example.expected/infra_failure.json
recipe_modules/step/example.expected/invalid_access.json
recipe_modules/step/example.expected/timeout.json
recipe_modules/step/example.expected/warning.json
recipes.py
recipes/engine_tests/trigger.expected/basic.json
recipes/example/nested.expected/basic.json
View unified diff
|
Download patch
« recipe_modules/platform/example.expected/linux64.json
('K') |
« recipes.py
('k') |
recipes/example/nested.expected/basic.json »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 [
1 [
2 {
2 {
3
"cmd": [],
4 "name": "trigger some junk",
3 "name": "trigger some junk",
5 "trigger_specs": [
4 "trigger_specs": [
6 {
5 {
7 "buildbot_changes": [
6 "buildbot_changes": [
8 {
7 {
9 "when_timestamp": 1445412480
8 "when_timestamp": 1445412480
10 }
9 }
11 ],
10 ],
12 "builder_name": "triggered"
11 "builder_name": "triggered"
13 }
12 }
14 ]
13 ]
15 },
14 },
16 {
15 {
17 "name": "$result",
16 "name": "$result",
18 "recipe_result": null,
17 "recipe_result": null,
19 "status_code": 0
18 "status_code": 0
20 }
19 }
21 ]
20 ]
OLD
NEW
« recipe_modules/platform/example.expected/linux64.json
('K') |
« recipes.py
('k') |
recipes/example/nested.expected/basic.json »
('j') |
no next file with comments »
Issue 2253943003: Formally define step config, pass to stream. (Closed)
Created 4 years, 4 months ago by dnj
Modified 4 years, 3 months ago
Reviewers: martiniss, iannucci
Base URL: https://github.com/luci/recipes-py@nest-single-event
Comments: 21
This is Rietveld
408576698