tree: 001361ed0a85a53081293ba9f77017d551cc6683 [path history] [tgz]
  1. android_compile.expected/
  2. bookmaker.expected/
  3. calmbench.expected/
  4. check_generated_files.expected/
  5. compile.expected/
  6. compute_test.expected/
  7. ct_skps.expected/
  8. housekeeper.expected/
  9. infra.expected/
  10. perf.expected/
  11. recreate_skps.expected/
  12. skpbench.expected/
  13. skqp_test.expected/
  14. test.expected/
  15. test_lottie_web.expected/
  16. test_pathkit.expected/
  17. update_go_deps.expected/
  18. upload_calmbench_results.expected/
  19. upload_dm_results.expected/
  20. upload_nano_results.expected/
  21. upload_skiaserve.expected/
  22. android_compile.py
  23. bookmaker.py
  24. calmbench.py
  25. check_generated_files.py
  26. compile.py
  27. compute_test.py
  28. ct_skps.py
  29. housekeeper.py
  30. infra.py
  31. perf.py
  32. README.md
  33. recreate_skps.py
  34. skpbench.py
  35. skqp_test.py
  36. test.py
  37. test_lottie_web.py
  38. test_pathkit.py
  39. update_go_deps.py
  40. upload_calmbench_results.py
  41. upload_dm_results.py
  42. upload_nano_results.py
  43. upload_skiaserve.py
infra/bots/recipes/README.md

Skia Recipes

These are the top-level scripts which run inside of Swarming tasks to perform all of Skia's automated testing.

To run a recipe locally:

$ python infra/bots/recipes.py run --workdir=/tmp/<workdir> <recipe name without .py> key1=value1 key2=value2 ...

Each recipe may have its own required properties which must be entered as key/value pairs in the command.

When you change a recipe, you generally need to re-train the simulation test:

$ python infra/bots/recipes.py test train

Or:

    $ cd infra/bots; make train

The test generates expectations files for the tests contained within each recipe which illustrate which steps would run, given a particular set of inputs. Pay attention to the diffs in these files when making changes to ensure that your change has the intended effect.