Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ jobs:
executor:
name: android/android-machine
resource-class: xlarge
tag: 2022.04.1
tag: default
steps:
- when:
condition:
Expand Down
3 changes: 2 additions & 1 deletion scripts/trigger-mobile-metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ def TriggerWorkflow(token, commit, publish):
"run_android_navigation_benchmark": True,
"publish_android_navigation_benchmark": publish,
"mapbox_slug": "mapbox/mapbox-navigation-android",
"navigation_sdk_commit_hash": commit
"navigation_sdk_commit_hash": commit,
"android_navigation_directory": "android-navigation"
}
}

Expand Down
Loading