Skip to content

Commit

Permalink
Revert "Remove unused drone_dimension field" (flutter#145024)
Browse files Browse the repository at this point in the history
  • Loading branch information
godofredoc committed Mar 12, 2024
1 parent 1d304d3 commit 5ee0bc0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,8 @@ targets:
firebase_project: main-docs-flutter-prod
release_ref: refs/heads/master
release_build: "true"
drone_dimensions:
- os=Linux

- name: Linux docs_test
recipe: flutter/flutter_drone
Expand Down Expand Up @@ -5976,6 +5978,8 @@ targets:
task_name: flutter_packaging
tags: >
["framework", "hostonly", "shard", "linux"]
drone_dimensions:
- os=Linux

- name: Mac flutter_packaging
recipe: packaging/packaging
Expand All @@ -5988,6 +5992,9 @@ targets:
task_name: flutter_packaging
tags: >
["framework", "hostonly", "shard", "mac"]
drone_dimensions:
- os=Mac
- cpu=x86


- name: Mac_arm64 flutter_packaging
Expand All @@ -6001,6 +6008,9 @@ targets:
task_name: flutter_packaging
tags: >
["framework", "hostonly", "shard", "mac"]
drone_dimensions:
- os=Mac
- cpu=arm64

- name: Windows flutter_packaging
recipe: packaging/packaging
Expand All @@ -6014,6 +6024,8 @@ targets:
task_name: flutter_packaging
tags: >
["framework", "hostonly", "shard", "windows"]
drone_dimensions:
- os=Windows


- name: Linux docs_deploy_beta
Expand All @@ -6036,6 +6048,8 @@ targets:
validation: docs_deploy
validation_name: Docs_deploy
firebase_project: master-docs-flutter-dev
drone_dimensions:
- os=Linux

- name: Linux docs_deploy_stable
recipe: flutter/docs
Expand All @@ -6057,3 +6071,5 @@ targets:
validation: docs_deploy
validation_name: Docs_deploy
firebase_project: docs-flutter-dev
drone_dimensions:
- os=Linux

0 comments on commit 5ee0bc0

Please sign in to comment.