Home | History | Annotate | only in /external/skia/infra/bots/recipes
Up to higher level directory
NameDateSize
android_compile.expected/22-Oct-2020
android_compile.py22-Oct-20204.7K
calmbench.expected/22-Oct-2020
calmbench.py22-Oct-20202.8K
check_generated_files.expected/22-Oct-2020
check_generated_files.py22-Oct-20202.5K
compile.expected/22-Oct-2020
compile.py22-Oct-20203.4K
compute_buildstats.expected/22-Oct-2020
compute_buildstats.py22-Oct-20208.9K
compute_test.expected/22-Oct-2020
compute_test.py22-Oct-2020878
housekeeper.expected/22-Oct-2020
housekeeper.py22-Oct-20201.8K
infra.expected/22-Oct-2020
infra.py22-Oct-20201.1K
perf.expected/22-Oct-2020
perf.py22-Oct-202016.4K
perf_canvaskit.expected/22-Oct-2020
perf_canvaskit.py22-Oct-20204.7K
perf_pathkit.expected/22-Oct-2020
perf_pathkit.py22-Oct-20205.5K
README.md22-Oct-2020822
recreate_skps.expected/22-Oct-2020
recreate_skps.py22-Oct-20203.9K
skpbench.expected/22-Oct-2020
skpbench.py22-Oct-20205.7K
skqp_test.expected/22-Oct-2020
skqp_test.py22-Oct-20201.3K
test.expected/22-Oct-2020
test.py22-Oct-202048.6K
test_canvaskit.expected/22-Oct-2020
test_canvaskit.py22-Oct-20204.7K
test_lottie_web.expected/22-Oct-2020
test_lottie_web.py22-Oct-20204.7K
test_pathkit.expected/22-Oct-2020
test_pathkit.py22-Oct-20206.1K
test_skqp_emulator.expected/22-Oct-2020
test_skqp_emulator.py22-Oct-20203K
update_go_deps.expected/22-Oct-2020
update_go_deps.py22-Oct-20201.1K
upload_buildstats_results.expected/22-Oct-2020
upload_buildstats_results.py22-Oct-20202.2K
upload_calmbench_results.expected/22-Oct-2020
upload_calmbench_results.py22-Oct-20202.8K
upload_dm_results.expected/22-Oct-2020
upload_dm_results.py22-Oct-20204.2K
upload_nano_results.expected/22-Oct-2020
upload_nano_results.py22-Oct-20202.1K
upload_skiaserve.expected/22-Oct-2020
upload_skiaserve.py22-Oct-20201.7K

README.md

      1 Skia Recipes
      2 ============
      3 
      4 These are the top-level scripts which run inside of Swarming tasks to perform
      5 all of Skia's automated testing.
      6 
      7 To run a recipe locally:
      8 
      9 	$ python infra/bots/recipes.py run --workdir=/tmp/<workdir> <recipe name without .py> key1=value1 key2=value2 ...
     10 
     11 Each recipe may have its own required properties which must be entered as
     12 key/value pairs in the command.
     13 
     14 When you change a recipe, you generally need to re-train the simulation test:
     15 
     16 	$ python infra/bots/recipes.py test train
     17 
     18 Or:
     19 
     20         $ cd infra/bots; make train
     21 
     22 The test generates expectations files for the tests contained within each
     23 recipe which illustrate which steps would run, given a particular set of inputs.
     24 Pay attention to the diffs in these files when making changes to ensure that
     25 your change has the intended effect.
     26