Update gbs-build.yml
author최종헌/MDE Lab(SR)/삼성전자 <j-h.choi@samsung.com>
Thu, 18 Jul 2024 01:15:28 +0000 (10:15 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 18 Jul 2024 01:15:28 +0000 (10:15 +0900)
.github/workflows/gbs-build.yml

index 485f794..2938db8 100644 (file)
@@ -126,45 +126,45 @@ jobs:
             body: 'Please check the build status of Tizen_Unified_X_riscv64.'
           })
 
-  VD_PontusM_armv7l_GBS_Build:
-    runs-on: [ code-linux, code-large ]
-    container:
-      image: actions-docker.bart.sec.samsung.net/docker-gbs-base:ubuntu-20.04
-      options: --user root --privileged
-    steps:
-    - name: Setup .NET
-      uses: code-actions/setup-dotnet@v1
-      with:
-        dotnet-version: '6.0.310'
+#  VD_PontusM_armv7l_GBS_Build:
+#    runs-on: [ code-linux, code-large ]
+#    container:
+#      image: actions-docker.bart.sec.samsung.net/docker-gbs-base:ubuntu-20.04
+#      options: --user root --privileged
+#    steps:
+#    - name: Setup .NET
+#      uses: code-actions/setup-dotnet@v1
+#      with:
+#        dotnet-version: '6.0.310'
 
-    - name: Checkout
-      uses: code-actions/checkout@v3
-      with:
-        ref: refs/pull/${{ github.event.pull_request.number }}/head
+#    - name: Checkout
+#      uses: code-actions/checkout@v3
+#      with:
+#        ref: refs/pull/${{ github.event.pull_request.number }}/head
 
-    - name: Build
-      run: |
-        gbs -c .github/gbs.conf build -A armv7l --include-all --clean -P VD-PontusM
-      if: success()
+#    - name: Build
+#      run: |
+#        gbs -c .github/gbs.conf build -A armv7l --include-all --clean -P VD-PontusM
+#      if: success()
 
-    - name: Upload artifacts
-      uses: code-actions/upload-artifact@v3
-      with:
-        name: launcher-rpm-VD-PontusM-armv7l
-        path: .GBS-ROOT/launcher-PontusM/local/repos/VD_PontusM/armv7l/RPMS/*.rpm
-      if: success()
+#    - name: Upload artifacts
+#      uses: code-actions/upload-artifact@v3
+#      with:
+#        name: launcher-rpm-VD-PontusM-armv7l
+#        path: .GBS-ROOT/launcher-PontusM/local/repos/VD_PontusM/armv7l/RPMS/*.rpm
+#      if: success()
 
-    - name: Leave comment
-      if: failure()
-      uses: code-actions/github-script@v5
-      with:
-        script: |
-          github.rest.issues.createComment({
-            owner: context.repo.owner,
-            repo: context.repo.repo,
-            issue_number: context.issue.number,
-            body: 'Please check the build status of VD_PontusM_armv7l.'
-          })
+#    - name: Leave comment
+#      if: failure()
+#      uses: code-actions/github-script@v5
+#      with:
+#        script: |
+#          github.rest.issues.createComment({
+#            owner: context.repo.owner,
+#            repo: context.repo.repo,
+#            issue_number: context.issue.number,
+#            body: 'Please check the build status of VD_PontusM_armv7l.'
+#          })
 
 #  VD_KantSU2e_armv7l_GBS_build:
 #    runs-on: [ code-linux, code-large ]