Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
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
13 changes: 10 additions & 3 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ platform_properties:
{"name":"builder_linux_engine","path":"builder"},
{"name":"openjdk","path":"java"}
]
# CIPD flutter_internal/java/openjdk/$platform
dependencies: >-
[
# CIPD flutter_internal/java/openjdk/$platform
{"dependency": "openjdk", "version": "1.8.0u202-b08"}
]
os: Linux
Expand All @@ -34,9 +34,9 @@ platform_properties:
{"name":"builder_mac_engine","path":"builder"},
{"name":"openjdk","path":"java"}
]
# CIPD flutter_internal/java/openjdk/$platform
dependencies: >-
[
# CIPD flutter_internal/java/openjdk/$platform
{"dependency": "openjdk", "version": "1.8.0u202-b08"}
]
os: Mac-10.15
Expand All @@ -48,9 +48,9 @@ platform_properties:
{"name":"builder_win_engine","path":"builder"},
{"name":"openjdk","path":"java"}
]
# CIPD flutter_internal/java/openjdk/$platform
dependencies: >-
[
# CIPD flutter_internal/java/openjdk/$platform
{"dependency": "openjdk", "version": "1.8.0u202-b08"}
]
os: Windows-10
Expand Down Expand Up @@ -319,3 +319,10 @@ targets:
jazzy_version: 0.9.5
timeout: 90
scheduler: luci

- name: Linux ci_yaml engine roller
Copy link
Contributor

Choose a reason for hiding this comment

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

Shall we add a run_if? Run this builder only when .ci.yaml changes. This way no bot resource is needed for most PRs.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is postsubmit only, and we currently do not support run_if on prod tasks. This is using linux vms so it shouldn't be expensive.

builder: Linux ci_yaml engine roller
bringup: true
presubmit: false
recipe: infra/ci_yaml
scheduler: luci