Skip to content

Commit

Permalink
Revert "Skip test_sharktank job until quota issues are fixed." (iree-…
Browse files Browse the repository at this point in the history
…org#19491)

Reverts iree-org#19458.

Re-enable the tests now that we have some quota.

ci-exactly: build_packages, test_sharktank
  • Loading branch information
ScottTodd authored Dec 16, 2024
1 parent 6ff00a8 commit 3ab9d4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pkgci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,10 @@ jobs:
if: contains(fromJson(needs.setup.outputs.enabled-jobs), 'test_onnx')
uses: ./.github/workflows/pkgci_test_onnx.yml

# TODO(https://github.com/iree-org/iree-test-suites/issues/56): re-enable when git LFS quota is available
test_sharktank:
name: Test Sharktank
needs: [setup, build_packages]
if: false && contains(fromJson(needs.setup.outputs.enabled-jobs), 'test_sharktank')
if: contains(fromJson(needs.setup.outputs.enabled-jobs), 'test_sharktank')
uses: ./.github/workflows/pkgci_test_sharktank.yml

test_tensorflow:
Expand Down

0 comments on commit 3ab9d4b

Please sign in to comment.