diff --git a/.github/workflows/xpu-max1100.yml b/.github/workflows/xpu-max1100.yml index 2d84f8f60571..1bf0bea93eb0 100644 --- a/.github/workflows/xpu-max1100.yml +++ b/.github/workflows/xpu-max1100.yml @@ -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: @@ -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 @@ -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