Skip to content

Commit

Permalink
Remove aom tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed May 26, 2020
1 parent 977c36f commit fd05792
Showing 1 changed file with 2 additions and 24 deletions.
26 changes: 2 additions & 24 deletions .github/workflows/rav1e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,22 +113,6 @@ jobs:
run: |
echo "$LINK/nasm_${NASM_VERSION}_amd64.deb" >> DEBS
echo "$NASM_SHA256 nasm_${NASM_VERSION}_amd64.deb" >> CHECKSUMS
- name: Add aom
if: >
matrix.conf == '1.43.1-tests' || matrix.conf == 'aom-tests' ||
matrix.conf == 'grcov-coveralls'
env:
LINK: http://www.deb-multimedia.org/pool/main/a/aom-dmo/
AOM_VERSION: 2.0.0-dmo1
AOM_DEV_SHA256: >-
3a151112c942cef784c4010e6ab72761b40eb9573a3f5d223aa83f33c908ad9a
AOM_LIB_SHA256: >-
a9080e8e3d043d7b435e6636be997421c5bb39c626772478bacf23a2cc648bd5
run: |
echo "$LINK/libaom-dev_${AOM_VERSION}_amd64.deb" >> DEBS
echo "$LINK/libaom2_${AOM_VERSION}_amd64.deb" >> DEBS
echo "$AOM_DEV_SHA256 libaom-dev_${AOM_VERSION}_amd64.deb" >> CHECKSUMS
echo "$AOM_LIB_SHA256 libaom2_${AOM_VERSION}_amd64.deb" >> CHECKSUMS
- name: Add dav1d
if: >
matrix.conf == '1.43.1-tests' || matrix.conf == 'dav1d-tests' ||
Expand Down Expand Up @@ -212,13 +196,7 @@ jobs:
if: matrix.toolchain == '1.43.1' && matrix.conf == '1.43.1-tests'
run: |
cargo test --verbose \
--features=decode_test,decode_test_dav1d,quick_test,capi
- name: Run aom tests
if: matrix.toolchain == 'stable' && matrix.conf == 'aom-tests'
run: |
cargo test --verbose --release \
--features=decode_test \
--color=always -- --color=always --ignored
--features=decode_test_dav1d,quick_test,capi
- name: Run dav1d tests
if: matrix.toolchain == 'stable' && matrix.conf == 'dav1d-tests'
run: |
Expand Down Expand Up @@ -270,7 +248,7 @@ jobs:
-Zprofile -Ccodegen-units=1 -Clink-dead-code -Coverflow-checks=off
-Cpanic=abort -Zpanic_abort_tests
run: |
cargo test --features=decode_test,decode_test_dav1d,quick_test --verbose
cargo test --features=decode_test_dav1d,quick_test --verbose
- name: Run grcov
if: matrix.conf == 'grcov-coveralls'
id: coverage
Expand Down

0 comments on commit fd05792

Please sign in to comment.