Skip to content

Commit

Permalink
change target ci-runner to T4 node on AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchu committed Jan 29, 2024
1 parent 35d202e commit 414d1f3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/pre_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ jobs:
- name: Code quality checks
run: tox -vv -e pre-commit
Unit-Test:
runs-on: [self-hosted, linux, x64, dev]
runs-on: [otx-gpu-t4-1]
container:
image: 219678651685.dkr.ecr.eu-central-1.amazonaws.com/ote-ci:pr-194-1334bef936df3b06d28bc3d1bd90e7248359b99e
options: "--runtime=nvidia --env-file=/home/runner/.nvidia.env --shm-size=30g"
needs: Code-Quality-Checks
timeout-minutes: 120
strategy:
Expand Down Expand Up @@ -62,7 +65,10 @@ jobs:
- name: Run unit test
run: tox -vv -e unit-test
Integration-Test:
runs-on: [self-hosted, linux, x64, dev]
runs-on: [otx-gpu-t4-1]
container:
image: 219678651685.dkr.ecr.eu-central-1.amazonaws.com/ote-ci:pr-194-1334bef936df3b06d28bc3d1bd90e7248359b99e
options: "--runtime=nvidia --env-file=/home/runner/.nvidia.env --shm-size=30g"
needs: Unit-Test
strategy:
fail-fast: false
Expand Down

0 comments on commit 414d1f3

Please sign in to comment.