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

Side by Side Diff: scripts/slave/recipes/gyp.expected/fake_test.json

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "fake_mastername", 8 "fake_mastername",
9 "--builder", 9 "--builder",
10 "fake_buildername", 10 "fake_buildername",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'trunk', 'url': 'https://chromium.googlesource.com/external/gyp.git'}]", 14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'trunk', 'url': 'https://chromium.googlesource.com/external/gyp.git'}]",
15 "--root", 15 "--root",
16 "trunk", 16 "trunk",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"trunk\": \"got_revision\"}", 18 "{\"trunk\": \"got_revision\"}",
19 "--output_json", 19 "--output_json",
20 "/path/to/tmp/json", 20 "/path/to/tmp/json",
21 "--revision", 21 "--revision",
22 "trunk@HEAD", 22 "trunk@HEAD",
23 "--force" 23 "--force"
24 ], 24 ],
25 "cwd": "[SLAVE_BUILD]",
25 "name": "bot_update", 26 "name": "bot_update",
26 "~followup_annotations": [ 27 "~followup_annotations": [
27 "@@@STEP_TEXT@Some step text@@@", 28 "@@@STEP_TEXT@Some step text@@@",
28 "@@@STEP_LOG_LINE@json.output@{@@@", 29 "@@@STEP_LOG_LINE@json.output@{@@@",
29 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 30 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
30 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 31 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
31 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"trunk\", @@@", 32 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"trunk\", @@@",
32 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 33 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
33 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"488784591515bd4cdaa0 16be4ec9b172dc4e7caf\", @@@", 34 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"488784591515bd4cdaa0 16be4ec9b172dc4e7caf\", @@@",
34 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#40793}\"@@@", 35 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#40793}\"@@@",
(...skipping 10 matching lines...) Expand all
45 "cmd": [ 46 "cmd": [
46 "python", 47 "python",
47 "-u", 48 "-u",
48 "[SLAVE_BUILD]/trunk/gyptest.py", 49 "[SLAVE_BUILD]/trunk/gyptest.py",
49 "-a" 50 "-a"
50 ], 51 ],
51 "cwd": "[SLAVE_BUILD]/trunk", 52 "cwd": "[SLAVE_BUILD]/trunk",
52 "name": "run tests" 53 "name": "run tests"
53 } 54 }
54 ] 55 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698