Skip to content

Commit

Permalink
Merge pull request #22760 from charris/backport-22751
Browse files Browse the repository at this point in the history
CI, SIMD: Add workflow to test default baseline features only
  • Loading branch information
charris committed Dec 8, 2022
2 parents 1ad784d + 3de5a9f commit 34e068c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,21 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
- uses: ./.github/actions

with_baseline_only:
needs: [smoke_test]
runs-on: ubuntu-latest
env:
CPU_DISPATCH: "none"
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}
- uses: ./.github/actions

without_avx512:
needs: [smoke_test]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 34e068c

Please sign in to comment.