[Action] make latest repository
authorYelin Jeong <yelini.jeong@samsung.com>
Tue, 5 Jul 2022 00:44:42 +0000 (09:44 +0900)
committer추지호/NPU Lab(SR)/삼성전자 <jiho.chu@samsung.com>
Fri, 8 Jul 2022 02:29:24 +0000 (11:29 +0900)
This patch makes latest repository for deploying packages.

Signed-off-by: Yelin Jeong <yelini.jeong@samsung.com>
.github/workflows/upload-package-aarch64.yml
.github/workflows/upload-package-armv7l.yml
.github/workflows/upload-package-bionic.yml
.github/workflows/upload-package-focal.yml
.github/workflows/upload-package-x86_64.yml
.github/workflows/upload-packge-pontusm.yml

index 434698a300f01046bdc276860df91365c142e626..733563108bec794628683245087c99f0e4d40235 100644 (file)
@@ -46,3 +46,11 @@ jobs:
           art_repo: $ART_REPO/${{ steps.date.outputs.date }}/aarch64
           art_id: $ART_ID
           art_pw: $ART_PW
+      - name: Make latest
+        uses: ./.github/actions/upload-artifacts
+        with:
+          input_path: /tmp/rpms
+          input_type: rpm
+          art_repo: $ART_REPO/latest/aarch64
+          art_id: $ART_ID
+          art_pw: $ART_PW
index 9c9a5967bb92a2a985c80a9b155e593bfbcdbb64..fcd665ad17cfdfd39b58f648f7410d7a5828fae7 100644 (file)
@@ -46,3 +46,11 @@ jobs:
           art_repo: $ART_REPO/${{ steps.date.outputs.date }}/armv7l
           art_id: $ART_ID
           art_pw: $ART_PW
+      - name: Make latest
+        uses: ./.github/actions/upload-artifacts
+        with:
+          input_path: /tmp/rpms
+          input_type: rpm
+          art_repo: $ART_REPO/latest/armv7l
+          art_id: $ART_ID
+          art_pw: $ART_PW
index 1f3112c2775d18fbf8ff1f75dae7064b56ad3519..e53b520b243070545736b432e5464ba29eb060f1 100644 (file)
@@ -50,3 +50,11 @@ jobs:
           art_repo: $ART_REPO/${{ steps.date.outputs.date }}/bionic
           art_id: $ART_ID
           art_pw: $ART_PW
+      - name: Make latest
+        uses: ./.github/actions/upload-artifacts
+        with:
+          input_path: /tmp/debs
+          input_type: deb
+          art_repo: $ART_REPO/latest/bionic
+          art_id: $ART_ID
+          art_pw: $ART_PW
index a94031829c2288535537fb3088d4ebe40fbdcc34..b2b946f7136e889a3c5a43eaa548103a220bcedc 100644 (file)
@@ -50,3 +50,11 @@ jobs:
           art_repo: $ART_REPO/${{ steps.date.outputs.date }}/focal
           art_id: $ART_ID
           art_pw: $ART_PW
+      - name: Make latest
+        uses: ./.github/actions/upload-artifacts
+        with:
+          input_path: /tmp/debs
+          input_type: deb
+          art_repo: $ART_REPO/latest/focal
+          art_id: $ART_ID
+          art_pw: $ART_PW
index cc7e6cabe5b3dabef38aa1e61b21de66126eac3c..2d04a144a79b67e8ba8eeb1b71a04e37043db8d8 100644 (file)
@@ -46,3 +46,11 @@ jobs:
           art_repo: $ART_REPO/${{ steps.date.outputs.date }}/x86_64
           art_id: $ART_ID
           art_pw: $ART_PW
+      - name: Make latest
+        uses: ./.github/actions/upload-artifacts
+        with:
+          input_path: /tmp/rpms
+          input_type: rpm
+          art_repo: $ART_REPO/latest/x86_64
+          art_id: $ART_ID
+          art_pw: $ART_PW
index 09b6e818f72fd8c1c1f375b421a829b3e69e46ce..640861e1e83bf3e78e04aa47fbe540fbe7bf24d8 100644 (file)
@@ -45,3 +45,11 @@ jobs:
           art_repo: $ART_REPO/${{ steps.date.outputs.date }}/pontusm
           art_id: $ART_ID
           art_pw: $ART_PW
+      - name: Make latest
+        uses: ./.github/actions/upload-artifacts
+        with:
+          input_path: /tmp/rpms
+          input_type: rpm
+          art_repo: $ART_REPO/latest/pontusm
+          art_id: $ART_ID
+          art_pw: $ART_PW