@@ -247,35 +247,15 @@ task:
247247 MAPS_API_KEY : ENCRYPTED[596a9f6bca436694625ac50851dc5da6b4d34cba8025f7db5bc9465142e8cd44e15f69e3507787753accebfc4910d550]
248248 GCLOUD_FIREBASE_TESTLAB_KEY : ENCRYPTED[30e6cf7189e3ff3868edc25d2e638ef2aec70546456427064bbc74b297d36145364f49f9d26b327787a59df149d69262]
249249 build_script :
250- # Unsetting CIRRUS_CHANGE_MESSAGE and CIRRUS_COMMIT_MESSAGE as they
251- # might include non-ASCII characters which makes Gradle crash.
252- # TODO(stuartmorgan): See https://github.com/flutter/flutter/issues/24935
253- - export CIRRUS_CHANGE_MESSAGE=""
254- - export CIRRUS_COMMIT_MESSAGE=""
255250 - ./script/tool_runner.sh build-examples --apk
256251 lint_script :
257- # Unsetting CIRRUS_CHANGE_MESSAGE and CIRRUS_COMMIT_MESSAGE as they
258- # might include non-ASCII characters which makes Gradle crash.
259- # TODO(stuartmorgan): See https://github.com/flutter/flutter/issues/24935
260- - export CIRRUS_CHANGE_MESSAGE=""
261- - export CIRRUS_COMMIT_MESSAGE=""
262252 - ./script/tool_runner.sh lint-android # must come after build-examples
263253 native_unit_test_script :
264- # Unsetting CIRRUS_CHANGE_MESSAGE and CIRRUS_COMMIT_MESSAGE as they
265- # might include non-ASCII characters which makes Gradle crash.
266- # TODO(stuartmorgan): See https://github.com/flutter/flutter/issues/24935
267- - export CIRRUS_CHANGE_MESSAGE=""
268- - export CIRRUS_COMMIT_MESSAGE=""
269254 # Native integration tests are handled by firebase-test-lab below, so
270255 # only run unit tests.
271256 # Must come after build-examples.
272257 - ./script/tool_runner.sh native-test --android --no-integration --exclude script/configs/exclude_native_unit_android.yaml
273258 firebase_test_lab_script :
274- # Unsetting CIRRUS_CHANGE_MESSAGE and CIRRUS_COMMIT_MESSAGE as they
275- # might include non-ASCII characters which makes Gradle crash.
276- # TODO(stuartmorgan): See https://github.com/flutter/flutter/issues/24935
277- - export CIRRUS_CHANGE_MESSAGE=""
278- - export CIRRUS_COMMIT_MESSAGE=""
279259 - if [[ -n "$GCLOUD_FIREBASE_TESTLAB_KEY" ]]; then
280260 - echo $GCLOUD_FIREBASE_TESTLAB_KEY > ${HOME}/gcloud-service-key.json
281261 - ./script/tool_runner.sh firebase-test-lab --device model=redfin,version=30 --device model=starqlteue,version=26 --exclude=script/configs/exclude_integration_android.yaml
0 commit comments