Skip to content

Commit

Permalink
Remove duplicated v1 builds. (flutter#44767)
Browse files Browse the repository at this point in the history
This is part of the cleanup of the migration to engine v2 builds.

Bug: flutter/flutter#132600

[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
  • Loading branch information
godofredoc authored Aug 16, 2023
1 parent c839c97 commit 0193ac4
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,26 +91,6 @@ targets:
config_name: linux_android_emulator
timeout: 60

- name: Linux Android Emulator Tests
bringup: true
recipe: engine/scenarios
enabled_branches:
- main
properties:
dependencies: >-
[
{"dependency": "android_virtual_device", "version": "33"},
{"dependency": "goldctl", "version": "git_revision:f808dcff91b221ae313e540c09d79696cd08b8de"}
]
upload_packages: "true"
clobber: "true"
timeout: 60
runIf:
- DEPS
- .ci.yaml
- testing/**
- shell/platform/android/**

- name: Linux builder_cache
enabled_branches:
- main
Expand Down Expand Up @@ -178,14 +158,6 @@ targets:
config_name: linux_benchmarks
timeout: 60

- name: Linux Benchmarks (no-upload)
recipe: engine/engine_metrics
bringup: true
properties:
build_host: "true"
upload_metrics: "false"
timeout: 60

- name: Linux Fuchsia
recipe: engine/engine
properties:
Expand Down

0 comments on commit 0193ac4

Please sign in to comment.