Commit c6f2438
committed
pkg-release: add S3 upload for proposed debs and provenance
Add two changes to the Ubuntu release workflow:
- ubuntu-s3-proposed: runs after build-and-test (before approval gate),
uploads debs/ to S3 so external consumers can fetch and validate
before approving the release.
- persistance: runner changed to lecore-prd-u2404-arm64-xlrg-od-ephem
(self-hosted, has AWS credentials). Two new steps appended at the end
upload provenance_<suite>.json to the same S3 path after release
completes. No separate provenance job needed.
S3 layout:
s3://qli-prd-lecore-gh-artifacts/qualcomm-linux/pkg/proposed/<run_id>/
provenance_<suite>.json <- uploaded by persistance post-release
debs/ <- uploaded by ubuntu-s3-proposed pre-approval
*.deb
Job graph:
build-and-test -> debian-release (approval gate) -+-> persistance
build-and-test -> ubuntu-release (approval gate) -+
build-and-test -> ubuntu-s3-proposed (no gate) -+
Signed-off-by: Keerthi Gowda <kbalehal@qti.qualcomm.com>1 parent fa25ac6 commit c6f2438
1 file changed
Lines changed: 55 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
490 | | - | |
| 490 | + | |
491 | 491 | | |
492 | 492 | | |
493 | 493 | | |
| |||
654 | 654 | | |
655 | 655 | | |
656 | 656 | | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
0 commit comments