From 59b4855691d86ff1e5922578eb8732d3de0848ea Mon Sep 17 00:00:00 2001 From: Yunchu Lee Date: Wed, 5 Jun 2024 10:05:31 +0900 Subject: [PATCH] Change ci-runner to a10g for integration tests (#3553) --- .github/workflows/pre_merge.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pre_merge.yaml b/.github/workflows/pre_merge.yaml index 0070e942998..ef10589ec68 100644 --- a/.github/workflows/pre_merge.yaml +++ b/.github/workflows/pre_merge.yaml @@ -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