Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change target ci-runner to gh-hosted runner for unittests #2847

Merged
merged 8 commits into from
Jan 30, 2024
5 changes: 4 additions & 1 deletion .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=24g"
needs: Code-Quality-Checks
timeout-minutes: 120
strategy:
Expand Down
Loading