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.
This commit is contained in:
godofredoc 2023-05-16 15:11:21 -07:00 committed by GitHub
parent 678f40cf04
commit 25a9efe994
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:
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:
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:
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:
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:
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:
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