Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci - skip slow tests on PR, run them in daily ci instead #6331

Merged
merged 11 commits into from Oct 30, 2023

Commits on Oct 29, 2023

  1. Apply slow mark for test_qrom_multi_dim[2-data0]

    Also rewrite nested parametrization to a single parametrize decorator
    providing the same argument values.
    pavoljuhas committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    95b2969 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6c9b34 View commit details
    Browse the repository at this point in the history
  3. Add slow mark to test_selected_majorana_fermion_gate

    Only apply for the larger (selection_bitsize, target_bitsize) values.
    pavoljuhas committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    3a85204 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f006fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98033f5 View commit details
    Browse the repository at this point in the history
  6. Apply slow mark for test_select_swap_qrom[3-data1]

    Also rewrite nested parametrization to a single parametrize decorator
    with the same argument values.
    pavoljuhas committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    08c7110 View commit details
    Browse the repository at this point in the history
  7. Apply slow mark for test_qrom_1d[2-data2]

    Also rewrite nested parametrization to a single parametrize decorator
    with the same argument values.
    pavoljuhas committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    a10371c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    95b20af View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    6e3fc70 View commit details
    Browse the repository at this point in the history
  2. Reapply slow marks for test_state_preparation_via_coherent_alias_samp…

    …ling
    
    Enable the least slow of 4 test parametrizations.
    pavoljuhas committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    8329cdf View commit details
    Browse the repository at this point in the history
  3. Add Windows and MacOS tests to ci-daily

    We run slow-marked cirq-ft tests here so we'd better
    test for all supported operating systems.
    
    Also use an explicit `check/pytest -n auto` in case the default
    `-n auto` option in that script changes.
    pavoljuhas committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    d3afedf View commit details
    Browse the repository at this point in the history