ci: Copy nightly matrix into override to test GH UI loading#9209
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughSummary by CodeRabbit
suggestion: WalkthroughThe PR expands ChangesCI Matrix Expansion for CTK and Compiler Coverage
Comment |
This comment has been minimized.
This comment has been minimized.
…][skip-docs] The nightly CI workflow has become too large for the GitHub UI to load. To diagnose and find a manageable subset, copy the full nightly matrix (65 entries) into the override section so it runs as a PR workflow for observation. This override blocks merging by design. Once a working subset is identified, the override will be reset to empty.
b01ac23 to
708c815
Compare
This comment has been minimized.
This comment has been minimized.
|
/ok to test |
|
The StepSecurity reports should be disabled now. Kicked off another run to see if that fixes the issue. |
|
/ok to test 708c815 |
😬 CI Workflow Results🟥 Finished in 1h 36m: Pass: 90%/1054 | Total: 8d 20h | Max: 58m 58s | Hits: 99%/1196940See results here. |
Problem
The nightly CI workflow has become too large for the GitHub UI to load/render.
Approach
Copy the full nightly matrix (65 entries) into the
workflows.overridesection so it runs as a PR workflow. This lets us observe whether the GH UI can handle the nightly job count, and iteratively reduce it to find a manageable subset.Important Notes
--allow-override).[skip-vdc][skip-docs][skip-tpt]to reduce unrelated CI noise during this experiment.