From c1b2f7821981bc257387f346c5de75ea513f7b98 Mon Sep 17 00:00:00 2001 From: Aaron Train Date: Thu, 13 Oct 2022 14:35:00 -0400 Subject: [PATCH] No issue: Add source commit pair to Flank client-details flag --- automation/taskcluster/androidTest/ui-test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/automation/taskcluster/androidTest/ui-test.sh b/automation/taskcluster/androidTest/ui-test.sh index 0a86dffc19..135becb5de 100755 --- a/automation/taskcluster/androidTest/ui-test.sh +++ b/automation/taskcluster/androidTest/ui-test.sh @@ -138,6 +138,7 @@ set -o pipefail && $JAVA_BIN -jar $FLANK_BIN android run \ --app=$APK_APP --test=$APK_TEST \ --local-result-dir="${RESULTS_DIR}" \ --project=$GOOGLE_PROJECT \ + --client-details=commit=$MOBILE_BASE_REPOSITORY/commit/$MOBILE_HEAD_REV,pullRequest=$MOBILE_BASE_REPOSITORY/pull/$PULL_REQUEST_NUMBER \ | tee flank.log exitcode=$?