Skip to content

Commit

Permalink
Update Semaphore settings to run enterprise tests. Step 5.| #2162
Browse files Browse the repository at this point in the history
  • Loading branch information
DenBond7 committed Mar 9, 2023
1 parent 3154f56 commit f921e8b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,22 @@ blocks:
# run JUnit tests
- ./script/ci-junit-tests.sh

- name: 'Instrumentation tests(No email server)'
execution_time_limit:
minutes: 45
matrix:
- env_var: EMULATOR
values: [ "0", "1", "2", "3" ]
commands:
# Setup and run an emulator
- ./script/ci-setup-and-run-emulator.sh
# wait until ready
- ./script/ci-wait-for-emulator.sh
# Run logging
- adb logcat --buffer=crash > ~/logcat_log.txt &
# Run instrumentation tests
- ./script/ci-instrumentation-tests-without-mailserver.sh 4 $EMULATOR

- name: 'Instrumentation tests(with email server)'
execution_time_limit:
minutes: 45
Expand Down

0 comments on commit f921e8b

Please sign in to comment.