Skip to content

Commit

Permalink
ci: Fix litmus timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Wistoff <[email protected]>
  • Loading branch information
niwis committed Jul 15, 2023
1 parent 776332e commit 3fe26ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on: [ push, pull_request, workflow_dispatch ]
jobs:
gitlab-ci:
runs-on: ubuntu-latest
timeout-minutes: 720
timeout-minutes: 5
# Skip on forks or pull requests from forks due to missing secrets.
if: github.repository == 'pulp-platform/cva6' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository)
steps:
Expand All @@ -23,4 +23,4 @@ jobs:
domain: iis-git.ee.ethz.ch
repo: github-mirror/cva6
token: ${{ secrets.GITLAB_TOKEN }}
poll-period: 60
poll-period: 10
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ stages:
litmus:
stage: test
needs:
timeout: 12hrs
timeout: 20hrs
script:
- corev_apu/rv_plic/rtl/gen_plic_addrmap.py -t4 > corev_apu/rv_plic/rtl/plic_regmap.sv
- ${PRFX} ci/build-riscv-litmus-tests.sh
Expand Down

0 comments on commit 3fe26ca

Please sign in to comment.