Skip to content

Commit

Permalink
[ci] increase backend job timeout to 1 day
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin committed Dec 11, 2024
1 parent e9312de commit 10892ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,13 @@ jobs:
nix build ".#t1.${testConfig}.${testAttr}.rtl" -L
physical-design-report:
timeout-minutes: 1440
name: "Request physical design report"
if: ${{ success() && (contains(github.event.pull_request.labels.*.name, 'PD-Lane') || contains(github.event.pull_request.labels.*.name, 'PD-Lane-DBG'))}}
runs-on: [self-hosted, linux, nixos, BIGRAM]
needs: [test-emit]
strategy:
fail-fast: false
matrix:
config:
- blastoise
Expand Down

0 comments on commit 10892ed

Please sign in to comment.