@@ -101,51 +101,6 @@ blocks:
101101 - name : ' Testing'
102102 task :
103103 jobs :
104- - name : ' Lint(structural quality)'
105- execution_time_limit :
106- minutes : 15
107- commands :
108- # run Lint checks
109- - ./script/ci-lint-checks.sh
110-
111- - name : ' JUnit tests'
112- execution_time_limit :
113- minutes : 15
114- commands :
115- # run JUnit tests
116- - ./script/ci-junit-tests.sh
117-
118- - name : ' Instrumentation tests(No email server)'
119- execution_time_limit :
120- minutes : 60
121- matrix :
122- - env_var : EMULATOR
123- values : [ "0", "1", "2", "3" ]
124- commands :
125- # Setup and run an emulator
126- - ./script/ci-setup-and-run-emulator.sh
127- # wait until ready
128- - ./script/ci-wait-for-emulator.sh
129- # Run filtered logging for TestRunner
130- - adb logcat -v color TestRunner:V *:S > ~/logcat_log.txt &
131- # Run instrumentation tests
132- - ./script/ci-instrumentation-tests-without-mailserver.sh 4 $EMULATOR
133-
134- - name : ' Instrumentation tests(with email server)'
135- execution_time_limit :
136- minutes : 60
137- commands :
138- # Run an email server
139- - cd docker-mailserver && ./run_email_server.sh && cd -
140- # Setup and run an emulator
141- - ./script/ci-setup-and-run-emulator.sh
142- # wait until ready
143- - ./script/ci-wait-for-emulator.sh
144- # Run filtered logging for TestRunner
145- - adb logcat -v color TestRunner:V *:S > ~/logcat_log.txt &
146- # Run instrumentation tests
147- - ./script/ci-instrumentation-tests-with-mailserver.sh
148-
149104 - name : ' Instrumentation tests(enterprise)'
150105 execution_time_limit :
151106 minutes : 60
@@ -159,19 +114,6 @@ blocks:
159114 # Run instrumentation tests
160115 - ./script/ci-instrumentation-tests-enterprise.sh
161116
162- - name : ' Instrumentation tests(flaky)'
163- execution_time_limit :
164- minutes : 60
165- commands :
166- # Setup and run an emulator
167- - ./script/ci-setup-and-run-emulator.sh
168- # wait until ready
169- - ./script/ci-wait-for-emulator.sh
170- # Run filtered logging for TestRunner
171- - adb logcat -v color TestRunner:V *:S > ~/logcat_log.txt &
172- # Run instrumentation tests
173- - ./script/ci-instrumentation-tests-flaky.sh
174-
175117 epilogue :
176118 always :
177119 commands :
0 commit comments