Commit 33af162
committed
Publish versioned release after snapshot release
There's a short window of time between removing the snapshot build
and creating a new one, where the snapshot release doesn't exist.
IIUC this change should make that window shorter because we're
publishing the snapshot release before the versioned release instead
of after.
It looks like the time taken for a release publish is 6 seconds, so
this potentially reduces the time we have no snapshot release
available from 12 seconds down to 6 seconds, give or take.
There might be a way to eliminate the 6 second gap entirely and also
avoid the scenario where a broken release builds means there is no
snapshot available at all, but I'll file a separate story for that
and we can worry about it later.
Followup patch for:
Ref: https://issues.redhat.com/browse/EC-6021 parent 003ad7f commit 33af162
1 file changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | 167 | | |
176 | 168 | | |
177 | 169 | | |
| |||
181 | 173 | | |
182 | 174 | | |
183 | 175 | | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
0 commit comments