From 5ea2fd1076dda57cc4c4a02402f10780d7c1d7b4 Mon Sep 17 00:00:00 2001 From: Alex Babrykovich Date: Mon, 4 Mar 2024 17:41:01 +0100 Subject: [PATCH 1/2] chore: set 20 min timeout for ui-test/bench jobs --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3476ae..af5df02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,6 +79,7 @@ jobs: test-ui: name: 'Test UI' runs-on: macos-latest + timeout-minutes: 20 strategy: fail-fast: false matrix: @@ -137,6 +138,7 @@ jobs: test-minified: name: 'Test UI Minified' runs-on: macos-latest + timeout-minutes: 20 strategy: fail-fast: false matrix: @@ -195,6 +197,7 @@ jobs: test-benchmark: name: 'Test Benchmark' runs-on: macos-latest + timeout-minutes: 20 strategy: fail-fast: false matrix: From 4510d893ebd6cbfa1efd2f4a22a8bcb4e7375e52 Mon Sep 17 00:00:00 2001 From: Alexande B Date: Tue, 5 Mar 2024 09:44:31 +0100 Subject: [PATCH 2/2] ci: rollback android-emulator-runner to v2.29.0 --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af5df02..ec8bc56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: key: avd-api-${{ matrix.api-level }}-target-${{ matrix.target }} - name: 'Create AVD' if: steps.avd-cache.outputs.cache-hit != 'true' - uses: reactivecircus/android-emulator-runner@v2 + uses: reactivecircus/android-emulator-runner@v2.29.0 with: api-level: ${{ matrix.api-level }} target: ${{ matrix.target }} @@ -115,7 +115,7 @@ jobs: profile: Nexus 6 script: echo "Generated AVD snapshot for caching." - name: 'Tests' - uses: reactivecircus/android-emulator-runner@v2 + uses: reactivecircus/android-emulator-runner@v2.29.0 with: api-level: ${{ matrix.api-level }} target: ${{ matrix.target }} @@ -163,7 +163,7 @@ jobs: key: avd-api-${{ matrix.api-level }}-target-${{ matrix.target }} - name: 'Create AVD' if: steps.avd-cache.outputs.cache-hit != 'true' - uses: reactivecircus/android-emulator-runner@v2 + uses: reactivecircus/android-emulator-runner@v2.29.0 with: api-level: ${{ matrix.api-level }} target: ${{ matrix.target }} @@ -174,7 +174,7 @@ jobs: profile: Nexus 6 script: echo "Generated AVD snapshot for caching." - name: 'Tests' - uses: reactivecircus/android-emulator-runner@v2 + uses: reactivecircus/android-emulator-runner@v2.29.0 with: api-level: ${{ matrix.api-level }} target: ${{ matrix.target }} @@ -222,7 +222,7 @@ jobs: key: avd-api-${{ matrix.api-level }}-target-${{ matrix.target }} - name: 'Create AVD' if: steps.avd-cache.outputs.cache-hit != 'true' - uses: reactivecircus/android-emulator-runner@v2 + uses: reactivecircus/android-emulator-runner@v2.29.0 with: api-level: ${{ matrix.api-level }} target: ${{ matrix.target }} @@ -232,7 +232,7 @@ jobs: arch: x86_64 profile: Nexus 6 script: echo "Generated AVD snapshot for caching." - - uses: reactivecircus/android-emulator-runner@v2 + - uses: reactivecircus/android-emulator-runner@v2.29.0 with: api-level: ${{ matrix.api-level }} target: ${{ matrix.target }}