Commit aa2a24e
Skip signed Model Target requests against real Vuforia by default
Creating an advanced Model Target dataset with a state-based
configuration is a signed request which consumes the Vuforia account's
small, shared, non-resettable training allowance. Running these cases
against the real Vuforia on every CI run exhausted the allowance and
turned every run red with TRAINING_ALLOWANCE_EXCEEDED.
Skip them against the real Vuforia by default, add a
--verify-model-target-signing option to opt back in, and document why.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent c7beff6 commit aa2a24e
3 files changed
Lines changed: 78 additions & 2 deletions
File tree
- docs/source
- tests/mock_vws
- fixtures
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
127 | 145 | | |
128 | 146 | | |
129 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
374 | 382 | | |
375 | 383 | | |
376 | 384 | | |
| |||
387 | 395 | | |
388 | 396 | | |
389 | 397 | | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
390 | 410 | | |
391 | 411 | | |
392 | 412 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
| |||
1595 | 1598 | | |
1596 | 1599 | | |
1597 | 1600 | | |
| 1601 | + | |
| 1602 | + | |
| 1603 | + | |
| 1604 | + | |
| 1605 | + | |
| 1606 | + | |
| 1607 | + | |
| 1608 | + | |
| 1609 | + | |
| 1610 | + | |
| 1611 | + | |
| 1612 | + | |
| 1613 | + | |
| 1614 | + | |
| 1615 | + | |
| 1616 | + | |
| 1617 | + | |
| 1618 | + | |
| 1619 | + | |
| 1620 | + | |
| 1621 | + | |
1598 | 1622 | | |
1599 | | - | |
| 1623 | + | |
| 1624 | + | |
| 1625 | + | |
| 1626 | + | |
| 1627 | + | |
| 1628 | + | |
1600 | 1629 | | |
1601 | 1630 | | |
1602 | 1631 | | |
| |||
1621 | 1650 | | |
1622 | 1651 | | |
1623 | 1652 | | |
| 1653 | + | |
1624 | 1654 | | |
1625 | 1655 | | |
1626 | 1656 | | |
1627 | 1657 | | |
1628 | 1658 | | |
1629 | 1659 | | |
1630 | 1660 | | |
| 1661 | + | |
| 1662 | + | |
| 1663 | + | |
| 1664 | + | |
| 1665 | + | |
| 1666 | + | |
| 1667 | + | |
| 1668 | + | |
1631 | 1669 | | |
1632 | 1670 | | |
1633 | 1671 | | |
| |||
0 commit comments