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/Release/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-Release-All-TSAN",
    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       "Release",
    150       "cpu_or_gpu",
    151       "CPU",
    152       "cpu_or_gpu_value",
    153       "AVX2",
    154       "extra_config",
    155       "TSAN",
    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       "--blacklist",
    182       "f16",
    183       "_",
    184       "_",
    185       "dstreadshuffle",
    186       "gbr-8888",
    187       "image",
    188       "_",
    189       "_",
    190       "gbr-8888",
    191       "colorImage",
    192       "_",
    193       "_",
    194       "g8",
    195       "image",
    196       "_",
    197       "_",
    198       "g8",
    199       "colorImage",
    200       "_",
    201       "_",
    202       "serialize-8888",
    203       "gm",
    204       "_",
    205       "bleed_image",
    206       "serialize-8888",
    207       "gm",
    208       "_",
    209       "c_gms",
    210       "serialize-8888",
    211       "gm",
    212       "_",
    213       "colortype",
    214       "serialize-8888",
    215       "gm",
    216       "_",
    217       "colortype_xfermodes",
    218       "serialize-8888",
    219       "gm",
    220       "_",
    221       "drawfilter",
    222       "serialize-8888",
    223       "gm",
    224       "_",
    225       "fontmgr_bounds_0.75_0",
    226       "serialize-8888",
    227       "gm",
    228       "_",
    229       "fontmgr_bounds_1_-0.25",
    230       "serialize-8888",
    231       "gm",
    232       "_",
    233       "fontmgr_bounds",
    234       "serialize-8888",
    235       "gm",
    236       "_",
    237       "fontmgr_match",
    238       "serialize-8888",
    239       "gm",
    240       "_",
    241       "fontmgr_iter",
    242       "serialize-8888",
    243       "gm",
    244       "_",
    245       "imagemasksubset",
    246       "serialize-8888",
    247       "gm",
    248       "_",
    249       "bitmapfilters",
    250       "serialize-8888",
    251       "gm",
    252       "_",
    253       "bitmapshaders",
    254       "serialize-8888",
    255       "gm",
    256       "_",
    257       "bleed",
    258       "serialize-8888",
    259       "gm",
    260       "_",
    261       "bleed_alpha_bmp",
    262       "serialize-8888",
    263       "gm",
    264       "_",
    265       "bleed_alpha_bmp_shader",
    266       "serialize-8888",
    267       "gm",
    268       "_",
    269       "convex_poly_clip",
    270       "serialize-8888",
    271       "gm",
    272       "_",
    273       "extractalpha",
    274       "serialize-8888",
    275       "gm",
    276       "_",
    277       "filterbitmap_checkerboard_32_32_g8",
    278       "serialize-8888",
    279       "gm",
    280       "_",
    281       "filterbitmap_image_mandrill_64",
    282       "serialize-8888",
    283       "gm",
    284       "_",
    285       "shadows",
    286       "serialize-8888",
    287       "gm",
    288       "_",
    289       "simpleaaclip_aaclip",
    290       "serialize-8888",
    291       "gm",
    292       "_",
    293       "composeshader_bitmap",
    294       "serialize-8888",
    295       "gm",
    296       "_",
    297       "scaled_tilemodes_npot",
    298       "serialize-8888",
    299       "gm",
    300       "_",
    301       "scaled_tilemodes",
    302       "serialize-8888",
    303       "gm",
    304       "_",
    305       "typefacerendering_pfaMac",
    306       "serialize-8888",
    307       "gm",
    308       "_",
    309       "parsedpaths",
    310       "serialize-8888",
    311       "gm",
    312       "_",
    313       "ImageGeneratorExternal_rect",
    314       "serialize-8888",
    315       "gm",
    316       "_",
    317       "ImageGeneratorExternal_shader",
    318       "serialize-8888",
    319       "gm",
    320       "_",
    321       "shadow_utils",
    322       "serialize-8888",
    323       "gm",
    324       "_",
    325       "all_bitmap_configs",
    326       "serialize-8888",
    327       "gm",
    328       "_",
    329       "makecolorspace",
    330       "serialize-8888",
    331       "gm",
    332       "_",
    333       "analytic_antialias_convex",
    334       "serialize-8888",
    335       "gm",
    336       "_",
    337       "bleed_alpha_image",
    338       "serialize-8888",
    339       "gm",
    340       "_",
    341       "bleed_alpha_image_shader",
    342       "pic-8888",
    343       "gm",
    344       "_",
    345       "drawfilter",
    346       "lite-8888",
    347       "gm",
    348       "_",
    349       "drawfilter",
    350       "pic-8888",
    351       "gm",
    352       "_",
    353       "image-cacherator-from-picture",
    354       "serialize-8888",
    355       "gm",
    356       "_",
    357       "image-cacherator-from-picture",
    358       "pic-8888",
    359       "gm",
    360       "_",
    361       "image-cacherator-from-raster",
    362       "serialize-8888",
    363       "gm",
    364       "_",
    365       "image-cacherator-from-raster",
    366       "pic-8888",
    367       "gm",
    368       "_",
    369       "image-cacherator-from-ctable",
    370       "serialize-8888",
    371       "gm",
    372       "_",
    373       "image-cacherator-from-ctable",
    374       "pic-8888",
    375       "gm",
    376       "_",
    377       "gamut",
    378       "lite-8888",
    379       "gm",
    380       "_",
    381       "gamut",
    382       "serialize-8888",
    383       "gm",
    384       "_",
    385       "gamut",
    386       "pic-8888",
    387       "gm",
    388       "_",
    389       "complexclip4_bw",
    390       "lite-8888",
    391       "gm",
    392       "_",
    393       "complexclip4_bw",
    394       "serialize-8888",
    395       "gm",
    396       "_",
    397       "complexclip4_bw",
    398       "pic-8888",
    399       "gm",
    400       "_",
    401       "complexclip4_aa",
    402       "lite-8888",
    403       "gm",
    404       "_",
    405       "complexclip4_aa",
    406       "serialize-8888",
    407       "gm",
    408       "_",
    409       "complexclip4_aa",
    410       "tiles_rt-8888",
    411       "gm",
    412       "_",
    413       "complexclip4_bw",
    414       "tiles_rt-8888",
    415       "gm",
    416       "_",
    417       "complexclip4_aa",
    418       "--match",
    419       "~ReadWriteAlpha",
    420       "~RGBA4444TextureTest",
    421       "~RGB565TextureTest",
    422       "--nonativeFonts",
    423       "--verbose"
    424     ],
    425     "cwd": "[START_DIR]/skia",
    426     "env": {
    427       "BUILDTYPE": "Release",
    428       "CHROME_HEADLESS": "1",
    429       "PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]:[START_DIR]/clang_linux/bin",
    430       "SKIA_OUT": "[START_DIR]/out",
    431       "TSAN_OPTIONS": "report_signal_unsafe=0"
    432     },
    433     "name": "symbolized dm"
    434   },
    435   {
    436     "name": "$result",
    437     "recipe_result": null,
    438     "status_code": 0
    439   }
    440 ]