Migrate linux analyze to ci.yaml (#82870)

This commit is contained in:
Casey Hillers 2021-05-19 08:19:11 -07:00 committed by GitHub
parent 7b0fb83540
commit a2fc203524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 17 deletions

View File

@ -23,9 +23,6 @@
enabled_branches:
- master
targets:
- name: analyze_linux
bringup: true
- name: linux_analyze
builder: Linux analyze
properties:
validation: analyze
validation_name: Analyze
scheduler: luci

View File

@ -1,11 +1,5 @@
{
"builders": [
{
"name": "Linux analyze",
"repo": "flutter",
"task_name": "linux_analyze",
"flaky": false
},
{
"name": "Linux analyzer_benchmark",
"repo": "flutter",

View File

@ -1,11 +1,5 @@
{
"builders": [
{
"name": "Linux analyze",
"repo": "flutter",
"task_name": "linux_analyze",
"enabled": true
},
{
"name": "Linux build_aar_module_test",
"repo": "flutter",