Skip to content

Skip 3 scripts that exceed 60s timeout#46

Merged
Jammy2211 merged 1 commit intomainfrom
feature/slow-script-skip
Apr 10, 2026
Merged

Skip 3 scripts that exceed 60s timeout#46
Jammy2211 merged 1 commit intomainfrom
feature/slow-script-skip

Conversation

@Jammy2211
Copy link
Copy Markdown
Collaborator

Summary

  • guides/results/examples/samples.py and samples_via_aggregator.py unset PYAUTOFIT_TEST_MODE via config/build/env_vars.yaml so they can produce real samples for downstream aggregator examples
  • howtolens/chapter_4_pixelizations/tutorial_10_brightness_adaption.py is a genuinely slow pixelization tutorial
  • All three reliably exceed the 60s per-script timeout cap
  • Skipped with the new SLOW <YYYY-MM-DD> marker so PyAutoBuild surfaces them in a warning banner every mega-run until the performance issue is fixed

Paired with PyAutoBuild PR #40 which adds the SLOW convention and warning banner.

Test plan

  • Pattern matches verified locally
  • Next mega-run shows 0 timeouts from this workspace and warning banner lists all 3 entries

guides/results/examples/samples.py and samples_via_aggregator.py unset
PYAUTOFIT_TEST_MODE via env_vars.yaml so they produce real samples for
downstream examples. The pixelization tutorial is genuinely slow under
the new 60s per-script cap.

Marked with the new SLOW-skip convention so PyAutoBuild's run_all.py
surfaces them in a warning banner every mega-run until the performance
issue is fixed.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@Jammy2211 Jammy2211 merged commit 181b3ff into main Apr 10, 2026
@Jammy2211 Jammy2211 deleted the feature/slow-script-skip branch April 10, 2026 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant