1 [ 2 { 3 "cmd": [ 4 "python", 5 "-u", 6 "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", 7 "--json-output", 8 "/path/to/tmp/json", 9 "ensure-directory", 10 "--mode", 11 "0777", 12 "[START_DIR]/tmp" 13 ], 14 "infra_step": true, 15 "name": "makedirs tmp_dir" 16 }, 17 { 18 "cmd": [ 19 "python", 20 "-u", 21 "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", 22 "--json-output", 23 "/path/to/tmp/json", 24 "copy", 25 "[START_DIR]/skia/infra/bots/assets/skp/VERSION", 26 "/path/to/tmp/" 27 ], 28 "infra_step": true, 29 "name": "Get downloaded SKP VERSION" 30 }, 31 { 32 "cmd": [ 33 "python", 34 "-u", 35 "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", 36 "--json-output", 37 "/path/to/tmp/json", 38 "copy", 39 "42", 40 "[START_DIR]/tmp/SKP_VERSION" 41 ], 42 "infra_step": true, 43 "name": "write SKP_VERSION" 44 }, 45 { 46 "cmd": [ 47 "python", 48 "-u", 49 "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", 50 "--json-output", 51 "/path/to/tmp/json", 52 "copy", 53 "[START_DIR]/skia/infra/bots/assets/svg/VERSION", 54 "/path/to/tmp/" 55 ], 56 "infra_step": true, 57 "name": "Get downloaded SVG VERSION" 58 }, 59 { 60 "cmd": [ 61 "python", 62 "-u", 63 "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", 64 "--json-output", 65 "/path/to/tmp/json", 66 "copy", 67 "42", 68 "[START_DIR]/tmp/SVG_VERSION" 69 ], 70 "infra_step": true, 71 "name": "write SVG_VERSION" 72 }, 73 { 74 "cmd": [ 75 "python", 76 "[START_DIR]/skia/tools/calmbench/ab.py", 77 "[CUSTOM_[SWARM_OUT_DIR]]", 78 "modified", 79 "master", 80 "[START_DIR]/out/Release/nanobench", 81 "[START_DIR]/ParentRevision/out/Release/nanobench", 82 "--svgs [START_DIR]/svg --skps [START_DIR]/skp", 83 "--svgs [START_DIR]/svg --skps [START_DIR]/skp", 84 "2", 85 "false", 86 "gl", 87 "-1", 88 "false", 89 "--githash", 90 "abc123", 91 "--concise", 92 "--keys", 93 "arch", 94 "x86_64", 95 "compiler", 96 "Clang", 97 "cpu_or_gpu", 98 "GPU", 99 "cpu_or_gpu_value", 100 "QuadroP400", 101 "model", 102 "Golo", 103 "os", 104 "Ubuntu17" 105 ], 106 "cwd": "[START_DIR]/skia", 107 "env": { 108 "BUILDTYPE": "Release", 109 "CHROME_HEADLESS": "1", 110 "PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]", 111 "SKIA_OUT": "[START_DIR]/out" 112 }, 113 "name": "Run calmbench" 114 }, 115 { 116 "name": "$result", 117 "recipe_result": null, 118 "status_code": 0 119 } 120 ]