| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 7 "[CUSTOM_C:\\_B_WORK]", | 7 "[CUSTOM_C:\\_B_WORK]", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout_path", | 10 "name": "makedirs checkout_path", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 "@@@STEP_LOG_END@python.inline@@@" | 21 "@@@STEP_LOG_END@python.inline@@@" |
| 22 ] | 22 ] |
| 23 }, | 23 }, |
| 24 { | 24 { |
| 25 "cmd": [ | 25 "cmd": [ |
| 26 "python", | 26 "python", |
| 27 "-u", | 27 "-u", |
| 28 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 28 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 29 "config", | 29 "config", |
| 30 "--spec", | 30 "--spec", |
| 31 "cache_dir = '[CUSTOM_C:\\\\_B_CACHE]'\nsolutions = [{'deps_file': 'DEPS',
'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.gi
t'}]\ntarget_os = ['llvm']" | 31 "cache_dir = '[CUSTOM_C:\\\\_B_CACHE]'\nsolutions = [{'deps_file': '.DEPS.
git', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/sk
ia.git'}]\ntarget_os = ['llvm']" |
| 32 ], | 32 ], |
| 33 "cwd": "[CUSTOM_C:\\_B_WORK]", | 33 "cwd": "[CUSTOM_C:\\_B_WORK]", |
| 34 "env": { | 34 "env": { |
| 35 "CHROME_HEADLESS": "1", | 35 "CHROME_HEADLESS": "1", |
| 36 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]", | 36 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]", |
| 37 "PYTHONPATH": "[BUILD]\\scripts" | 37 "PYTHONPATH": "[BUILD]\\scripts" |
| 38 }, | 38 }, |
| 39 "name": "gclient setup" | 39 "name": "gclient setup" |
| 40 }, | 40 }, |
| 41 { | 41 { |
| 42 "cmd": [ | 42 "cmd": [ |
| 43 "python", | 43 "python", |
| 44 "-u", | 44 "-u", |
| 45 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 45 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 46 "sync", | 46 "sync", |
| 47 "--verbose", |
| 48 "--with_branch_heads", |
| 47 "--nohooks", | 49 "--nohooks", |
| 50 "-j2", |
| 51 "--reset", |
| 48 "--force", | 52 "--force", |
| 49 "--verbose", | 53 "--upstream", |
| 54 "--no-nag-max", |
| 50 "--delete_unversioned_trees", | 55 "--delete_unversioned_trees", |
| 51 "--revision", | 56 "--revision", |
| 52 "skia@abc123", | 57 "skia@abc123", |
| 53 "--output-json", | 58 "--output-json", |
| 54 "/path/to/tmp/json" | 59 "/path/to/tmp/json" |
| 55 ], | 60 ], |
| 56 "cwd": "[CUSTOM_C:\\_B_WORK]", | 61 "cwd": "[CUSTOM_C:\\_B_WORK]", |
| 57 "env": { | 62 "env": { |
| 58 "CHROME_HEADLESS": "1", | 63 "CHROME_HEADLESS": "1", |
| 59 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[dep
ot_tools]", | 64 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[dep
ot_tools]", |
| 60 "PYTHONPATH": "[BUILD]\\scripts" | 65 "PYTHONPATH": "[BUILD]\\scripts" |
| 61 }, | 66 }, |
| 62 "name": "gclient sync", | 67 "name": "gclient sync", |
| 63 "~followup_annotations": [ | 68 "~followup_annotations": [ |
| 64 "@@@STEP_LOG_LINE@json.output@{@@@", | 69 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 65 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 70 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 66 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 71 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
| 67 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 72 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"9046e2e693bb92a76e972b
694580e5d17ad10748\"@@@", |
| 68 "@@@STEP_LOG_LINE@json.output@ }@@@", | 73 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 69 "@@@STEP_LOG_LINE@json.output@ }@@@", | 74 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 70 "@@@STEP_LOG_LINE@json.output@}@@@", | 75 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 71 "@@@STEP_LOG_END@json.output@@@", | 76 "@@@STEP_LOG_END@json.output@@@", |
| 72 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 77 "@@@SET_BUILD_PROPERTY@got_revision@\"9046e2e693bb92a76e972b694580e5d17ad1
0748\"@@@" |
| 73 ] | 78 ] |
| 74 }, | 79 }, |
| 75 { | 80 { |
| 76 "cmd": [ | 81 "cmd": [ |
| 77 "python", | 82 "python", |
| 78 "-u", | 83 "-u", |
| 84 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 85 "recurse", |
| 86 "git", |
| 87 "config", |
| 88 "user.name", |
| 89 "local_bot" |
| 90 ], |
| 91 "cwd": "[CUSTOM_C:\\_B_WORK]", |
| 92 "env": { |
| 93 "CHROME_HEADLESS": "1", |
| 94 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[dep
ot_tools];RECIPE_PACKAGE_REPO[depot_tools]", |
| 95 "PYTHONPATH": "[BUILD]\\scripts" |
| 96 }, |
| 97 "name": "gclient recurse (git config user.name)" |
| 98 }, |
| 99 { |
| 100 "cmd": [ |
| 101 "python", |
| 102 "-u", |
| 103 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 104 "recurse", |
| 105 "git", |
| 106 "config", |
| 107 "user.email", |
| 108 "local_bot@example.com" |
| 109 ], |
| 110 "cwd": "[CUSTOM_C:\\_B_WORK]", |
| 111 "env": { |
| 112 "CHROME_HEADLESS": "1", |
| 113 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[dep
ot_tools];RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[depot_tools]", |
| 114 "PYTHONPATH": "[BUILD]\\scripts" |
| 115 }, |
| 116 "name": "gclient recurse (git config user.email)" |
| 117 }, |
| 118 { |
| 119 "cmd": [ |
| 120 "python", |
| 121 "-u", |
| 79 "[CUSTOM_C:\\_B_WORK]\\skia\\tools\\buildbot_spec.py", | 122 "[CUSTOM_C:\\_B_WORK]\\skia\\tools\\buildbot_spec.py", |
| 80 "/path/to/tmp/json", | 123 "/path/to/tmp/json", |
| 81 "Build-Win-MSVC-x86_64-Release-Vulkan" | 124 "Build-Win-MSVC-x86_64-Release-Vulkan" |
| 82 ], | 125 ], |
| 83 "cwd": "[CUSTOM_C:\\_B_WORK]\\skia", | 126 "cwd": "[CUSTOM_C:\\_B_WORK]\\skia", |
| 84 "name": "exec buildbot_spec.py", | 127 "name": "exec buildbot_spec.py", |
| 85 "~followup_annotations": [ | 128 "~followup_annotations": [ |
| 86 "@@@STEP_LOG_LINE@json.output@{@@@", | 129 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 87 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 130 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
| 88 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", | 131 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 "python", | 174 "python", |
| 132 "make.py", | 175 "make.py", |
| 133 "most" | 176 "most" |
| 134 ], | 177 ], |
| 135 "cwd": "[CUSTOM_C:\\_B_WORK]\\skia", | 178 "cwd": "[CUSTOM_C:\\_B_WORK]\\skia", |
| 136 "env": { | 179 "env": { |
| 137 "BUILDTYPE": "Release_x64", | 180 "BUILDTYPE": "Release_x64", |
| 138 "CHROME_HEADLESS": "1", | 181 "CHROME_HEADLESS": "1", |
| 139 "CHROME_PATH": "[SLAVE_BUILD]\\src", | 182 "CHROME_PATH": "[SLAVE_BUILD]\\src", |
| 140 "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86_64 skia_vulkan=1 sk
ia_warnings_as_errors=1 skia_win_debuggers_path=c:/DbgHelp skia_win_ltcg=0", | 183 "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86_64 skia_vulkan=1 sk
ia_warnings_as_errors=1 skia_win_debuggers_path=c:/DbgHelp skia_win_ltcg=0", |
| 141 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[dep
ot_tools]", | 184 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[dep
ot_tools];RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[depot_tools]", |
| 142 "PYTHONPATH": "[BUILD]\\scripts", | 185 "PYTHONPATH": "[BUILD]\\scripts", |
| 143 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86_64-Releas
e-Vulkan", | 186 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86_64-Releas
e-Vulkan", |
| 144 "VK_SDK_PATH": "[SLAVE_BUILD]\\vulkan_1.0.17.0" | 187 "VK_SDK_PATH": "[SLAVE_BUILD]\\vulkan_1.0.17.0" |
| 145 }, | 188 }, |
| 146 "name": "build most" | 189 "name": "build most" |
| 147 }, | 190 }, |
| 148 { | 191 { |
| 149 "cmd": [ | 192 "cmd": [ |
| 150 "python", | 193 "python", |
| 151 "-u", | 194 "-u", |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 242 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| 200 "@@@STEP_LOG_END@python.inline@@@" | 243 "@@@STEP_LOG_END@python.inline@@@" |
| 201 ] | 244 ] |
| 202 }, | 245 }, |
| 203 { | 246 { |
| 204 "name": "$result", | 247 "name": "$result", |
| 205 "recipe_result": null, | 248 "recipe_result": null, |
| 206 "status_code": 0 | 249 "status_code": 0 |
| 207 } | 250 } |
| 208 ] | 251 ] |
| OLD | NEW |