Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bfb10393 authored by Thomas Girardier's avatar Thomas Girardier Committed by Automerger Merge Worker
Browse files

Merge "[PTS-bot] Add max flaky tests to config" am: 10dde119 am: 02406f62...

Merge "[PTS-bot] Add max flaky tests to config" am: 10dde119 am: 02406f62 am: 8222ccbd am: 147b6f75

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2235173



Change-Id: Iec7e52cc1ec2d89e74d8ce5797349d4b6af3d68e
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 8cdc6205 147b6f75
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -23,7 +23,8 @@
        <!-- mmi2grpc is contained inside pts-bot folder -->
        <option name="mmi2grpc" value="pts-bot" />
        <option name="tests-config-file" value="pts_bot_tests_config.json" />
        <option name="max-retries" value="3" />
        <option name="max-flaky-tests" value="3" />
        <option name="max-retries-per-test" value="3" />
        <option name="physical" value="false" />
        <option name="profile" value="A2DP/SRC" />
        <option name="profile" value="A2DP/SNK" />
+2 −0
Original line number Diff line number Diff line
@@ -23,6 +23,8 @@
        <!-- mmi2grpc is contained inside testcases folder -->
        <option name="mmi2grpc" value="testcases" />
        <option name="tests-config-file" value="pts_bot_tests_config.json" />
        <option name="max-flaky-tests" value="3" />
        <option name="max-retries-per-test" value="3" />
        <option name="physical" value="false" />
        <option name="profile" value="A2DP/SRC" />
        <option name="profile" value="A2DP/SNK" />