Skip to content

Commit cbd5002

Browse files
docusaurus-botfacebook-github-bot
authored andcommitted
Add Constraint Active Search tutorial to ignore list (#1588)
Summary: ## Motivation The tutorials have been failing in the nightly cron for several days. [Binary search](#1581) identifies the constraint active search tutorial as the culprit. I suspect this is an OOM. I plan to fix it after the holidays, but since that will be over a week (optimistically) let's ignore it for now. Pull Request resolved: #1588 Test Plan: Manually trigger cron on this branch and make sure it passes. ## Related PRs #1581 debugs this. Reviewed By: saitcakmak Differential Revision: D42224423 Pulled By: esantorella fbshipit-source-id: 10e4d619ef5d4c3ade46fba7f844caf9993c35ed
1 parent dfa4497 commit cbd5002

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/run_tutorials.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
"vae_mnist.ipynb", # requires setting paths to local data
2424
"bope.ipynb", # flaky, keeps failing the workflows
2525
"preference_bo.ipynb", # failing. Fix planned
26+
# Causing the tutorials to crash when run without smoke test. Likely OOM.
27+
# Fix planned.
28+
"constraint_active_search",
2629
}
2730
IGNORE_SMOKE_TEST_ONLY = { # only used in smoke tests
2831
"thompson_sampling.ipynb", # very slow without KeOps + GPU

0 commit comments

Comments
 (0)