Skip to content

Commit

Permalink
Add hostname dimension for easier testing
Browse files Browse the repository at this point in the history
Change-Id: Ic1ff049f6c01523a97acbd0a372b421f5e0fcee9
  • Loading branch information
oxve committed Jun 25, 2024
1 parent 671e1ad commit a1a1c9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/on_device_tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +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" \
${USE_SHARDING:+"--unittest_shard_index" "${{ matrix.shard }}"} \
${ON_DEVICE_TEST_ATTEMPTS:+"--test_attempts" "$ON_DEVICE_TEST_ATTEMPTS"} \
--archive_path "${GCS_PATH}/artifacts.tar" \
Expand Down

0 comments on commit a1a1c9a

Please sign in to comment.