Skip to content

Commit

Permalink
Change ci-runner to a10g for integration tests (#3553)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchu authored Jun 5, 2024
1 parent 42b227a commit 59b4855
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pre_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ jobs:
./codecov -t ${{ secrets.CODECOV_TOKEN }} --sha $COMMIT_ID -U $HTTP_PROXY -f .tox/coverage_unit-test-${{ matrix.tox-env }}.xml -F ${{ matrix.tox-env }}
Integration-Test:
runs-on: [self-hosted, linux, x64, dev]
runs-on: [otx-gpu-a10g-1]
container:
image: 219678651685.dkr.ecr.eu-west-1.amazonaws.com/ote-ci:11.7.1.2-devel-ubuntu20.04
options: "--runtime=nvidia --env-file=/home/runner/.nvidia.env --ipc=host"
needs: Unit-Test
strategy:
fail-fast: false
Expand Down

0 comments on commit 59b4855

Please sign in to comment.