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)