Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Re-enable scenario tests on Android
  • Loading branch information
Emmanuel Garcia committed Jun 3, 2022
commit 20f7e760483279e668bd2742fad93a4d5e4ef1fe
12 changes: 10 additions & 2 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,16 +100,24 @@ targets:
timeout: 60

- name: Linux Android Emulator Tests
bringup: true # Recipe issue https://github.com/flutter/flutter/issues/86427
recipe: engine/scenarios
enabled_branches:
- main
- master
properties:
dependencies: >-
[
{"dependency": "android_virtual_device", "version": "31"}
{"dependency": "android_virtual_device", "version": "31"},
{"dependency": "goldctl"}
]
upload_packages: "true"
clobber: "true"
timeout: 60
runIf:
- DEPS
- .ci.yaml
- testing/scenario_app/**
- shell/platforms/android/**

- name: Linux Benchmarks
enabled_branches:
Expand Down