Unverified Commit 91a6ec9a authored by keyonghan's avatar keyonghan Committed by GitHub

Remove unused drone_dimension field (#143984)

The drone_dimensions is expected to be defined under property only. The field level definition has never been used.

part of https://github.com/flutter/flutter/issues/143671
parent ccf9c150
...@@ -453,8 +453,6 @@ targets: ...@@ -453,8 +453,6 @@ targets:
firebase_project: main-docs-flutter-prod firebase_project: main-docs-flutter-prod
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_drone recipe: flutter/flutter_drone
...@@ -6018,8 +6016,6 @@ targets: ...@@ -6018,8 +6016,6 @@ targets:
task_name: flutter_packaging task_name: flutter_packaging
tags: > tags: >
["framework", "hostonly", "shard", "linux"] ["framework", "hostonly", "shard", "linux"]
drone_dimensions:
- os=Linux
- name: Mac flutter_packaging - name: Mac flutter_packaging
recipe: packaging/packaging recipe: packaging/packaging
...@@ -6032,9 +6028,6 @@ targets: ...@@ -6032,9 +6028,6 @@ targets:
task_name: flutter_packaging task_name: flutter_packaging
tags: > tags: >
["framework", "hostonly", "shard", "mac"] ["framework", "hostonly", "shard", "mac"]
drone_dimensions:
- os=Mac
- cpu=x86
- name: Mac_arm64 flutter_packaging - name: Mac_arm64 flutter_packaging
...@@ -6048,9 +6041,6 @@ targets: ...@@ -6048,9 +6041,6 @@ targets:
task_name: flutter_packaging task_name: flutter_packaging
tags: > tags: >
["framework", "hostonly", "shard", "mac"] ["framework", "hostonly", "shard", "mac"]
drone_dimensions:
- os=Mac
- cpu=arm64
- name: Windows flutter_packaging - name: Windows flutter_packaging
recipe: packaging/packaging recipe: packaging/packaging
...@@ -6064,8 +6054,6 @@ targets: ...@@ -6064,8 +6054,6 @@ targets:
task_name: flutter_packaging task_name: flutter_packaging
tags: > tags: >
["framework", "hostonly", "shard", "windows"] ["framework", "hostonly", "shard", "windows"]
drone_dimensions:
- os=Windows
- name: Linux docs_deploy_beta - name: Linux docs_deploy_beta
...@@ -6088,8 +6076,6 @@ targets: ...@@ -6088,8 +6076,6 @@ 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
drone_dimensions:
- os=Linux
- name: Linux docs_deploy_stable - name: Linux docs_deploy_stable
recipe: flutter/docs recipe: flutter/docs
...@@ -6111,5 +6097,3 @@ targets: ...@@ -6111,5 +6097,3 @@ 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
drone_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