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