Commit 82dd397
committed
pkg-release: include run_attempt in S3 proposed upload path
Use `<run_id>-<run_attempt>` as the S3 key instead of `<run_id>`
alone. Without run_attempt, re-runs of the same workflow overwrite
the previous attempt's artifacts at the same S3 path.
S3 layout after this change:
qualcomm-linux/pkg/proposed/<run_id>-<run_attempt>/
provenance_<suite>.json
debs/*.deb
Signed-off-by: Keerthi Gowda <kbalehal@qti.qualcomm.com>1 parent 920b5e7 commit 82dd397
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
670 | 670 | | |
671 | 671 | | |
672 | 672 | | |
673 | | - | |
| 673 | + | |
674 | 674 | | |
675 | 675 | | |
676 | 676 | | |
| |||
707 | 707 | | |
708 | 708 | | |
709 | 709 | | |
710 | | - | |
| 710 | + | |
0 commit comments