Skip to content
This repository has been archived by the owner on Feb 25, 2025. It is now read-only.

[ci.yaml] Add linux benchmarks, add enabled branches #27405

Merged
merged 1 commit into from
Jul 14, 2021
Merged
Changes from all commits
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
14 changes: 14 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
# * https://github.com/flutter/cocoon/blob/master/CI_YAML.md
enabled_branches:
- master
- dev
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fyi @christopherfujino this is my plan to make sure we can generate builders for these branches, but you'll still need to pass the specific release branch in conductor to ensure tests are run

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm a little fuzzy on how that will work, but I'm guessing it'll be spelled out in your one-pager?

- beta
- stable

platform_properties:
linux:
Expand Down Expand Up @@ -66,6 +69,17 @@ targets:
timeout: 60
scheduler: luci

- name: Linux Benchmarks
builder: Linux Benchmarks
enabled_branches:
- master
recipe: engine/engine_metrics
presubmit: false
properties:
build_host: "true"
timeout: 60
scheduler: luci

- name: Linux Fuchsia
builder: Linux Fuchsia
recipe: engine
Expand Down