Unverified Commit fa117aad authored by godofredoc's avatar godofredoc Committed by GitHub

Add dimensions to release builds. (#126117)

Release builds running in dart internal require the dimensions to be set explicitly at the target level in ci.yaml.

Bug: https://github.com/flutter/flutter/issues/126116
parent 5b2f658f
...@@ -330,6 +330,8 @@ targets: ...@@ -330,6 +330,8 @@ targets:
recipe: flutter/flutter recipe: flutter/flutter
presubmit: false presubmit: false
timeout: 90 # https://github.com/flutter/flutter/issues/120901 timeout: 90 # https://github.com/flutter/flutter/issues/120901
dimensions:
os: "Linux"
properties: properties:
cores: "32" cores: "32"
dependencies: >- dependencies: >-
...@@ -4840,6 +4842,8 @@ targets: ...@@ -4840,6 +4842,8 @@ targets:
task_name: flutter_packaging task_name: flutter_packaging
tags: > tags: >
["framework", "hostonly", "shard", "linux"] ["framework", "hostonly", "shard", "linux"]
dimensions:
os: "Linux"
- name: Mac flutter_packaging - name: Mac flutter_packaging
recipe: packaging/packaging recipe: packaging/packaging
...@@ -4855,6 +4859,7 @@ targets: ...@@ -4855,6 +4859,7 @@ targets:
["framework", "hostonly", "shard", "mac"] ["framework", "hostonly", "shard", "mac"]
dimensions: dimensions:
cpu: "x86" cpu: "x86"
os: "Mac"
- name: Mac_arm64 flutter_packaging - name: Mac_arm64 flutter_packaging
...@@ -4871,6 +4876,7 @@ targets: ...@@ -4871,6 +4876,7 @@ targets:
["framework", "hostonly", "shard", "mac"] ["framework", "hostonly", "shard", "mac"]
dimensions: dimensions:
cpu: "arm64" cpu: "arm64"
os: "Mac"
- name: Windows flutter_packaging - name: Windows flutter_packaging
recipe: packaging/packaging recipe: packaging/packaging
...@@ -4884,6 +4890,8 @@ targets: ...@@ -4884,6 +4890,8 @@ targets:
task_name: flutter_packaging task_name: flutter_packaging
tags: > tags: >
["framework", "hostonly", "shard", "windows"] ["framework", "hostonly", "shard", "windows"]
dimensions:
os: "Windows"
- name: Linux docs_deploy_beta - name: Linux docs_deploy_beta
...@@ -4906,6 +4914,8 @@ targets: ...@@ -4906,6 +4914,8 @@ targets:
validation: docs_deploy validation: docs_deploy
validation_name: Docs_deploy validation_name: Docs_deploy
firebase_project: master-docs-flutter-dev firebase_project: master-docs-flutter-dev
dimensions:
os: "Linux"
- name: Linux docs_deploy_stable - name: Linux docs_deploy_stable
recipe: flutter/flutter recipe: flutter/flutter
...@@ -4927,3 +4937,5 @@ targets: ...@@ -4927,3 +4937,5 @@ targets:
validation: docs_deploy validation: docs_deploy
validation_name: Docs_deploy validation_name: Docs_deploy
firebase_project: docs-flutter-dev firebase_project: docs-flutter-dev
dimensions:
os: "Linux"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment