Skip to content

Commit 79286a1

Browse files
authored
Restore weekly cadence for the CI-weekly workflow (#6066)
And also remove the intentional test failure as it was correctly reported by the CI. Finalizes #6037 Reverts #6060
1 parent ee2d32a commit 79286a1

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/ci-weekly.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ name: Continuous Integration - Weekly
33
on:
44
schedule:
55
# Checks out master by default.
6-
# TODO (#6037) - replace with weekly cadence after verification
7-
- cron: '0 0 * * *'
8-
# - cron: '0 0 * * 0'
6+
- cron: '0 0 * * 0'
97

108
concurrency:
119
group: ${{ github.workflow }}

dev_tools/notebooks/isolated_notebook_test.py

-3
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,6 @@ def test_all_notebooks_against_released_cirq(partition, notebook_path, cloned_en
228228
See `test_changed_notebooks_against_released_cirq` for more details on
229229
notebooks execution.
230230
"""
231-
# TODO(#6037,pavoljuhas) - remove after confirming we get error reports from the CI
232-
if notebook_path.endswith('/circuits.ipynb'):
233-
assert False, 'intentional failure to simulate CI-weekly run with failed test'
234231
_rewrite_and_run_notebook(notebook_path, cloned_env)
235232

236233

0 commit comments

Comments
 (0)