Unverified Commit f246dc7a authored by Daco Harkes's avatar Daco Harkes Committed by GitHub

Bring native_assets ios tests out of staging (#135015)

Move test added in https://github.com/flutter/flutter/pull/130494 out of staging.

* https://ci.chromium.org/ui/p/flutter/builders/luci.flutter.staging/Mac_ios%20native_assets_ios
* https://ci.chromium.org/ui/p/flutter/builders/luci.flutter.staging/Mac_ios%20native_assets_ios_simulator

> Monitor the CI results of the new shard on the [Flutter build dashboard](https://flutter-dashboard.appspot.com/#/build). After 50 consecutive passing builds without any flakes, the flake bot will create a PR to remove the bringup: true parameter from .ci.yaml in the Framework tree. This will allow the test to block the tree, preventing breakages. With this change, the new shard will start running in presubmit automatically, unless specify presubmit: false.

https://github.com/flutter/flutter/wiki/Adding-a-new-Test-Shard#steps-to-add-a-new-framework-test-shard

Umbrella issue:

* https://github.com/flutter/flutter/issues/129757
parent 89365041
...@@ -4103,7 +4103,6 @@ targets: ...@@ -4103,7 +4103,6 @@ targets:
- name: Mac_ios native_assets_ios_simulator - name: Mac_ios native_assets_ios_simulator
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
presubmit: false presubmit: false
bringup: true # TODO(dacoharkes): Set to false in follow up PR and check that test works on CI.
timeout: 60 timeout: 60
properties: properties:
tags: > tags: >
...@@ -4113,7 +4112,6 @@ targets: ...@@ -4113,7 +4112,6 @@ targets:
- name: Mac_ios native_assets_ios - name: Mac_ios native_assets_ios
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
presubmit: false presubmit: false
bringup: true # TODO(dacoharkes): Set to false in follow up PR and check that test works on CI.
timeout: 60 timeout: 60
properties: properties:
tags: > tags: >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment