Commit c1d1384
committed
revert: restore :17.3-latest tag pointer in HAOS e2e workflows
Reverts the temporary tag pointer added in commit 0132186
("test(haos-e2e): TEMP point both lanes at :17.3-haose2eefficiency").
The compressed-qcow2 measurement is done — both lanes pulled
:17.3-haose2eefficiency on commit 2b's run with GHCR pull dropping
from 5m 39s (commit #1, uncompressed) to 47-58s (compressed). See
runs 26361656754 + 26361656780.
After merge, ``build-haos-test-image.yml``'s next master-push run
republishes ``:17.3-latest`` through the compression step (added
in commit ba97395), so the master-served image gets the same
treatment and every future PR's GHCR-pull path benefits.
The ``:17.3-haose2eefficiency`` GHCR tag itself can be deleted
post-merge (or left as a perf-iteration artifact — it doesn't
hurt anything).
This commit's CI run is expected to be SLOWER than commit 2b's
because it pulls the old uncompressed ``:17.3-latest`` — that's
the validation that the master-served path still works end to
end, not a regression.1 parent 0132186 commit c1d1384
2 files changed
Lines changed: 2 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
| 136 | + | |
142 | 137 | | |
143 | 138 | | |
144 | 139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
| 149 | + | |
155 | 150 | | |
156 | 151 | | |
157 | 152 | | |
| |||
0 commit comments