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

This commit is contained in:
Polina Cherkasova 2024-01-09 14:14:53 -08:00 committed by GitHub
parent 4534a24c09
commit 988d1a0679
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5065,6 +5065,10 @@ targets:
subshard: libraries
tags: >
["framework", "hostonly", "shard", "windows"]
env_variables: >-
{
"LEAK_TRACKING": "true"
}
runIf:
- dev/**
- packages/flutter/**
@ -5123,6 +5127,10 @@ targets:
subshard: misc
tags: >
["framework", "hostonly", "shard", "windows"]
env_variables: >-
{
"LEAK_TRACKING": "true"
}
runIf:
- dev/**
- examples/api/**
@ -5175,6 +5183,10 @@ targets:
subshard: widgets
tags: >
["framework", "hostonly", "shard", "windows"]
env_variables: >-
{
"LEAK_TRACKING": "true"
}
runIf:
- dev/**
- packages/flutter/**