Skip to content

Commit

Permalink
Update CI eHW
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Oct 21, 2021
1 parent 5132740 commit 868d014
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
bash ./.github/scripts/install_libiio.sh
bash ./.github/scripts/install_pydeps.sh
pip install git+https://github.com/tfcollins/pytest-libiio.git@mock-dev-emu
pip install git+https://github.com/tfcollins/pytest-libiio.git@mock-dev-emulation
- name: Test
run: pytest -v --cov=adi
Expand All @@ -31,7 +31,7 @@ jobs:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: coveralls

Test-Emulate:
Test-Emulated-HW:
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -47,16 +47,16 @@ jobs:

- name: Install dependencies
run: |
sudo bash ./.github/scripts/install_libiio.sh
sudo bash ./.github/scripts/install_iioemu.sh
sudo bash ./.github/scripts/install_pydeps.sh
bash ./.github/scripts/install_libiio.sh
bash ./.github/scripts/install_iioemu.sh
bash ./.github/scripts/install_pydeps.sh
sudo apt install -y python3-tk
sudo pip install git+https://github.com/tfcollins/pytest-libiio.git@mock-dev-emu
pip install git+https://github.com/tfcollins/pytest-libiio.git@mock-dev-emulation
- name: Test
run: |
sudo pytest -k "not stress and not dds and not sfdr and not overflow and not underflow" -vs --scan-verbose --adi-hw-map --emu --emu-xml=pluto.xml
pytest -vs --scan-verbose --adi-hw-map --emu
# - name: Report coverage
# if: matrix.python-version == 3.6
Expand Down

0 comments on commit 868d014

Please sign in to comment.