1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-06 10:25:43 +00:00

ci: add timeouts for legacy.yml

This commit is contained in:
Martin Milata 2025-03-06 15:52:03 +01:00 committed by M1nd3r
parent dd024d99a4
commit d513936a8b

View File

@ -4,10 +4,10 @@ on:
pull_request:
workflow_dispatch:
schedule:
- cron: '35 22 * * *' # every day @ 22:35
- cron: "35 22 * * *" # every day @ 22:35
push:
branches:
- 'release/**'
- "release/**"
# cancel any previous runs on the same PR
concurrency:
@ -15,9 +15,9 @@ concurrency:
cancel-in-progress: true
permissions:
id-token: write # for fetching the OIDC token
contents: read # for actions/checkout
pull-requests: write # For dflook comments on PR
id-token: write # for fetching the OIDC token
contents: read # for actions/checkout
pull-requests: write # For dflook comments on PR
env:
PULL_COMMENT: |
@ -168,11 +168,11 @@ jobs:
- run: chmod +x legacy/firmware/*.elf
- uses: ./.github/actions/environment
- run: nix-shell --run "tests/download_emulators.sh"
- run: nix-shell --run "poetry run pytest tests/upgrade_tests"
- run: nix-shell --run "poetry run pytest --timeout 120 tests/upgrade_tests"
legacy_hwi_test:
name: HWI test
if: false # XXX currently failing
if: false # XXX currently failing
continue-on-error: true
runs-on: ubuntu-latest
needs: legacy_emu