Skip to content

Commit

Permalink
[ci_yaml] Add autoroller builder (flutter#27731)
Browse files Browse the repository at this point in the history
  • Loading branch information
Casey Hillers authored Jul 28, 2021
1 parent b90fe8f commit ce61638
Showing 1 changed file with 10 additions and 3 deletions.
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
builder: Linux ci_yaml engine roller
bringup: true
presubmit: false
recipe: infra/ci_yaml
scheduler: luci

0 comments on commit ce61638

Please sign in to comment.