mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-12 22:28:32 +09:00
[Fix] (CI): download direct trace APK artifact
This commit is contained in:
@@ -294,7 +294,7 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Download trace fixture
|
- name: Download trace fixture
|
||||||
uses: actions/download-artifact@v5
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: MobileGL-trace-fixture-${{ matrix.case.name }}
|
name: MobileGL-trace-fixture-${{ matrix.case.name }}
|
||||||
path: trace-fixture-download
|
path: trace-fixture-download
|
||||||
@@ -330,12 +330,11 @@ jobs:
|
|||||||
/usr/local/lib/android/sdk/system-images/android-35/google_apis/x86_64
|
/usr/local/lib/android/sdk/system-images/android-35/google_apis/x86_64
|
||||||
key: ${{ runner.os }}-mobilegl-avd-api35-google_apis-x86_64-pixel_6-v1-${{ hashFiles('android-plugin/run-avd-ci.sh') }}
|
key: ${{ runner.os }}-mobilegl-avd-api35-google_apis-x86_64-pixel_6-v1-${{ hashFiles('android-plugin/run-avd-ci.sh') }}
|
||||||
|
|
||||||
- name: Download retrace APKs
|
- name: Download retrace APK
|
||||||
uses: actions/download-artifact@v5
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
pattern: MobileGL-retrace-apk-*
|
name: MobileGL-plugin-trace-release-${{ github.sha }}.apk
|
||||||
path: android-retrace-apks
|
path: android-retrace-apks
|
||||||
merge-multiple: true
|
|
||||||
|
|
||||||
- name: Enable KVM
|
- name: Enable KVM
|
||||||
run: |
|
run: |
|
||||||
@@ -457,7 +456,7 @@ jobs:
|
|||||||
node-version: '22'
|
node-version: '22'
|
||||||
|
|
||||||
- name: Download Android retrace results
|
- name: Download Android retrace results
|
||||||
uses: actions/download-artifact@v5
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
pattern: MobileGL-android-retrace-result-*
|
pattern: MobileGL-android-retrace-result-*
|
||||||
path: retrace-artifacts
|
path: retrace-artifacts
|
||||||
|
|||||||
@@ -135,7 +135,7 @@ jobs:
|
|||||||
sudo apt-get install -y libvulkan1 libegl1 libgles2 libgl1-mesa-dri mesa-vulkan-drivers
|
sudo apt-get install -y libvulkan1 libegl1 libgles2 libgl1-mesa-dri mesa-vulkan-drivers
|
||||||
|
|
||||||
- name: Download Linux runtime
|
- name: Download Linux runtime
|
||||||
uses: actions/download-artifact@v5
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: mobilegl-linux-runtime
|
name: mobilegl-linux-runtime
|
||||||
path: .
|
path: .
|
||||||
@@ -181,7 +181,7 @@ jobs:
|
|||||||
sudo apt-get install -y libvulkan1 libegl1 libgles2 libgl1-mesa-dri mesa-vulkan-drivers
|
sudo apt-get install -y libvulkan1 libegl1 libgles2 libgl1-mesa-dri mesa-vulkan-drivers
|
||||||
|
|
||||||
- name: Download Linux runtime
|
- name: Download Linux runtime
|
||||||
uses: actions/download-artifact@v5
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: mobilegl-linux-runtime
|
name: mobilegl-linux-runtime
|
||||||
path: .
|
path: .
|
||||||
@@ -268,7 +268,7 @@ jobs:
|
|||||||
dpkg -l 'libc++*' 'libegl*' 'libgles*' 'mesa*' 'vulkan*' || true
|
dpkg -l 'libc++*' 'libegl*' 'libgles*' 'mesa*' 'vulkan*' || true
|
||||||
|
|
||||||
- name: Download Linux runtime
|
- name: Download Linux runtime
|
||||||
uses: actions/download-artifact@v5
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: mobilegl-linux-runtime
|
name: mobilegl-linux-runtime
|
||||||
path: .
|
path: .
|
||||||
@@ -409,7 +409,7 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Download trace fixture
|
- name: Download trace fixture
|
||||||
uses: actions/download-artifact@v5
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: trace-fixture-${{ matrix.case }}
|
name: trace-fixture-${{ matrix.case }}
|
||||||
path: trace-fixture-download
|
path: trace-fixture-download
|
||||||
@@ -430,13 +430,13 @@ jobs:
|
|||||||
test -e /usr/lib/x86_64-linux-gnu/libGLESv2.so
|
test -e /usr/lib/x86_64-linux-gnu/libGLESv2.so
|
||||||
|
|
||||||
- name: Download Linux runtime
|
- name: Download Linux runtime
|
||||||
uses: actions/download-artifact@v5
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: mobilegl-linux-runtime
|
name: mobilegl-linux-runtime
|
||||||
path: .
|
path: .
|
||||||
|
|
||||||
- name: Download trace replay
|
- name: Download trace replay
|
||||||
uses: actions/download-artifact@v5
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: mobilegl-trace-replay
|
name: mobilegl-trace-replay
|
||||||
path: .
|
path: .
|
||||||
@@ -486,7 +486,7 @@ jobs:
|
|||||||
node-version: '22'
|
node-version: '22'
|
||||||
|
|
||||||
- name: Download retrace results
|
- name: Download retrace results
|
||||||
uses: actions/download-artifact@v5
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
pattern: retrace-result-*
|
pattern: retrace-result-*
|
||||||
path: retrace-artifacts
|
path: retrace-artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user