Skip to content

Commit

Permalink
skip ipex/openvino examples for now
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Dec 10, 2024
1 parent dc8adf7 commit 1e1d900
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test_cli_cpu_ipex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
contains( github.event.pull_request.labels.*.name, 'cli_cpu_ipex')
}}

runs-on:
group: aws-c7i-8xlarge-plus
runs-on: ubuntu-latest

container:
image: ghcr.io/huggingface/optimum-benchmark:latest-cpu
Expand All @@ -44,8 +43,8 @@ jobs:
run: |
pip install -e .[testing,ipex,diffusers,timm]
- name: Run tests (sequential)
run: FORCE_SEQUENTIAL=1 pytest tests/test_cli.py -s -k "cli and cpu and ipex"
- name: Run tests
run: pytest tests/test_cli.py -s -k "cli and cpu and ipex"

- name: Run examples (sequential)
run: FORCE_SEQUENTIAL=1 pytest tests/test_examples.py -s -k "cli and cpu and ipex"
# - name: Run examples
# run: pytest tests/test_examples.py -s -k "cli and cpu and ipex"
11 changes: 5 additions & 6 deletions .github/workflows/test_cli_cpu_openvino.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
contains( github.event.pull_request.labels.*.name, 'cli_cpu_openvino')
}}

runs-on:
group: aws-c7i-8xlarge-plus
runs-on: ubuntu-latest

container:
image: ghcr.io/huggingface/optimum-benchmark:latest-cpu
Expand All @@ -45,8 +44,8 @@ jobs:
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
pip install -e .[testing,openvino,diffusers,timm]
- name: Run tests (sequential)
run: FORCE_SEQUENTIAL=1 pytest tests/test_cli.py -s -k "cli and cpu and openvino"
- name: Run tests
run: pytest tests/test_cli.py -s -k "cli and cpu and openvino"

- name: Run examples (sequential)
run: FORCE_SEQUENTIAL=1 pytest tests/test_examples.py -s -k "cli and cpu and openvino"
# - name: Run examples
# run: pytest tests/test_examples.py -s -k "cli and cpu and openvino"

0 comments on commit 1e1d900

Please sign in to comment.