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       "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       "[START_DIR]/out/Debug/dm",
    121       "--resourcePath",
    122       "[START_DIR]/skia/resources",
    123       "--skps",
    124       "[START_DIR]/skp",
    125       "--images",
    126       "[START_DIR]/skimage/dm",
    127       "--colorImages",
    128       "[START_DIR]/skimage/colorspace",
    129       "--nameByHash",
    130       "--properties",
    131       "gitHash",
    132       "abc123",
    133       "builder",
    134       "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN",
    135       "buildbucket_build_id",
    136       "123454321",
    137       "swarming_bot_id",
    138       "skia-bot-123",
    139       "swarming_task_id",
    140       "123456",
    141       "--svgs",
    142       "[START_DIR]/svg",
    143       "--key",
    144       "arch",
    145       "x86_64",
    146       "compiler",
    147       "Clang",
    148       "configuration",
    149       "Debug",
    150       "cpu_or_gpu",
    151       "CPU",
    152       "cpu_or_gpu_value",
    153       "AVX2",
    154       "extra_config",
    155       "ASAN",
    156       "model",
    157       "GCE",
    158       "os",
    159       "Debian9",
    160       "--dont_write",
    161       "pdf",
    162       "--randomProcessorTest",
    163       "--nogpu",
    164       "--config",
    165       "8888",
    166       "srgb",
    167       "pdf",
    168       "g8",
    169       "565",
    170       "f16",
    171       "lite-8888",
    172       "gbr-8888",
    173       "serialize-8888",
    174       "tiles_rt-8888",
    175       "pic-8888",
    176       "--src",
    177       "tests",
    178       "gm",
    179       "image",
    180       "colorImage",
    181       "svg",
    182       "--blacklist",
    183       "~8888",
    184       "svg",
    185       "_",
    186       "_",
    187       "f16",
    188       "_",
    189       "_",
    190       "dstreadshuffle",
    191       "gbr-8888",
    192       "image",
    193       "_",
    194       "_",
    195       "gbr-8888",
    196       "colorImage",
    197       "_",
    198       "_",
    199       "g8",
    200       "image",
    201       "_",
    202       "_",
    203       "g8",
    204       "colorImage",
    205       "_",
    206       "_",
    207       "serialize-8888",
    208       "gm",
    209       "_",
    210       "bleed_image",
    211       "serialize-8888",
    212       "gm",
    213       "_",
    214       "c_gms",
    215       "serialize-8888",
    216       "gm",
    217       "_",
    218       "colortype",
    219       "serialize-8888",
    220       "gm",
    221       "_",
    222       "colortype_xfermodes",
    223       "serialize-8888",
    224       "gm",
    225       "_",
    226       "drawfilter",
    227       "serialize-8888",
    228       "gm",
    229       "_",
    230       "fontmgr_bounds_0.75_0",
    231       "serialize-8888",
    232       "gm",
    233       "_",
    234       "fontmgr_bounds_1_-0.25",
    235       "serialize-8888",
    236       "gm",
    237       "_",
    238       "fontmgr_bounds",
    239       "serialize-8888",
    240       "gm",
    241       "_",
    242       "fontmgr_match",
    243       "serialize-8888",
    244       "gm",
    245       "_",
    246       "fontmgr_iter",
    247       "serialize-8888",
    248       "gm",
    249       "_",
    250       "imagemasksubset",
    251       "serialize-8888",
    252       "gm",
    253       "_",
    254       "bitmapfilters",
    255       "serialize-8888",
    256       "gm",
    257       "_",
    258       "bitmapshaders",
    259       "serialize-8888",
    260       "gm",
    261       "_",
    262       "bleed",
    263       "serialize-8888",
    264       "gm",
    265       "_",
    266       "bleed_alpha_bmp",
    267       "serialize-8888",
    268       "gm",
    269       "_",
    270       "bleed_alpha_bmp_shader",
    271       "serialize-8888",
    272       "gm",
    273       "_",
    274       "convex_poly_clip",
    275       "serialize-8888",
    276       "gm",
    277       "_",
    278       "extractalpha",
    279       "serialize-8888",
    280       "gm",
    281       "_",
    282       "filterbitmap_checkerboard_32_32_g8",
    283       "serialize-8888",
    284       "gm",
    285       "_",
    286       "filterbitmap_image_mandrill_64",
    287       "serialize-8888",
    288       "gm",
    289       "_",
    290       "shadows",
    291       "serialize-8888",
    292       "gm",
    293       "_",
    294       "simpleaaclip_aaclip",
    295       "serialize-8888",
    296       "gm",
    297       "_",
    298       "composeshader_bitmap",
    299       "serialize-8888",
    300       "gm",
    301       "_",
    302       "scaled_tilemodes_npot",
    303       "serialize-8888",
    304       "gm",
    305       "_",
    306       "scaled_tilemodes",
    307       "serialize-8888",
    308       "gm",
    309       "_",
    310       "typefacerendering_pfaMac",
    311       "serialize-8888",
    312       "gm",
    313       "_",
    314       "parsedpaths",
    315       "serialize-8888",
    316       "gm",
    317       "_",
    318       "ImageGeneratorExternal_rect",
    319       "serialize-8888",
    320       "gm",
    321       "_",
    322       "ImageGeneratorExternal_shader",
    323       "serialize-8888",
    324       "gm",
    325       "_",
    326       "shadow_utils",
    327       "serialize-8888",
    328       "gm",
    329       "_",
    330       "all_bitmap_configs",
    331       "serialize-8888",
    332       "gm",
    333       "_",
    334       "makecolorspace",
    335       "serialize-8888",
    336       "gm",
    337       "_",
    338       "analytic_antialias_convex",
    339       "serialize-8888",
    340       "gm",
    341       "_",
    342       "bleed_alpha_image",
    343       "serialize-8888",
    344       "gm",
    345       "_",
    346       "bleed_alpha_image_shader",
    347       "pic-8888",
    348       "gm",
    349       "_",
    350       "drawfilter",
    351       "lite-8888",
    352       "gm",
    353       "_",
    354       "drawfilter",
    355       "pic-8888",
    356       "gm",
    357       "_",
    358       "image-cacherator-from-picture",
    359       "serialize-8888",
    360       "gm",
    361       "_",
    362       "image-cacherator-from-picture",
    363       "pic-8888",
    364       "gm",
    365       "_",
    366       "image-cacherator-from-raster",
    367       "serialize-8888",
    368       "gm",
    369       "_",
    370       "image-cacherator-from-raster",
    371       "pic-8888",
    372       "gm",
    373       "_",
    374       "image-cacherator-from-ctable",
    375       "serialize-8888",
    376       "gm",
    377       "_",
    378       "image-cacherator-from-ctable",
    379       "pic-8888",
    380       "gm",
    381       "_",
    382       "gamut",
    383       "lite-8888",
    384       "gm",
    385       "_",
    386       "gamut",
    387       "serialize-8888",
    388       "gm",
    389       "_",
    390       "gamut",
    391       "pic-8888",
    392       "gm",
    393       "_",
    394       "complexclip4_bw",
    395       "lite-8888",
    396       "gm",
    397       "_",
    398       "complexclip4_bw",
    399       "serialize-8888",
    400       "gm",
    401       "_",
    402       "complexclip4_bw",
    403       "pic-8888",
    404       "gm",
    405       "_",
    406       "complexclip4_aa",
    407       "lite-8888",
    408       "gm",
    409       "_",
    410       "complexclip4_aa",
    411       "serialize-8888",
    412       "gm",
    413       "_",
    414       "complexclip4_aa",
    415       "tiles_rt-8888",
    416       "gm",
    417       "_",
    418       "complexclip4_bw",
    419       "tiles_rt-8888",
    420       "gm",
    421       "_",
    422       "complexclip4_aa",
    423       "--nonativeFonts",
    424       "--verbose"
    425     ],
    426     "cwd": "[START_DIR]/skia",
    427     "env": {
    428       "ASAN_OPTIONS": "symbolize=1 detect_leaks=1",
    429       "BUILDTYPE": "Debug",
    430       "CHROME_HEADLESS": "1",
    431       "LSAN_OPTIONS": "symbolize=1 print_suppressions=1",
    432       "PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]:[START_DIR]/clang_linux/bin",
    433       "SKIA_OUT": "[START_DIR]/out",
    434       "UBSAN_OPTIONS": "symbolize=1 print_stacktrace=1"
    435     },
    436     "name": "symbolized dm"
    437   },
    438   {
    439     "name": "$result",
    440     "recipe_result": null,
    441     "status_code": 0
    442   }
    443 ]