Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
82 commits
Select commit Hold shift + click to select a range
b7d60ac
add server v3 support to `css` integration test
bharat-thotakura Mar 5, 2026
8716a07
add server v3 support to `qss` integration test
bharat-thotakura Mar 5, 2026
88efcb2
use Python 3.14 in integration test + bump timeout minutes
bharat-thotakura Mar 5, 2026
9b7e5d3
Merge branch 'main' into bt/update-daily-tests
bharat-thotakura Mar 5, 2026
111be68
revert some debug changes
bharat-thotakura Mar 5, 2026
53f92a0
type check ugly fix
bharat-thotakura Mar 5, 2026
914fcac
typo fix
bharat-thotakura Mar 5, 2026
5d5d10a
correct assertion
bharat-thotakura Mar 10, 2026
143a105
format nits
bharat-thotakura Mar 10, 2026
a98de3a
Merge branch 'main' into bt/update-daily-tests
bharat-thotakura Mar 10, 2026
73ed595
nit
bharat-thotakura Mar 10, 2026
c1688ba
trying `pytest-split`
bharat-thotakura Mar 10, 2026
a202552
try caching pytest durations
bharat-thotakura Mar 10, 2026
2378796
ensuring duration file and updating cache key
bharat-thotakura Mar 10, 2026
793b9bf
drop caching
bharat-thotakura Mar 10, 2026
c371adc
nits
bharat-thotakura Mar 10, 2026
d442769
[testing] split notebook check further
bharat-thotakura Mar 10, 2026
a1851b7
install `pytest-split` too ..
bharat-thotakura Mar 10, 2026
6db0693
Merge branch 'main' into bt/update-daily-tests
bharat-thotakura Mar 18, 2026
a0a4c0a
use 3 splits
bharat-thotakura Mar 19, 2026
3a3050b
Revert "install `pytest-split` too .."
bharat-thotakura Mar 19, 2026
2279f4d
Merge branch 'main' into bt/update-daily-tests
bharat-thotakura Mar 30, 2026
226f2cf
Merge branch 'main' into bt/update-daily-tests
bharat-thotakura Apr 2, 2026
4539cd4
Merge branch 'main' into bt/update-daily-tests
bharat-thotakura Apr 7, 2026
a975eab
Drop module scope for `css` fixture
bharat-thotakura Apr 13, 2026
eab3463
Drop module scope for `qss` fixture
bharat-thotakura Apr 13, 2026
d81f81c
Merge branch 'main' into bt/update-daily-tests
bharat-thotakura Apr 13, 2026
281c16e
add a wait for `v0.3.0`
bharat-thotakura Apr 13, 2026
600976b
docstring typo fix
bharat-thotakura Apr 14, 2026
079ad49
nit: style of error message
bharat-thotakura Apr 14, 2026
80e1567
lint check fix
bharat-thotakura Apr 14, 2026
6002c60
try using backoff for v3 API
bharat-thotakura Apr 14, 2026
c1ae666
add `python-backoff` to reqs
bharat-thotakura Apr 14, 2026
1a89497
increase backoff
bharat-thotakura Apr 14, 2026
4c5dae7
REVERT: temp editable install
bharat-thotakura Apr 14, 2026
d551801
Revert "REVERT: temp editable install"
bharat-thotakura Apr 14, 2026
d3dc97a
remove strict target assertion + increase backoff time
bharat-thotakura Apr 15, 2026
8877c59
TEMP: editable `gss` install
bharat-thotakura Apr 15, 2026
15a3f88
Merge branch 'main' into bt/update-daily-tests
bharat-thotakura Apr 15, 2026
9ee06de
Revert "TEMP: editable `gss` install"
bharat-thotakura Apr 15, 2026
a0ab4ec
Merge branch 'main' into bt/update-daily-tests
bharat-thotakura Apr 20, 2026
daefe44
Reapply "TEMP: editable `gss` install"
bharat-thotakura Apr 22, 2026
c6c720d
drop `backoff` and try load group
bharat-thotakura May 5, 2026
b74f52a
update workflow file
bharat-thotakura May 5, 2026
e7937d9
update reqs
bharat-thotakura May 5, 2026
44b7f46
Merge branch 'main' into bt/update-daily-tests
bharat-thotakura May 5, 2026
df69074
fixing the perils of going blind
bharat-thotakura May 5, 2026
e818d4b
use auto
bharat-thotakura May 5, 2026
bbfb6f6
Merge branch 'main' into bt/update-daily-tests
bharat-thotakura May 6, 2026
0961b1a
Merge branch 'main' into bt/update-daily-tests
bharat-thotakura May 7, 2026
8f4a329
add another split.
bharat-thotakura May 11, 2026
dd23631
Merge branch 'main' into bt/update-daily-tests
bharat-thotakura May 15, 2026
10f96f7
boost num workers and drop 4th split
bharat-thotakura May 19, 2026
a9d3534
Merge branch 'main' into bt/update-daily-tests
bharat-thotakura May 20, 2026
5ae50b5
Merge branch 'main' into bt/update-daily-tests
bharat-thotakura May 20, 2026
5943931
Merge branch 'main' into bt/update-daily-tests
bharat-thotakura May 22, 2026
28f5703
Merge branch 'main' into bt/update-daily-tests
bharat-thotakura Jun 1, 2026
7c17a76
Merge branch 'main' into bt/update-daily-tests
bharat-thotakura Jun 23, 2026
a290055
Merge branch 'main' into bt/update-daily-tests
bharat-thotakura Jul 2, 2026
bc31f85
Merge branch 'main' into bt/update-daily-tests
bharat-thotakura Jul 14, 2026
475962a
Merge branch 'main' into bt/update-daily-tests
bharat-thotakura Aug 3, 2026
adbc069
[wip] migration
bharat-thotakura Aug 3, 2026
7520796
corrected typing
bharat-thotakura Aug 3, 2026
16d0647
format nits
bharat-thotakura Aug 3, 2026
99aa30d
minor test refactor
bharat-thotakura Aug 3, 2026
7c0335f
equivalent changes for `qss`
bharat-thotakura Aug 3, 2026
6fd833e
format nit
bharat-thotakura Aug 3, 2026
7dd4ccd
Update daily-integration-check.yml
bharat-thotakura Aug 3, 2026
30b22c8
updates to for integration test failures
bharat-thotakura Aug 4, 2026
9b67c9c
add TODOs to comments
bharat-thotakura Aug 4, 2026
fd4aff8
maintain parity with legacy behaviour with default API version
bharat-thotakura Aug 4, 2026
4ef7ec8
revert `xdist_group` for `v0.3.0` tests
bharat-thotakura Aug 4, 2026
8d26fe2
type check fix
bharat-thotakura Aug 4, 2026
5e35768
nit
bharat-thotakura Aug 5, 2026
62ff705
move to type checking block
bharat-thotakura Aug 5, 2026
d7c9c3c
Merge branch 'main' into bt/update-daily-tests
bharat-thotakura Aug 5, 2026
3998db2
Merge branch 'main' into bt/update-daily-tests
bharat-thotakura Aug 10, 2026
4382831
Merge branch 'main' into bt/update-daily-tests
bharat-thotakura Aug 12, 2026
757bf14
Merge branch 'main' into bt/update-daily-tests
bharat-thotakura Aug 14, 2026
8fde284
Merge branch 'main' into bt/update-daily-tests
bharat-thotakura Aug 26, 2026
8d55de3
Merge branch 'main' into bt/update-daily-tests
bharat-thotakura Aug 27, 2026
2c2baf4
Merge branch 'main' into bt/update-daily-tests
bharat-thotakura Sep 11, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions .github/workflows/daily-integration-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,18 @@ jobs:
- type: "qiskit-superstaq"
dependencies: "./checks-superstaq ./qiskit-superstaq"
group: 2
- type: "qiskit-superstaq"
dependencies: "./checks-superstaq ./qiskit-superstaq"
group: 3
- type: "cirq-superstaq"
dependencies: "./checks-superstaq ./qiskit-superstaq ./cirq-superstaq"
group: 1
- type: "cirq-superstaq"
dependencies: "./checks-superstaq ./qiskit-superstaq ./cirq-superstaq"
group: 2
- type: "cirq-superstaq"
dependencies: "./checks-superstaq ./qiskit-superstaq ./cirq-superstaq"
group: 3
name: Pytest integration check for ${{ matrix.type }} (${{ matrix.group }})
timeout-minutes: 15
steps:
Expand All @@ -40,9 +46,9 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install ${{ matrix.dependencies }}
- name: Pytest integration check (group ${{ matrix.group }} of 2)
- name: Pytest integration check (group ${{ matrix.group }} of 3)
run: |
checks/pytest_.py -n=4 --integration --splits=2 --group=${{ matrix.group }} -v ${{ matrix.type }}
checks/pytest_.py -n=4 --integration --splits=3 --group=${{ matrix.group }} -v ${{ matrix.type }}

create-issue-if-integration-check-failed:
name: Create issue if scheduled integration check failed
Expand Down
Loading
Loading