Skip to content

Fix failing "execute (qBraid-QIR)" CI job by marking credential-dependent notebooks with SENTINEL#66

Merged
TheGupta2012 merged 2 commits into
mainfrom
copilot/fix-failing-github-actions-job
Jul 6, 2026
Merged

Fix failing "execute (qBraid-QIR)" CI job by marking credential-dependent notebooks with SENTINEL#66
TheGupta2012 merged 2 commits into
mainfrom
copilot/fix-failing-github-actions-job

Conversation

Copilot AI commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Two notebooks in qBraid-QIR were executing against the qBraid API in CI without valid credentials, causing 401 Unauthorized / ResourceNotFoundError failures. The workflow already has a SENTINEL-based skip mechanism — it just wasn't applied to these notebooks.

Changes

  • autoqasm_deutsch_jozsa.ipynb — Added # SENTINEL comment to the cell calling QbraidProvider() / get_device("qbraid:qbraid:sim:qir-sv")
  • qbraid_qir_sim_batch_jobs.ipynb — Added # SENTINEL comment to the QbraidProvider() instantiation cell

Both notebooks are now skipped in CI (consistent with Provider-Jobs/ notebooks), while the remaining two in the directory (qbraid_transpiler_braket_to_qir.ipynb, qir_to_squin_conversion.ipynb) continue to execute normally.

# SENTINEL: Requires qBraid API key (QBRAID_API_KEY) for authentication.
provider = QbraidProvider()

Copilot AI changed the title [WIP] Fix failing GitHub Actions job execute (qBraid-QIR) Fix failing "execute (qBraid-QIR)" CI job by marking credential-dependent notebooks with SENTINEL Jul 3, 2026
Copilot AI requested a review from rryoung98 July 3, 2026 04:14
@TheGupta2012 TheGupta2012 marked this pull request as ready for review July 3, 2026 07:20
@TheGupta2012 TheGupta2012 merged commit ae1307f into main Jul 6, 2026
11 checks passed
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.

3 participants