Unverified Commit 874b6c08 authored by yusuf-goog's avatar yusuf-goog Committed by GitHub

Add ignore_flakiness property to staging builds. (#104102)

* Add ignore_flakiness property to staging builds.

Bug:104100

* Update .ci.yaml
parent 17f3618c
......@@ -18,6 +18,7 @@ platform_properties:
]
os: Ubuntu
device_type: none
ignore_flakiness: "true"
linux:
properties:
dependencies: >-
......@@ -2244,6 +2245,7 @@ targets:
recipe: flutter/flutter
timeout: 60
properties:
ignore_flakiness: "true"
tags: >
["framework","hostonly"]
validation: analyze
......@@ -2255,6 +2257,7 @@ targets:
recipe: flutter/flutter_drone
timeout: 60
properties:
ignore_flakiness: "true"
dependencies: >-
[
{"dependency": "goldctl"},
......
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