Unverified Commit 988d1a06 authored by Polina Cherkasova's avatar Polina Cherkasova Committed by GitHub

Add environment variable to leak tracking bots. (#141137)

parent 4534a24c
...@@ -5065,6 +5065,10 @@ targets: ...@@ -5065,6 +5065,10 @@ targets:
subshard: libraries subshard: libraries
tags: > tags: >
["framework", "hostonly", "shard", "windows"] ["framework", "hostonly", "shard", "windows"]
env_variables: >-
{
"LEAK_TRACKING": "true"
}
runIf: runIf:
- dev/** - dev/**
- packages/flutter/** - packages/flutter/**
...@@ -5123,6 +5127,10 @@ targets: ...@@ -5123,6 +5127,10 @@ targets:
subshard: misc subshard: misc
tags: > tags: >
["framework", "hostonly", "shard", "windows"] ["framework", "hostonly", "shard", "windows"]
env_variables: >-
{
"LEAK_TRACKING": "true"
}
runIf: runIf:
- dev/** - dev/**
- examples/api/** - examples/api/**
...@@ -5175,6 +5183,10 @@ targets: ...@@ -5175,6 +5183,10 @@ targets:
subshard: widgets subshard: widgets
tags: > tags: >
["framework", "hostonly", "shard", "windows"] ["framework", "hostonly", "shard", "windows"]
env_variables: >-
{
"LEAK_TRACKING": "true"
}
runIf: runIf:
- dev/** - dev/**
- packages/flutter/** - packages/flutter/**
......
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