tree: f2c3649ed31dd7c68348afb441ced3b61b774c2f [path history] [tgz]
  1. android_compile.expected/
  2. calmbench.expected/
  3. check_generated_files.expected/
  4. compile.expected/
  5. compute_buildstats.expected/
  6. compute_test.expected/
  7. g3_compile.expected/
  8. housekeeper.expected/
  9. infra.expected/
  10. perf.expected/
  11. perf_canvaskit.expected/
  12. perf_pathkit.expected/
  13. perf_skottietrace.expected/
  14. recreate_skps.expected/
  15. skpbench.expected/
  16. skqp_test.expected/
  17. test.expected/
  18. test_canvaskit.expected/
  19. test_lottie_web.expected/
  20. test_pathkit.expected/
  21. test_skqp_emulator.expected/
  22. upload_buildstats_results.expected/
  23. upload_calmbench_results.expected/
  24. upload_dm_results.expected/
  25. upload_nano_results.expected/
  26. upload_skiaserve.expected/
  27. android_compile.py
  28. calmbench.py
  29. check_generated_files.py
  30. compile.py
  31. compute_buildstats.py
  32. compute_test.py
  33. g3_compile.py
  34. housekeeper.py
  35. infra.py
  36. perf.py
  37. perf_canvaskit.py
  38. perf_pathkit.py
  39. perf_skottietrace.py
  40. README.md
  41. recreate_skps.py
  42. skpbench.py
  43. skqp_test.py
  44. test.py
  45. test_canvaskit.py
  46. test_lottie_web.py
  47. test_pathkit.py
  48. test_skqp_emulator.py
  49. upload_buildstats_results.py
  50. upload_calmbench_results.py
  51. upload_dm_results.py
  52. upload_nano_results.py
  53. 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.