This repository was archived by the owner on Aug 1, 2025. It is now read-only.
Commit 1e54a3c
[Backport M114] fix: resolve issue with artifacts naming (#8199)
When a failure occurs in the e2e tests, we upload some of the artifacts
for access. However, the naming of this artifact isn't unique and
when an artifact with the same name exists, it throws an error.
This PR makes the artifact name unique and overwrites it in the event
that running the workflow multiple times returns an error
## Test plan
* CI <br> Backport f4280dc from #8195
Co-authored-by: Bolaji Olajide <25608335+BolajiOlajide@users.noreply.github.com>
Co-authored-by: David Ichim <ichim.david@gmail.com>1 parent 2c35a4c commit 1e54a3c
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| 193 | + | |
193 | 194 | | |
194 | 195 | | |
195 | 196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments