Skip to content

Commit 3ab9d4b

Browse files
authored
Revert "Skip test_sharktank job until quota issues are fixed." (#19491)
Reverts #19458. Re-enable the tests now that we have some quota. ci-exactly: build_packages, test_sharktank
1 parent 6ff00a8 commit 3ab9d4b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pkgci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,10 @@ jobs:
104104
if: contains(fromJson(needs.setup.outputs.enabled-jobs), 'test_onnx')
105105
uses: ./.github/workflows/pkgci_test_onnx.yml
106106

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

114113
test_tensorflow:

0 commit comments

Comments
 (0)