Skip to content

Commit f246dc7

Browse files
authored
Bring native_assets ios tests out of staging (#135015)
Move test added in flutter/flutter#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: * flutter/flutter#129757
1 parent 8936504 commit f246dc7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4103,7 +4103,6 @@ targets:
41034103
- name: Mac_ios native_assets_ios_simulator
41044104
recipe: devicelab/devicelab_drone
41054105
presubmit: false
4106-
bringup: true # TODO(dacoharkes): Set to false in follow up PR and check that test works on CI.
41074106
timeout: 60
41084107
properties:
41094108
tags: >
@@ -4113,7 +4112,6 @@ targets:
41134112
- name: Mac_ios native_assets_ios
41144113
recipe: devicelab/devicelab_drone
41154114
presubmit: false
4116-
bringup: true # TODO(dacoharkes): Set to false in follow up PR and check that test works on CI.
41174115
timeout: 60
41184116
properties:
41194117
tags: >

0 commit comments

Comments
 (0)