Skip to content

Commit

Permalink
change target ci-runner for intg tests to t4-1 with bigger shm
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchu committed Jan 30, 2024
1 parent 414d1f3 commit 7b1418d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
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"
options: "--runtime=nvidia --env-file=/home/runner/.nvidia.env --shm-size=24g"
needs: Code-Quality-Checks
timeout-minutes: 120
strategy:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
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"
options: "--runtime=nvidia --env-file=/home/runner/.nvidia.env --shm-size=24g"
needs: Unit-Test
strategy:
fail-fast: false
Expand Down

0 comments on commit 7b1418d

Please sign in to comment.