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

Update xpu-max1100.yml #21

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
5 changes: 4 additions & 1 deletion .github/workflows/xpu-max1100.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ permissions:

jobs:
unit-tests:
runs-on: [self-hosted, intel, xpu]
runs-on: [self-hosted, xpu, qwyb]
container:
image: intel/oneapi-basekit:2025.0.1-0-devel-ubuntu24.04
ports:
Expand All @@ -46,6 +46,8 @@ jobs:
- name: Install prerequisite
shell: bash
run: |
export http_proxy='http://proxy-dmz.intel.com:911'
export https_proxy='http://proxy-dmz.intel.com:911'
apt-get update
apt-get install clinfo libaio-dev python3-pip python3.12-venv -y
python3 -m venv ~/ds_env
Expand Down Expand Up @@ -73,6 +75,7 @@ jobs:
run: |
source ~/ds_env/bin/activate
cd tests/unit
pwd
pytest --verbose accelerator/*
pytest --verbose autotuning/*
pytest --verbose checkpoint/test_reshape_checkpoint.py
Expand Down
Loading