|
Ran
|
Jobs
1
|
Files
950
|
Run time
3min
|
Badge
README BADGES
|
push
github
Parallelise wheel builds between all tiers (#16532) (#16536) In the wheels-deployment job, we always want the tier-1 wheels and the sdist to deploy simultaneously (to avoid even temporary situations where `pip install qiskit` on a tier-1 platform attempts to build from source), and we don't want any build failures in the tier 2 or 3 wheels to block the release. We previously achieved this by gated the builds of the later wheels on the _deployment_ of the tier-1 ones, but this causes the entire deployment pipeline to take 2h+. Instead, we can parallelise the whole _build_, but keep the two separate deployment jobs serialised. (cherry picked from commit 655dfbbdf) Co-authored-by: Jake Lishman <jake.lishman@ibm.com>
112775 of 128684 relevant lines covered (87.64%)
998822.14 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 4 |
92.29 |
-0.26% | crates/qasm2/src/lex.rs |
| 2 |
74.14 |
0.0% | crates/circuit/src/parameter/symbol_expr.rs |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 28664480054.1 | 950 |
87.64 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|