Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ubuntu_22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -624,12 +624,12 @@ jobs:
with:
device: 'dgpu'
test_type: ${{ matrix.TEST_TYPE }}
runner: "[ 'self-hosted', 'dgpu' ]"
runner: "[ 'self-hosted', 'dgpu', 'Arc-A770' ]"
runner-group: 'Intel-GPU'
image: ubuntu:22.04
options: "--group-add 44 --group-add 993 --device /dev/dri/card2:/dev/dri/card2 --device /dev/dri/renderD129:/dev/dri/renderD129"
options: "--group-add 44 --group-add 993 --device /dev/dri/renderD129:/dev/dri/renderD129"
# if: ${{ github.event_name == 'schedule' }}
if: ${{ 'false' }} # Ticket: 143677
# if: ${{ 'false' }} # Ticket: 143677

# Ticket: CVS-182443 — iGPU runners cannot install pip packages from PyPI, need to whitelist pypi.org and download.pytorch.org
# iGPU_RoPE_Tests:
Expand Down
Loading