Home | History | Annotate | Download | only in test.expected
      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 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/skimage/VERSION",
     54       "/path/to/tmp/"
     55     ],
     56     "infra_step": true,
     57     "name": "Get skimage 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/SK_IMAGE_VERSION"
     69     ],
     70     "infra_step": true,
     71     "name": "write SK_IMAGE_VERSION"
     72   },
     73   {
     74     "cmd": [
     75       "python",
     76       "-u",
     77       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
     78       "--json-output",
     79       "/path/to/tmp/json",
     80       "copy",
     81       "[START_DIR]/skia/infra/bots/assets/svg/VERSION",
     82       "/path/to/tmp/"
     83     ],
     84     "infra_step": true,
     85     "name": "Get svg VERSION"
     86   },
     87   {
     88     "cmd": [
     89       "python",
     90       "-u",
     91       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
     92       "--json-output",
     93       "/path/to/tmp/json",
     94       "copy",
     95       "42",
     96       "[START_DIR]/tmp/SVG_VERSION"
     97     ],
     98     "infra_step": true,
     99     "name": "write SVG_VERSION"
    100   },
    101   {
    102     "cmd": [
    103       "python",
    104       "-u",
    105       "import os\nprint os.environ.get('SWARMING_BOT_ID', '')\n"
    106     ],
    107     "name": "get swarming bot id",
    108     "stdout": "/path/to/tmp/",
    109     "~followup_annotations": [
    110       "@@@STEP_LOG_LINE (a] python.inline@import os@@@",
    111       "@@@STEP_LOG_LINE (a] python.inline@print os.environ.get('SWARMING_BOT_ID', '')@@@",
    112       "@@@STEP_LOG_END (a] python.inline@@@"
    113     ]
    114   },
    115   {
    116     "cmd": [
    117       "python",
    118       "-u",
    119       "import os\nprint os.environ.get('SWARMING_TASK_ID', '')\n"
    120     ],
    121     "name": "get swarming task id",
    122     "stdout": "/path/to/tmp/",
    123     "~followup_annotations": [
    124       "@@@STEP_LOG_LINE (a] python.inline@import os@@@",
    125       "@@@STEP_LOG_LINE (a] python.inline@print os.environ.get('SWARMING_TASK_ID', '')@@@",
    126       "@@@STEP_LOG_END (a] python.inline@@@"
    127     ]
    128   },
    129   {
    130     "cmd": [
    131       "python",
    132       "-u",
    133       "RECIPE_MODULE[skia::flavor]/resources/symbolize_stack_trace.py",
    134       "[START_DIR]",
    135       "[START_DIR]/build/dm",
    136       "--resourcePath",
    137       "[START_DIR]/skia/resources",
    138       "--skps",
    139       "[START_DIR]/skp",
    140       "--images",
    141       "[START_DIR]/skimage/dm",
    142       "--colorImages",
    143       "[START_DIR]/skimage/colorspace",
    144       "--nameByHash",
    145       "--properties",
    146       "gitHash",
    147       "abc123",
    148       "builder",
    149       "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN",
    150       "buildbucket_build_id",
    151       "123454321",
    152       "swarming_bot_id",
    153       "skia-bot-123",
    154       "swarming_task_id",
    155       "123456",
    156       "--svgs",
    157       "[START_DIR]/svg",
    158       "--key",
    159       "arch",
    160       "x86_64",
    161       "compiler",
    162       "Clang",
    163       "configuration",
    164       "Debug",
    165       "cpu_or_gpu",
    166       "CPU",
    167       "cpu_or_gpu_value",
    168       "AVX2",
    169       "extra_config",
    170       "ASAN",
    171       "model",
    172       "GCE",
    173       "os",
    174       "Debian9",
    175       "--dont_write",
    176       "pdf",
    177       "--randomProcessorTest",
    178       "--nogpu",
    179       "--config",
    180       "8888",
    181       "pdf",
    182       "g8",
    183       "565",
    184       "pic-8888",
    185       "tiles_rt-8888",
    186       "lite-8888",
    187       "serialize-8888",
    188       "gbr-8888",
    189       "f16",
    190       "srgb",
    191       "esrgb",
    192       "narrow",
    193       "enarrow",
    194       "p3",
    195       "ep3",
    196       "rec2020",
    197       "erec2020",
    198       "--src",
    199       "tests",
    200       "gm",
    201       "image",
    202       "colorImage",
    203       "svg",
    204       "--blacklist",
    205       "~8888",
    206       "svg",
    207       "_",
    208       "_",
    209       "f16",
    210       "_",
    211       "_",
    212       "dstreadshuffle",
    213       "gbr-8888",
    214       "image",
    215       "_",
    216       "_",
    217       "gbr-8888",
    218       "colorImage",
    219       "_",
    220       "_",
    221       "g8",
    222       "image",
    223       "_",
    224       "_",
    225       "g8",
    226       "colorImage",
    227       "_",
    228       "_",
    229       "_",
    230       "image",
    231       "gen_platf",
    232       "error",
    233       "serialize-8888",
    234       "gm",
    235       "_",
    236       "bleed_image",
    237       "serialize-8888",
    238       "gm",
    239       "_",
    240       "c_gms",
    241       "serialize-8888",
    242       "gm",
    243       "_",
    244       "colortype",
    245       "serialize-8888",
    246       "gm",
    247       "_",
    248       "colortype_xfermodes",
    249       "serialize-8888",
    250       "gm",
    251       "_",
    252       "drawfilter",
    253       "serialize-8888",
    254       "gm",
    255       "_",
    256       "fontmgr_bounds_0.75_0",
    257       "serialize-8888",
    258       "gm",
    259       "_",
    260       "fontmgr_bounds_1_-0.25",
    261       "serialize-8888",
    262       "gm",
    263       "_",
    264       "fontmgr_bounds",
    265       "serialize-8888",
    266       "gm",
    267       "_",
    268       "fontmgr_match",
    269       "serialize-8888",
    270       "gm",
    271       "_",
    272       "fontmgr_iter",
    273       "serialize-8888",
    274       "gm",
    275       "_",
    276       "imagemasksubset",
    277       "serialize-8888",
    278       "gm",
    279       "_",
    280       "bitmapfilters",
    281       "serialize-8888",
    282       "gm",
    283       "_",
    284       "bitmapshaders",
    285       "serialize-8888",
    286       "gm",
    287       "_",
    288       "bleed",
    289       "serialize-8888",
    290       "gm",
    291       "_",
    292       "bleed_alpha_bmp",
    293       "serialize-8888",
    294       "gm",
    295       "_",
    296       "bleed_alpha_bmp_shader",
    297       "serialize-8888",
    298       "gm",
    299       "_",
    300       "convex_poly_clip",
    301       "serialize-8888",
    302       "gm",
    303       "_",
    304       "extractalpha",
    305       "serialize-8888",
    306       "gm",
    307       "_",
    308       "filterbitmap_checkerboard_32_32_g8",
    309       "serialize-8888",
    310       "gm",
    311       "_",
    312       "filterbitmap_image_mandrill_64",
    313       "serialize-8888",
    314       "gm",
    315       "_",
    316       "shadows",
    317       "serialize-8888",
    318       "gm",
    319       "_",
    320       "simpleaaclip_aaclip",
    321       "serialize-8888",
    322       "gm",
    323       "_",
    324       "composeshader_bitmap",
    325       "serialize-8888",
    326       "gm",
    327       "_",
    328       "scaled_tilemodes_npot",
    329       "serialize-8888",
    330       "gm",
    331       "_",
    332       "scaled_tilemodes",
    333       "serialize-8888",
    334       "gm",
    335       "_",
    336       "typefacerendering_pfaMac",
    337       "serialize-8888",
    338       "gm",
    339       "_",
    340       "parsedpaths",
    341       "serialize-8888",
    342       "gm",
    343       "_",
    344       "ImageGeneratorExternal_rect",
    345       "serialize-8888",
    346       "gm",
    347       "_",
    348       "ImageGeneratorExternal_shader",
    349       "serialize-8888",
    350       "gm",
    351       "_",
    352       "shadow_utils",
    353       "serialize-8888",
    354       "gm",
    355       "_",
    356       "persp_images",
    357       "serialize-8888",
    358       "gm",
    359       "_",
    360       "all_bitmap_configs",
    361       "serialize-8888",
    362       "gm",
    363       "_",
    364       "makecolorspace",
    365       "serialize-8888",
    366       "gm",
    367       "_",
    368       "readpixels",
    369       "serialize-8888",
    370       "gm",
    371       "_",
    372       "draw_image_set_rect_to_rect",
    373       "serialize-8888",
    374       "gm",
    375       "_",
    376       "analytic_antialias_convex",
    377       "serialize-8888",
    378       "gm",
    379       "_",
    380       "bleed_alpha_image",
    381       "serialize-8888",
    382       "gm",
    383       "_",
    384       "bleed_alpha_image_shader",
    385       "pic-8888",
    386       "gm",
    387       "_",
    388       "drawfilter",
    389       "lite-8888",
    390       "gm",
    391       "_",
    392       "drawfilter",
    393       "pic-8888",
    394       "gm",
    395       "_",
    396       "image-cacherator-from-picture",
    397       "serialize-8888",
    398       "gm",
    399       "_",
    400       "image-cacherator-from-picture",
    401       "pic-8888",
    402       "gm",
    403       "_",
    404       "image-cacherator-from-raster",
    405       "serialize-8888",
    406       "gm",
    407       "_",
    408       "image-cacherator-from-raster",
    409       "pic-8888",
    410       "gm",
    411       "_",
    412       "image-cacherator-from-ctable",
    413       "serialize-8888",
    414       "gm",
    415       "_",
    416       "image-cacherator-from-ctable",
    417       "pic-8888",
    418       "gm",
    419       "_",
    420       "complexclip4_bw",
    421       "lite-8888",
    422       "gm",
    423       "_",
    424       "complexclip4_bw",
    425       "serialize-8888",
    426       "gm",
    427       "_",
    428       "complexclip4_bw",
    429       "pic-8888",
    430       "gm",
    431       "_",
    432       "complexclip4_aa",
    433       "lite-8888",
    434       "gm",
    435       "_",
    436       "complexclip4_aa",
    437       "serialize-8888",
    438       "gm",
    439       "_",
    440       "complexclip4_aa",
    441       "pic-8888",
    442       "gm",
    443       "_",
    444       "p3",
    445       "lite-8888",
    446       "gm",
    447       "_",
    448       "p3",
    449       "serialize-8888",
    450       "gm",
    451       "_",
    452       "p3",
    453       "tiles_rt-8888",
    454       "gm",
    455       "_",
    456       "complexclip4_bw",
    457       "tiles_rt-8888",
    458       "gm",
    459       "_",
    460       "complexclip4_aa",
    461       "--nonativeFonts",
    462       "--verbose"
    463     ],
    464     "cwd": "[START_DIR]/skia",
    465     "env": {
    466       "ASAN_OPTIONS": "symbolize=1 detect_leaks=1",
    467       "CHROME_HEADLESS": "1",
    468       "LD_LIBRARY_PATH": "[START_DIR]/clang_linux/lib",
    469       "LSAN_OPTIONS": "symbolize=1 print_suppressions=1",
    470       "PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]:[START_DIR]/clang_linux/bin",
    471       "UBSAN_OPTIONS": "symbolize=1 print_stacktrace=1"
    472     },
    473     "name": "symbolized dm"
    474   },
    475   {
    476     "jsonResult": null,
    477     "name": "$result"
    478   }
    479 ]