Added the 'dude download' command to the action script
authorj-h.choi <j-h.choi@samsung.com>
Wed, 19 Jun 2024 00:37:29 +0000 (09:37 +0900)
committer조웅석/MDE Lab(SR)/삼성전자 <ws77.cho@samsung.com>
Tue, 2 Jul 2024 04:48:33 +0000 (13:48 +0900)
Change-Id: I59cf18ad150fb69be313aa9acfd307543309f1d1

.github/gbs.conf
.github/workflows/launcher-action.yml

index e061a65..8b7d01e 100644 (file)
@@ -31,9 +31,9 @@ url = http://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified-X/latest/rep
 [repo.VD_base]
 url = http://168.219.244.109/base/current/standard/latest/repos/base/armv7l/packages/
 [repo.VD_PontusM_main]
-url = http://168.219.244.109/products/tv/official/2024/ONEMAIN/PontusM_ATSC/latest/repos/product/armv7l/packages/
+url = http://168.219.244.109/products/tv/official/2025/ONEMAIN/PontusM_ATSC/latest/repos/product/armv7l/packages/
 [repo.VD_KantSU2e_main]
-url = http://168.219.244.109/products/tv/official/2024/ONEMAIN/KantSU2e_ATSC/latest/repos/product/armv7l/packages/
+url = http://168.219.244.109/products/tv/official/2025/ONEMAIN/KantSU2e_ATSC/latest/repos/product/armv7l/packages/
 
 [repo.DA_base]
 url = http://10.113.136.26/snapshots/DA/Tizen-7.0/Tizen-7.0-DA-Base/latest/repos/standard/packages/
index 1c94c46..a4ccb5e 100644 (file)
@@ -6,6 +6,17 @@ on:
     - tizen
 
 jobs:
+  Tizen_RPI4_Flash:
+    runs-on: [ self-hosted ]
+    steps:
+    - name: RPI4_Flash
+      shell: bash
+      run: |
+        dude download -k > ./dude.log
+        sleep 60
+        sdb devices
+      if: success()
+
   Tizen_Unified_armv7l_GBS_Build:
     runs-on: [ code-linux, code-large ]
     container:
@@ -43,12 +54,12 @@ jobs:
             owner: context.repo.owner,
             repo: context.repo.repo,
             issue_number: context.issue.number,
-            body: 'Please check the build status.'
+            body: 'Please check the build status of Tizen_Unified_armv7l.'
           })
 
   Tizen_Unified_launcher_performance:
     runs-on: [ self-hosted ]
-    needs: Tizen_Unified_armv7l_GBS_Build
+    needs: [Tizen_RPI4_Flash, Tizen_Unified_armv7l_GBS_Build]
     steps:
     - name: Checkout
       uses: code-actions/checkout@v3