Publishing is failing possibly due to timeout validating quantum_transformer.ipynb
Required prerequisites
- [x] Consult the security policy. If reporting a security vulnerability, do not report the bug using this form. Use the process described in the policy to report the issue.
- [x] Make sure you've read the documentation. Your issue may be addressed there.
- [x] Search the issue tracker to verify that this hasn't already been reported. +1 or comment there if it has.
- [x] If possible, make a PR with a failing test to give us a starting point to work on!
Describe the bug
The publishing pipeline is getting a context cancelled which is usually related to timeouts when validating the newly added quantum_transformer.ipynb in https://github.com/NVIDIA/cuda-quantum/actions/runs/13640844145/job/38132888363#step:5:1361. This notebook was recently added in https://github.com/NVIDIA/cuda-quantum/pull/2614
Steps to reproduce the bug
Run the publishing pipeline
Expected behavior
Publishing passes
Is this a regression? If it is, put the last known working version (or commit) here.
Not a regression
Environment
- CUDA-Q version: latest
- Python version:
- C++ compiler:
- Operating system:
Suggestions
No response
I've been trying to reproduce this locally, but with no luck yet.
@sacpis has mentioned the test takes a few hours, so this is likely the CI failure. I will add a commit soon to skip this validation.
This needs a longer discussion on how we handle these more involved notebooks. Perhaps we separate them into a new area that is ran on special runners every fortnite instead of during every publishing like it currently is.