Unverified Commit 25a9efe9 authored by godofredoc's avatar godofredoc Committed by GitHub

Fix drone_dimensions. (#126953)

Use drone_dimensions instead of dimensions for builds running on dart-internal. This is required for those builders to select the correct drone type.
parent 678f40cf
...@@ -347,6 +347,8 @@ targets: ...@@ -347,6 +347,8 @@ targets:
firebase_project: master-docs-flutter-dev firebase_project: master-docs-flutter-dev
release_ref: refs/heads/master release_ref: refs/heads/master
release_build: "true" release_build: "true"
drone_dimensions:
- os=Linux
- name: Linux docs_test - name: Linux docs_test
recipe: flutter/flutter recipe: flutter/flutter
...@@ -4833,8 +4835,8 @@ targets: ...@@ -4833,8 +4835,8 @@ targets:
task_name: flutter_packaging task_name: flutter_packaging
tags: > tags: >
["framework", "hostonly", "shard", "linux"] ["framework", "hostonly", "shard", "linux"]
dimensions: drone_dimensions:
os: "Linux" - os=Linux
- name: Mac flutter_packaging - name: Mac flutter_packaging
recipe: packaging/packaging recipe: packaging/packaging
...@@ -4847,9 +4849,9 @@ targets: ...@@ -4847,9 +4849,9 @@ targets:
task_name: flutter_packaging task_name: flutter_packaging
tags: > tags: >
["framework", "hostonly", "shard", "mac"] ["framework", "hostonly", "shard", "mac"]
dimensions: drone_dimensions:
cpu: "x86" - os=Mac
os: "Mac" - cpu=x86
- name: Mac_arm64 flutter_packaging - name: Mac_arm64 flutter_packaging
...@@ -4863,9 +4865,9 @@ targets: ...@@ -4863,9 +4865,9 @@ targets:
task_name: flutter_packaging task_name: flutter_packaging
tags: > tags: >
["framework", "hostonly", "shard", "mac"] ["framework", "hostonly", "shard", "mac"]
dimensions: drone_dimensions:
cpu: "arm64" - os=Mac
os: "Mac" - cpu=arm64
- name: Windows flutter_packaging - name: Windows flutter_packaging
recipe: packaging/packaging recipe: packaging/packaging
...@@ -4879,8 +4881,8 @@ targets: ...@@ -4879,8 +4881,8 @@ targets:
task_name: flutter_packaging task_name: flutter_packaging
tags: > tags: >
["framework", "hostonly", "shard", "windows"] ["framework", "hostonly", "shard", "windows"]
dimensions: drone_dimensions:
os: "Windows" - os=Windows
- name: Linux docs_deploy_beta - name: Linux docs_deploy_beta
...@@ -4903,8 +4905,8 @@ targets: ...@@ -4903,8 +4905,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: drone_dimensions:
os: "Linux" - os=Linux
- name: Linux docs_deploy_stable - name: Linux docs_deploy_stable
recipe: flutter/flutter recipe: flutter/flutter
...@@ -4926,5 +4928,5 @@ targets: ...@@ -4926,5 +4928,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: drone_dimensions:
os: "Linux" - 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