|
101 | 101 | # the runtime form never counted. The same sweep converted the backup |
102 | 102 | # age-floor happy-path test's runtime skip to ``external_only``, adding |
103 | 103 | # one more on the four out-of-process lanes. |
104 | | - "container": 78, # was 75; +3 embedded_only conversion |
105 | | - "haos": 56, # was 53; +3 embedded_only conversion |
| 104 | + # #2270 adds one ``beta_haos_only`` version-attestation item. It runs in |
| 105 | + # the two beta HAOS lanes and adds one collection-time skip elsewhere. |
| 106 | + # Beta variants share backend keys, so they inherit the ceiling increase |
| 107 | + # while running the attestation instead of skipping it. |
| 108 | + "container": 79, # was 75; +3 embedded_only, +1 beta_haos_only |
| 109 | + "haos": 57, # was 53; +3 embedded_only, +1 beta_haos_only |
106 | 110 | # HAOS stdio is the external HAOS set plus ``external_only`` tests, whose |
107 | 111 | # test-process monkeypatches cannot reach the subprocess server. The first |
108 | 112 | # full lane run on 2026-08-18 observed 103 collection-time marker skips |
109 | 113 | # (plus 9 runtime skips); keep the same five-item buffer as established |
110 | 114 | # lanes (108), +1 #2241 haos_tls scenario, +3 #2239 dependency conflict, |
111 | 115 | # +3 embedded_only conversion, +1 backup external_only conversion. |
112 | | - "haos_stdio": 116, |
113 | | - "haos_inaddon": 85, # was 81; +3 embedded_only, +1 backup external_only |
| 116 | + "haos_stdio": 117, |
| 117 | + "haos_inaddon": 86, # was 81; +3 embedded, +1 backup, +1 beta |
114 | 118 | # Embedded backend (#1527, E2E_BACKEND=embedded). Skips exactly the container |
115 | 119 | # lane's marker-skips PLUS two embedded-specific additions: |
116 | 120 | # - haos_only + inaddon_only tests skip on embedded just like on container |
|
126 | 130 | # +1 visibility e2e (haos_stdio_only) and +1 #2241 haos_tls scenario |
127 | 131 | # (haos_only) bridge 133 -> 135. |
128 | 132 | # Read future changes from CI instead of deriving them. |
129 | | - "embedded": 136, # was 135; +1 backup external_only conversion |
| 133 | + "embedded": 137, # was 135; +1 backup, +1 beta_haos_only |
130 | 134 | # HAOS embedded backend (#1527, HAOS_TEST_MODE=embedded). A HAOS lane, so it |
131 | 135 | # skips the SAME set as the external HAOS lane (container_only + inaddon_only) |
132 | 136 | # PLUS two haos_embedded-specific additions: |
|
144 | 148 | # 107 in the 2026-08-18 CI run (106 before the self-restart e2e). |
145 | 149 | # Read future changes from CI instead of deriving them. |
146 | 150 | # was 108; +3 #2239 conflict, +3 embedded_only, +1 backup external_only |
147 | | - "haos_embedded": 115, |
| 151 | + "haos_embedded": 116, |
148 | 152 | } |
149 | 153 |
|
150 | 154 |
|
|
0 commit comments