ReCirq icon indicating copy to clipboard operation
ReCirq copied to clipboard

Separate integration test for end-to-end experiment runs

Open mpharrigan opened this issue 4 years ago • 1 comments

These are too expensive to run for every PR. Right now, I've saved executed versions of

  • qaoa/Tasks-Tutorial
  • qaoa/Precomputed-Analysis
  • qaoa/Landscape-Analysis

which need to be tested manually.

Some options:

  1. Run only when changed; i.e. set up caching or something on the doc builder
  2. Run as distinct CI step (i.e. only when ready to merge; all other checks pass)
  3. Run ~weekly [runs the risk of merging broken code]

mpharrigan avatar Apr 08 '20 19:04 mpharrigan

xref https://github.com/quantumlib/ReCirq/pull/26#issuecomment-618676524

The default option of re-running all the example notebooks when building the docs locally is surprising. The default should be changed.

mpharrigan avatar Jun 18 '20 21:06 mpharrigan