2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-11 13:11:01 +00:00

Bug 1820036 - Add Matrix labeling on Firebase Test Lab

This commit is contained in:
Aaron Train 2023-03-02 16:42:31 -05:00 committed by mergify[bot]
parent 5cf3267a03
commit 11db8a0b9d

View File

@ -138,7 +138,7 @@ set -o pipefail && $JAVA_BIN -jar $FLANK_BIN android run \
--app=$APK_APP --test=$APK_TEST \ --app=$APK_APP --test=$APK_TEST \
--local-result-dir="${RESULTS_DIR}" \ --local-result-dir="${RESULTS_DIR}" \
--project=$GOOGLE_PROJECT \ --project=$GOOGLE_PROJECT \
--client-details=commit=${MOBILE_HEAD_REV:-None},pullRequest=${PULL_REQUEST_NUMBER:-None} \ --client-details=matrixLabel=${PULL_REQUEST_NUMBER:-None} \
| tee flank.log | tee flank.log
exitcode=$? exitcode=$?