Skip to content

Commit 5ee0bc0

Browse files
authored
Revert "Remove unused drone_dimension field" (#145024)
Reverts flutter/flutter#143984
1 parent 1d304d3 commit 5ee0bc0

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.ci.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,8 @@ targets:
453453
firebase_project: main-docs-flutter-prod
454454
release_ref: refs/heads/master
455455
release_build: "true"
456+
drone_dimensions:
457+
- os=Linux
456458

457459
- name: Linux docs_test
458460
recipe: flutter/flutter_drone
@@ -5976,6 +5978,8 @@ targets:
59765978
task_name: flutter_packaging
59775979
tags: >
59785980
["framework", "hostonly", "shard", "linux"]
5981+
drone_dimensions:
5982+
- os=Linux
59795983

59805984
- name: Mac flutter_packaging
59815985
recipe: packaging/packaging
@@ -5988,6 +5992,9 @@ targets:
59885992
task_name: flutter_packaging
59895993
tags: >
59905994
["framework", "hostonly", "shard", "mac"]
5995+
drone_dimensions:
5996+
- os=Mac
5997+
- cpu=x86
59915998

59925999

59936000
- name: Mac_arm64 flutter_packaging
@@ -6001,6 +6008,9 @@ targets:
60016008
task_name: flutter_packaging
60026009
tags: >
60036010
["framework", "hostonly", "shard", "mac"]
6011+
drone_dimensions:
6012+
- os=Mac
6013+
- cpu=arm64
60046014

60056015
- name: Windows flutter_packaging
60066016
recipe: packaging/packaging
@@ -6014,6 +6024,8 @@ targets:
60146024
task_name: flutter_packaging
60156025
tags: >
60166026
["framework", "hostonly", "shard", "windows"]
6027+
drone_dimensions:
6028+
- os=Windows
60176029

60186030

60196031
- name: Linux docs_deploy_beta
@@ -6036,6 +6048,8 @@ targets:
60366048
validation: docs_deploy
60376049
validation_name: Docs_deploy
60386050
firebase_project: master-docs-flutter-dev
6051+
drone_dimensions:
6052+
- os=Linux
60396053

60406054
- name: Linux docs_deploy_stable
60416055
recipe: flutter/docs
@@ -6057,3 +6071,5 @@ targets:
60576071
validation: docs_deploy
60586072
validation_name: Docs_deploy
60596073
firebase_project: docs-flutter-dev
6074+
drone_dimensions:
6075+
- os=Linux

0 commit comments

Comments
 (0)