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 "copy", 10 "[START_DIR]/skia/infra/bots/assets/skp/VERSION", 11 "/path/to/tmp/" 12 ], 13 "infra_step": true, 14 "name": "Get downloaded SKP VERSION" 15 }, 16 { 17 "cmd": [ 18 "python", 19 "-u", 20 "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", 21 "--json-output", 22 "/path/to/tmp/json", 23 "copy", 24 "42", 25 "[START_DIR]/tmp/SKP_VERSION" 26 ], 27 "infra_step": true, 28 "name": "write SKP_VERSION" 29 }, 30 { 31 "cmd": [ 32 "python", 33 "-u", 34 "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", 35 "--json-output", 36 "/path/to/tmp/json", 37 "copy", 38 "[START_DIR]/skia/infra/bots/assets/skimage/VERSION", 39 "/path/to/tmp/" 40 ], 41 "infra_step": true, 42 "name": "Get downloaded skimage VERSION" 43 }, 44 { 45 "cmd": [ 46 "python", 47 "-u", 48 "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", 49 "--json-output", 50 "/path/to/tmp/json", 51 "copy", 52 "42", 53 "[START_DIR]/tmp/SK_IMAGE_VERSION" 54 ], 55 "infra_step": true, 56 "name": "write SK_IMAGE_VERSION" 57 }, 58 { 59 "cmd": [ 60 "python", 61 "-u", 62 "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", 63 "--json-output", 64 "/path/to/tmp/json", 65 "copy", 66 "[START_DIR]/skia/infra/bots/assets/svg/VERSION", 67 "/path/to/tmp/" 68 ], 69 "infra_step": true, 70 "name": "Get downloaded SVG VERSION" 71 }, 72 { 73 "cmd": [ 74 "python", 75 "-u", 76 "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", 77 "--json-output", 78 "/path/to/tmp/json", 79 "copy", 80 "42", 81 "[START_DIR]/tmp/SVG_VERSION" 82 ], 83 "infra_step": true, 84 "name": "write SVG_VERSION" 85 }, 86 { 87 "cmd": [ 88 "python", 89 "-u", 90 "import os\nprint os.environ.get('SWARMING_BOT_ID', '')\n" 91 ], 92 "name": "get swarming bot id", 93 "stdout": "/path/to/tmp/", 94 "~followup_annotations": [ 95 "@@@STEP_LOG_LINE (a] python.inline@import os@@@", 96 "@@@STEP_LOG_LINE (a] python.inline@print os.environ.get('SWARMING_BOT_ID', '')@@@", 97 "@@@STEP_LOG_END (a] python.inline@@@" 98 ] 99 }, 100 { 101 "cmd": [ 102 "python", 103 "-u", 104 "import os\nprint os.environ.get('SWARMING_TASK_ID', '')\n" 105 ], 106 "name": "get swarming task id", 107 "stdout": "/path/to/tmp/", 108 "~followup_annotations": [ 109 "@@@STEP_LOG_LINE (a] python.inline@import os@@@", 110 "@@@STEP_LOG_LINE (a] python.inline@print os.environ.get('SWARMING_TASK_ID', '')@@@", 111 "@@@STEP_LOG_END (a] python.inline@@@" 112 ] 113 }, 114 { 115 "cmd": [ 116 "python", 117 "-u", 118 "RECIPE_MODULE[skia::flavor]/resources/symbolize_stack_trace.py", 119 "[START_DIR]", 120 "catchsegv", 121 "[START_DIR]/out/Debug/nanobench", 122 "-i", 123 "[START_DIR]/skia/resources", 124 "--skps", 125 "[START_DIR]/skp", 126 "--images", 127 "[START_DIR]/skimage/nanobench", 128 "--svgs", 129 "[START_DIR]/svg", 130 "--pre_log", 131 "--images", 132 "--gpuStatsDump", 133 "true", 134 "--scales", 135 "1.0", 136 "1.1", 137 "--nocpu", 138 "--config", 139 "vk", 140 "--match", 141 "~inc0.gif", 142 "~inc1.gif", 143 "~incInterlaced.gif", 144 "~inc0.jpg", 145 "~incGray.jpg", 146 "~inc0.wbmp", 147 "~inc1.wbmp", 148 "~inc0.webp", 149 "~inc1.webp", 150 "~inc0.ico", 151 "~inc1.ico", 152 "~inc0.png", 153 "~inc1.png", 154 "~inc2.png", 155 "~inc12.png", 156 "~inc13.png", 157 "~inc14.png", 158 "~inc0.webp", 159 "~inc1.webp" 160 ], 161 "cwd": "[START_DIR]/skia", 162 "env": { 163 "BUILDTYPE": "Debug", 164 "CHROME_HEADLESS": "1", 165 "LD_LIBRARY_PATH": "[START_DIR]/linux_vulkan_intel_driver_debug:[START_DIR]/linux_vulkan_sdk/lib", 166 "LIBGL_DRIVERS_PATH": "[START_DIR]/linux_vulkan_intel_driver_debug", 167 "PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]:[START_DIR]/linux_vulkan_sdk/bin", 168 "SKIA_OUT": "[START_DIR]/out", 169 "VK_ICD_FILENAMES": "[START_DIR]/linux_vulkan_intel_driver_debug/intel_icd.x86_64.json" 170 }, 171 "name": "symbolized nanobench" 172 }, 173 { 174 "name": "$result", 175 "recipe_result": null, 176 "status_code": 0 177 } 178 ]