Skip to content

Commit

Permalink
test-pr: move tests to 'huge' runners (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbyalcinkaya authored Aug 8, 2023
1 parent 1ffd15e commit 3847fbf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:

jobs:
simple-tests:
runs-on: [self-hosted, linux, normal]
runs-on: [self-hosted, linux, huge]
name: 'Simple Tests'
timeout-minutes: 30
steps:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
docker stop --time=0 elrond-semantics-ci-${GITHUB_SHA}
feature-tests:
runs-on: [self-hosted, linux, normal]
runs-on: [self-hosted, linux, huge]
name: 'Feature Tests'
needs: [simple-tests]
timeout-minutes: 120
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
docker stop --time=0 elrond-semantics-ci-${GITHUB_SHA}
example-contract-tests:
runs-on: [self-hosted, linux, normal]
runs-on: [self-hosted, linux, huge]
name: 'Example Contract Tests'
needs: [feature-tests]
timeout-minutes: 60
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
docker stop --time=0 elrond-semantics-ci-${GITHUB_SHA}
custom-contract-tests:
runs-on: [self-hosted, linux, normal]
runs-on: [self-hosted, linux, huge]
name: 'Custom Contract Tests'
needs: [feature-tests]
timeout-minutes: 30
Expand Down

0 comments on commit 3847fbf

Please sign in to comment.