OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "git", | 4 "git", |
5 "fetch" | 5 "fetch" |
6 ], | 6 ], |
7 "cwd": "[SLAVE_BUILD]/skia", | 7 "cwd": "[SLAVE_BUILD]/skia", |
8 "name": "git fetch" | 8 "name": "git fetch" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 18 matching lines...) Expand all Loading... |
29 }, | 29 }, |
30 { | 30 { |
31 "cmd": [ | 31 "cmd": [ |
32 "python", | 32 "python", |
33 "-u", | 33 "-u", |
34 "[DEPOT_TOOLS]/gclient.py", | 34 "[DEPOT_TOOLS]/gclient.py", |
35 "config", | 35 "config", |
36 "--spec", | 36 "--spec", |
37 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]" | 37 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]" |
38 ], | 38 ], |
| 39 "cwd": "[SLAVE_BUILD]", |
39 "name": "gclient setup" | 40 "name": "gclient setup" |
40 }, | 41 }, |
41 { | 42 { |
42 "cmd": [ | 43 "cmd": [ |
43 "python", | 44 "python", |
44 "-u", | 45 "-u", |
45 "[DEPOT_TOOLS]/gclient.py", | 46 "[DEPOT_TOOLS]/gclient.py", |
46 "sync", | 47 "sync", |
47 "--nohooks", | 48 "--nohooks", |
48 "--force", | 49 "--force", |
49 "--verbose", | 50 "--verbose", |
50 "--delete_unversioned_trees", | 51 "--delete_unversioned_trees", |
51 "--revision", | 52 "--revision", |
52 "skia@abc123", | 53 "skia@abc123", |
53 "--output-json", | 54 "--output-json", |
54 "/path/to/tmp/json" | 55 "/path/to/tmp/json" |
55 ], | 56 ], |
| 57 "cwd": "[SLAVE_BUILD]", |
56 "name": "gclient sync", | 58 "name": "gclient sync", |
57 "~followup_annotations": [ | 59 "~followup_annotations": [ |
58 "@@@STEP_LOG_LINE@json.output@{@@@", | 60 "@@@STEP_LOG_LINE@json.output@{@@@", |
59 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 61 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
60 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 62 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
61 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 63 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
62 "@@@STEP_LOG_LINE@json.output@ }@@@", | 64 "@@@STEP_LOG_LINE@json.output@ }@@@", |
63 "@@@STEP_LOG_LINE@json.output@ }@@@", | 65 "@@@STEP_LOG_LINE@json.output@ }@@@", |
64 "@@@STEP_LOG_LINE@json.output@}@@@", | 66 "@@@STEP_LOG_LINE@json.output@}@@@", |
65 "@@@STEP_LOG_END@json.output@@@", | 67 "@@@STEP_LOG_END@json.output@@@", |
66 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 68 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" |
67 ] | 69 ] |
68 }, | 70 }, |
69 { | 71 { |
70 "cmd": [ | 72 "cmd": [ |
71 "python", | 73 "python", |
72 "-u", | 74 "-u", |
73 "\nimport os\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(os.
path.join(os.path.expanduser('~'), 'src'))\n", | 75 "\nimport os\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(os.
path.join(os.path.expanduser('~'), 'src'))\n", |
74 "/path/to/tmp/" | 76 "/path/to/tmp/" |
75 ], | 77 ], |
| 78 "cwd": "[SLAVE_BUILD]", |
76 "name": "get CHROME_PATH", | 79 "name": "get CHROME_PATH", |
77 "~followup_annotations": [ | 80 "~followup_annotations": [ |
78 "@@@STEP_LOG_LINE@python.inline@@@@", | 81 "@@@STEP_LOG_LINE@python.inline@@@@", |
79 "@@@STEP_LOG_LINE@python.inline@import os@@@", | 82 "@@@STEP_LOG_LINE@python.inline@import os@@@", |
80 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 83 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
81 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 84 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
82 "@@@STEP_LOG_LINE@python.inline@ f.write(os.path.join(os.path.expanduser(
'~'), 'src'))@@@", | 85 "@@@STEP_LOG_LINE@python.inline@ f.write(os.path.join(os.path.expanduser(
'~'), 'src'))@@@", |
83 "@@@STEP_LOG_END@python.inline@@@" | 86 "@@@STEP_LOG_END@python.inline@@@" |
84 ] | 87 ] |
85 }, | 88 }, |
86 { | 89 { |
87 "cmd": [ | 90 "cmd": [ |
88 "make", | 91 "make", |
89 "most", | 92 "most", |
90 "BUILDTYPE=Debug" | 93 "BUILDTYPE=Debug" |
91 ], | 94 ], |
92 "cwd": "[SLAVE_BUILD]/skia", | 95 "cwd": "[SLAVE_BUILD]/skia", |
93 "env": { | 96 "env": { |
94 "CHROME_PATH": "/home/chrome-bot/src", | 97 "CHROME_PATH": "/home/chrome-bot/src", |
95 "GYP_DEFINES": "skia_arch_type=x86_64 skia_arch_width=64 skia_warnings_as_
errors=1" | 98 "GYP_DEFINES": "skia_arch_type=x86_64 skia_arch_width=64 skia_warnings_as_
errors=1" |
96 }, | 99 }, |
97 "name": "build most" | 100 "name": "build most" |
98 } | 101 } |
99 ] | 102 ] |
OLD | NEW |