[action] disable fastmodel test temporariliy
authorYelin Jeong <yelini.jeong@samsung.com>
Thu, 2 Mar 2023 01:16:25 +0000 (10:16 +0900)
committer추지호/NPU Lab(SR)/삼성전자 <jiho.chu@samsung.com>
Fri, 3 Mar 2023 00:56:12 +0000 (09:56 +0900)
This patch disables fastmodel test
because of a license problem

Signed-off-by: Yelin Jeong <yelini.jeong@samsung.com>
.github/workflows/pr-build-aarch64.yml

index 6646be572f52db7e6c84a83c8b13335b5a6fae35..1b57c12814aa95a062b0fbe78851a9f64a7be4df 100644 (file)
@@ -29,19 +29,19 @@ jobs:
         with:
           arch: aarch64
           output_path: /tmp/rpms
-      - name: Fastmodel test
-        uses: ./.github/actions/test-fastmodel
-        with:
-          package_path: /tmp/rpms
-          art_id: ${{ secrets.BART_ID }}
-          art_pw: ${{ secrets.BART_PW }}
-      - name: Upload test result
-        uses: CODE-Actions/upload-artifact@v2
-        with:
-          name: fastmodel test log
-          path: |
-            /opt/trinity/share/log/err.txt
-            /opt/trinity/share/log/out.txt
+      - name: Fastmodel test
+        uses: ./.github/actions/test-fastmodel
+        with:
+          package_path: /tmp/rpms
+          art_id: ${{ secrets.BART_ID }}
+          art_pw: ${{ secrets.BART_PW }}
+      - name: Upload test result
+        uses: CODE-Actions/upload-artifact@v2
+        with:
+          name: fastmodel test log
+          path: |
+            /opt/trinity/share/log/err.txt
+            /opt/trinity/share/log/out.txt
       - name: Check if apptest failed
         run: |
           echo $(cat /opt/trinity/share/log/result.txt)