2016-07-26 18:52:17 +00:00
[
2019-11-04 16:10:15 +00:00
{
"cmd" : [
"python" ,
"-u" ,
"\nimport subprocess\nimport sys\n\nwhich = 'where' if sys.platform == 'win32' else 'which'\ngit = subprocess.check_output([which, 'git'])\nprint 'git was found at %s' % git\nif 'cipd_bin_packages' not in git:\n print >> sys.stderr, 'Git must be obtained through CIPD.'\n sys.exit(1)\n"
] ,
"env" : {
"CHROME_HEADLESS" : "1" ,
"PATH" : "<PATH>:RECIPE_REPO[depot_tools]"
} ,
"name" : "Assert that Git is from CIPD" ,
"~followup_annotations" : [
"@@@STEP_LOG_LINE@python.inline@@@@" ,
"@@@STEP_LOG_LINE@python.inline@import subprocess@@@" ,
"@@@STEP_LOG_LINE@python.inline@import sys@@@" ,
"@@@STEP_LOG_LINE@python.inline@@@@" ,
"@@@STEP_LOG_LINE@python.inline@which = 'where' if sys.platform == 'win32' else 'which'@@@" ,
"@@@STEP_LOG_LINE@python.inline@git = subprocess.check_output([which, 'git'])@@@" ,
"@@@STEP_LOG_LINE@python.inline@print 'git was found at %s' % git@@@" ,
"@@@STEP_LOG_LINE@python.inline@if 'cipd_bin_packages' not in git:@@@" ,
"@@@STEP_LOG_LINE@python.inline@ print >> sys.stderr, 'Git must be obtained through CIPD.'@@@" ,
"@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@" ,
"@@@STEP_LOG_END@python.inline@@@"
]
} ,
2016-07-26 18:52:17 +00:00
{
"cmd" : [
2019-09-09 22:36:05 +00:00
"vpython" ,
2016-07-26 18:52:17 +00:00
"-u" ,
2017-07-07 21:36:58 +00:00
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py" ,
"--json-output" ,
"/path/to/tmp/json" ,
"ensure-directory" ,
"--mode" ,
"0777" ,
2018-04-27 17:14:38 +00:00
"[START_DIR]/cache/work"
2016-07-26 18:52:17 +00:00
] ,
2017-03-20 16:48:31 +00:00
"infra_step" : true ,
2017-07-07 21:36:58 +00:00
"name" : "makedirs checkout_path"
2016-07-26 18:52:17 +00:00
} ,
2017-04-19 18:39:21 +00:00
{
"cmd" : [
2019-09-09 22:36:05 +00:00
"vpython" ,
2017-04-19 18:39:21 +00:00
"-u" ,
2017-06-16 17:10:22 +00:00
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py" ,
"--json-output" ,
"/path/to/tmp/json" ,
"remove" ,
2018-04-27 17:14:38 +00:00
"[START_DIR]/cache/work/.gclient_entries"
2017-04-19 18:39:21 +00:00
] ,
"infra_step" : true ,
2018-04-27 17:14:38 +00:00
"name" : "remove [START_DIR]/cache/work/.gclient_entries"
2017-04-19 18:39:21 +00:00
} ,
2016-07-26 18:52:17 +00:00
{
"cmd" : [
"python" ,
"-u" ,
2018-04-23 13:16:23 +00:00
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py" ,
2018-02-20 13:04:02 +00:00
"--spec-path" ,
2018-06-20 12:19:24 +00:00
"cache_dir = '[START_DIR]/cache/git'\nsolutions = [{'custom_vars': {'checkout_chromium': True}, 'deps_file': '.DEPS.git', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]" ,
2018-02-20 13:04:02 +00:00
"--patch_root" ,
"skia" ,
"--revision_mapping_file" ,
"{\"got_revision\": \"skia\"}" ,
"--git-cache-dir" ,
2018-04-27 17:14:38 +00:00
"[START_DIR]/cache/git" ,
2018-02-20 13:04:02 +00:00
"--cleanup-dir" ,
"[CLEANUP]/bot_update" ,
"--output_json" ,
"/path/to/tmp/json" ,
"--revision" ,
2018-06-20 12:19:24 +00:00
"skia@abc123"
2018-02-20 13:04:02 +00:00
] ,
2018-04-27 17:14:38 +00:00
"cwd" : "[START_DIR]/cache/work" ,
2020-07-31 18:40:36 +00:00
"env" : {
"GIT_HTTP_LOW_SPEED_LIMIT" : "102400" ,
"GIT_HTTP_LOW_SPEED_TIME" : "300"
} ,
2019-08-13 20:37:13 +00:00
"env_suffixes" : {
2020-07-31 18:40:36 +00:00
"DEPOT_TOOLS_UPDATE" : [
"0"
] ,
2018-02-20 13:04:02 +00:00
"PATH" : [
2019-02-16 22:10:41 +00:00
"RECIPE_REPO[depot_tools]"
2018-02-20 13:04:02 +00:00
]
} ,
"infra_step" : true ,
"name" : "bot_update" ,
"~followup_annotations" : [
"@@@STEP_TEXT@Some step text@@@" ,
"@@@STEP_LOG_LINE@json.output@{@@@" ,
"@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@" ,
"@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@" ,
2018-06-20 12:19:24 +00:00
"@@@STEP_LOG_LINE@json.output@ \"skia\": \"abc123\"@@@" ,
2018-02-20 13:04:02 +00:00
"@@@STEP_LOG_LINE@json.output@ }, @@@" ,
"@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@" ,
"@@@STEP_LOG_LINE@json.output@ \"skia\": {@@@" ,
"@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/skia.git\", @@@" ,
2020-07-31 18:40:36 +00:00
"@@@STEP_LOG_LINE@json.output@ \"revision\": \"abc123\"@@@" ,
2018-02-20 13:04:02 +00:00
"@@@STEP_LOG_LINE@json.output@ }@@@" ,
"@@@STEP_LOG_LINE@json.output@ }, @@@" ,
"@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@" ,
"@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"skia\", @@@" ,
"@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@" ,
2020-07-31 18:40:36 +00:00
"@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"abc123\", @@@" ,
2018-02-20 13:04:02 +00:00
"@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master@{#164710}\"@@@" ,
"@@@STEP_LOG_LINE@json.output@ }, @@@" ,
2018-06-20 12:19:24 +00:00
"@@@STEP_LOG_LINE@json.output@ \"root\": \"skia\", @@@" ,
2018-02-20 13:04:02 +00:00
"@@@STEP_LOG_LINE@json.output@ \"source_manifest\": {@@@" ,
"@@@STEP_LOG_LINE@json.output@ \"directories\": {@@@" ,
"@@@STEP_LOG_LINE@json.output@ \"skia\": {@@@" ,
"@@@STEP_LOG_LINE@json.output@ \"git_checkout\": {@@@" ,
"@@@STEP_LOG_LINE@json.output@ \"repo_url\": \"https://fake.org/skia.git\", @@@" ,
2020-07-31 18:40:36 +00:00
"@@@STEP_LOG_LINE@json.output@ \"revision\": \"abc123\"@@@" ,
2018-02-20 13:04:02 +00:00
"@@@STEP_LOG_LINE@json.output@ }@@@" ,
"@@@STEP_LOG_LINE@json.output@ }@@@" ,
"@@@STEP_LOG_LINE@json.output@ }, @@@" ,
"@@@STEP_LOG_LINE@json.output@ \"version\": 0@@@" ,
"@@@STEP_LOG_LINE@json.output@ }, @@@" ,
"@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@" ,
"@@@STEP_LOG_LINE@json.output@}@@@" ,
"@@@STEP_LOG_END@json.output@@@" ,
2020-07-31 18:40:36 +00:00
"@@@SET_BUILD_PROPERTY@got_revision@\"abc123\"@@@" ,
2018-02-20 13:04:02 +00:00
"@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#164710}\"@@@"
]
} ,
2018-02-12 19:41:56 +00:00
{
"cmd" : [
2018-04-23 13:16:23 +00:00
"python" ,
"-u" ,
2019-02-16 22:10:41 +00:00
"RECIPE_REPO[depot_tools]/gclient.py" ,
2016-07-26 18:52:17 +00:00
"runhooks"
] ,
2018-04-27 17:14:38 +00:00
"cwd" : "[START_DIR]/cache/work" ,
2016-07-26 18:52:17 +00:00
"env" : {
2016-08-02 14:02:52 +00:00
"CPPFLAGS" : "-DSK_ALLOW_CROSSPROCESS_PICTUREIMAGEFILTERS=1" ,
2018-04-17 19:55:57 +00:00
"DEPOT_TOOLS_UPDATE" : "0" ,
2018-06-13 23:48:50 +00:00
"GYP_CHROMIUM_NO_ACTION" : "0"
} ,
"env_suffixes" : {
"PATH" : [
2019-02-16 22:10:41 +00:00
"RECIPE_REPO[depot_tools]"
2018-06-13 23:48:50 +00:00
]
2016-07-26 18:52:17 +00:00
} ,
"name" : "gclient runhooks"
} ,
{
"cmd" : [
2019-09-09 22:36:05 +00:00
"vpython" ,
2016-07-26 18:52:17 +00:00
"-u" ,
2017-07-07 21:36:58 +00:00
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py" ,
"--json-output" ,
"/path/to/tmp/json" ,
"ensure-directory" ,
"--mode" ,
"0777" ,
"[START_DIR]/tmp"
2016-07-26 18:52:17 +00:00
] ,
2017-03-20 16:48:31 +00:00
"infra_step" : true ,
2017-07-07 21:36:58 +00:00
"name" : "makedirs tmp_dir"
2016-07-26 18:52:17 +00:00
} ,
{
"cmd" : [
2018-04-27 17:14:38 +00:00
"[START_DIR]/cache/work/src/buildtools/linux64/gn" ,
2016-08-02 14:02:52 +00:00
"gen" ,
2018-04-27 17:14:38 +00:00
"[START_DIR]/cache/work/src/out/Release"
2016-07-26 18:52:17 +00:00
] ,
2018-04-27 17:14:38 +00:00
"cwd" : "[START_DIR]/cache/work/src" ,
2016-07-26 18:52:17 +00:00
"env" : {
2017-04-17 14:29:04 +00:00
"CHROME_HEADLESS" : "1" ,
2016-07-26 18:52:17 +00:00
"CPPFLAGS" : "-DSK_ALLOW_CROSSPROCESS_PICTUREIMAGEFILTERS=1" ,
2017-04-17 14:29:04 +00:00
"GYP_GENERATORS" : "ninja" ,
2019-02-16 22:10:41 +00:00
"PATH" : "<PATH>:RECIPE_REPO[depot_tools]"
2016-07-26 18:52:17 +00:00
} ,
2016-08-02 14:02:52 +00:00
"name" : "GN"
2016-07-26 18:52:17 +00:00
} ,
{
"cmd" : [
"ninja" ,
"-C" ,
2018-04-27 17:14:38 +00:00
"[START_DIR]/cache/work/src/out/Release" ,
2016-07-26 18:52:17 +00:00
"chrome"
] ,
2018-04-27 17:14:38 +00:00
"cwd" : "[START_DIR]/cache/work/src" ,
2017-04-17 14:29:04 +00:00
"env" : {
"CHROME_HEADLESS" : "1" ,
2019-02-16 22:10:41 +00:00
"PATH" : "<PATH>:RECIPE_REPO[depot_tools]"
2017-04-17 14:29:04 +00:00
} ,
2016-07-26 18:52:17 +00:00
"name" : "Build Chrome"
} ,
{
"cmd" : [
2019-09-09 22:36:05 +00:00
"vpython" ,
2016-07-26 18:52:17 +00:00
"-u" ,
2017-06-16 17:10:22 +00:00
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py" ,
"--json-output" ,
"/path/to/tmp/json" ,
2017-03-06 13:06:16 +00:00
"rmtree" ,
2016-11-21 21:06:19 +00:00
"[START_DIR]/skp_output"
2016-07-26 18:52:17 +00:00
] ,
2017-03-20 16:48:31 +00:00
"infra_step" : true ,
2017-03-06 13:06:16 +00:00
"name" : "rmtree skp_output"
2016-07-26 18:52:17 +00:00
} ,
{
"cmd" : [
2019-09-09 22:36:05 +00:00
"vpython" ,
2016-07-26 18:52:17 +00:00
"-u" ,
2017-07-07 21:36:58 +00:00
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py" ,
"--json-output" ,
"/path/to/tmp/json" ,
"ensure-directory" ,
"--mode" ,
"0777" ,
"[START_DIR]/skp_output"
2016-07-26 18:52:17 +00:00
] ,
2017-06-16 17:10:22 +00:00
"infra_step" : true ,
2017-07-07 21:36:58 +00:00
"name" : "makedirs skp_output"
2016-07-26 18:52:17 +00:00
} ,
{
"cmd" : [
"python" ,
2018-04-27 17:14:38 +00:00
"[START_DIR]/cache/work/skia/infra/bots/assets/skp/create.py" ,
2016-07-26 18:52:17 +00:00
"--chrome_src_path" ,
2018-04-27 17:14:38 +00:00
"[START_DIR]/cache/work/src" ,
2016-07-26 18:52:17 +00:00
"--browser_executable" ,
2018-04-27 17:14:38 +00:00
"[START_DIR]/cache/work/src/out/Release/chrome" ,
2016-07-26 18:52:17 +00:00
"--target_dir" ,
2016-11-21 21:06:19 +00:00
"[START_DIR]/skp_output"
2016-07-26 18:52:17 +00:00
] ,
2018-04-27 17:14:38 +00:00
"cwd" : "[START_DIR]/cache/work/skia" ,
2016-07-26 18:52:17 +00:00
"env" : {
"CHROME_HEADLESS" : "1" ,
2019-02-16 22:10:41 +00:00
"PATH" : "<PATH>:RECIPE_REPO[depot_tools]"
2016-07-26 18:52:17 +00:00
} ,
"name" : "Recreate SKPs"
} ,
{
2018-10-30 22:22:37 +00:00
"name" : "$result"
2016-07-26 18:52:17 +00:00
}
]