Skip to content

Commit

Permalink
Restore weekly cadence for the CI-weekly workflow (#6066)
Browse files Browse the repository at this point in the history
And also remove the intentional test failure as it was correctly reported by the CI.

Finalizes #6037
Reverts #6060
  • Loading branch information
pavoljuhas committed Apr 14, 2023
1 parent ee2d32a commit 79286a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-weekly.yml
Expand Up @@ -3,9 +3,7 @@ name: Continuous Integration - Weekly
on:
schedule:
# Checks out master by default.
# TODO (#6037) - replace with weekly cadence after verification
- cron: '0 0 * * *'
# - cron: '0 0 * * 0'
- cron: '0 0 * * 0'

concurrency:
group: ${{ github.workflow }}
Expand Down
3 changes: 0 additions & 3 deletions dev_tools/notebooks/isolated_notebook_test.py
Expand Up @@ -228,9 +228,6 @@ def test_all_notebooks_against_released_cirq(partition, notebook_path, cloned_en
See `test_changed_notebooks_against_released_cirq` for more details on
notebooks execution.
"""
# TODO(#6037,pavoljuhas) - remove after confirming we get error reports from the CI
if notebook_path.endswith('/circuits.ipynb'):
assert False, 'intentional failure to simulate CI-weekly run with failed test'
_rewrite_and_run_notebook(notebook_path, cloned_env)


Expand Down

0 comments on commit 79286a1

Please sign in to comment.