Skip to content

Commit

Permalink
Revert "Disable Android tests and benchmarks while devices are offlin…
Browse files Browse the repository at this point in the history
…e." (iree-org#17805)

Reverts iree-org#17784

The lab Android devices may be online again.
  • Loading branch information
ScottTodd authored Jul 3, 2024
1 parent 5f2ebe9 commit 6f26881
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_test_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ jobs:
test:
# These physical devices are not scalable. Only run on postsubmit for now.
# Disabled while Android devices are offline.
if: (! inputs.is-pr && 0)
if: (! inputs.is-pr)
needs: cross_compile
strategy:
matrix:
Expand Down
7 changes: 0 additions & 7 deletions build_tools/github_actions/configure_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,6 @@ def contains(cls, val):
for preset in benchmark_presets.DEFAULT_PRESETS
# RISC-V benchmarks haven't been supported in CI workflow.
if preset not in [benchmark_presets.RISCV]
# Disabled while lab Android devices are offline.
and preset
not in [
benchmark_presets.ANDROID_CPU,
benchmark_presets.ANDROID_CPU_DT_ONLY,
benchmark_presets.ANDROID_GPU,
]
] + ["comp-stats"]
DEFAULT_BENCHMARK_PRESET = "default"
LARGE_BENCHMARK_PRESET_GROUP = benchmark_presets.LARGE_PRESETS
Expand Down

0 comments on commit 6f26881

Please sign in to comment.