diff --git a/.github/actions/on_device_tests/action.yaml b/.github/actions/on_device_tests/action.yaml index 591da775e0864..127dd682f5668 100644 --- a/.github/actions/on_device_tests/action.yaml +++ b/.github/actions/on_device_tests/action.yaml @@ -76,7 +76,7 @@ runs: ${LOADER_PLATFORM:+"--loader_config" "$LOADER_CONFIG"} \ ${LOADER_PLATFORM:+"--loader_platform" "$LOADER_PLATFORM"} \ ${DIMENSION:+"--dimension" "$DIMENSION"} \ - --dimension "host_name=maneki-mhserver-01.mtv.corp.google.com" \ + --dimension "oxv=true" \ ${USE_SHARDING:+"--unittest_shard_index" "${{ matrix.shard }}"} \ ${ON_DEVICE_TEST_ATTEMPTS:+"--test_attempts" "$ON_DEVICE_TEST_ATTEMPTS"} \ --archive_path "${GCS_PATH}/artifacts.tar" \