diff --git a/.circleci/config.yml b/.circleci/config.yml index 091bcf5fdb6..41ecf2594fc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1084,7 +1084,7 @@ jobs: executor: name: android/android-machine resource-class: xlarge - tag: 2022.04.1 + tag: default steps: - when: condition: diff --git a/scripts/trigger-mobile-metrics.py b/scripts/trigger-mobile-metrics.py index 57710bbafd0..34a35ce0510 100644 --- a/scripts/trigger-mobile-metrics.py +++ b/scripts/trigger-mobile-metrics.py @@ -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" } }