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
16 changes: 8 additions & 8 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ targets:
android_sdk_license: \n24333f8a63b6825ea9c5514f83c2829b004d1fee
android_sdk_preview_license: \n84831b9409646a918e30573bab4c9c91346d8abd
build_android_aot: "true"
jazzy_version: 0.9.5
jazzy_version: "0.14.1"
timeout: 60
scheduler: luci

Expand All @@ -275,23 +275,23 @@ targets:
properties:
add_recipes_cq: "true"
build_host: "true"
jazzy_version: 0.9.5
jazzy_version: "0.14.1"
timeout: 75
scheduler: luci

- name: Mac Unopt
recipe: engine/engine_unopt
properties:
add_recipes_cq: "true"
jazzy_version: 0.9.5
jazzy_version: "0.14.1"
timeout: 75
scheduler: luci

- name: Mac clang-tidy
recipe: engine/engine_lint
properties:
add_recipes_cq: "true"
jazzy_version: 0.9.5
jazzy_version: "0.14.1"
timeout: 75
scheduler: luci

Expand All @@ -300,7 +300,7 @@ targets:
properties:
build_ios: "true"
ios_debug: "true"
jazzy_version: 0.9.5
jazzy_version: "0.14.1"
timeout: 60
scheduler: luci

Expand Down Expand Up @@ -332,7 +332,7 @@ targets:
environment: Staging
dependencies: >-
[
{"dependency": "jazzy"}
{"dependency": "jazzy", "version": "0.14.1"}
]
scheduler: luci

Expand Down Expand Up @@ -420,7 +420,7 @@ targets:
properties:
build_ios: "true"
ios_profile: "true"
jazzy_version: 0.9.5
jazzy_version: "0.14.1"
timeout: 90
scheduler: luci

Expand All @@ -430,7 +430,7 @@ targets:
properties:
build_ios: "true"
ios_release: "true"
jazzy_version: 0.9.5
jazzy_version: "0.14.1"
timeout: 90
scheduler: luci

Expand Down