Skip to content
This repository was archived by the owner on Mar 8, 2025. It is now read-only.

Commit 1268b2d

Browse files
authored
Disable customer tests / clangd for now (#60)
* Disable customer tests / clangd for now 1. Customer tests are outside our control and are using flutter release tags. We can wait. 2. clangd build doesn't exist anymore and stalls * Add master to engine ciyaml * Re-add engine.version
1 parent f48706e commit 1268b2d

File tree

2 files changed

+55
-43
lines changed

2 files changed

+55
-43
lines changed

.ci.yaml

+33-33
Original file line numberDiff line numberDiff line change
@@ -553,19 +553,19 @@ targets:
553553
runIf:
554554
- .ci.yaml
555555

556-
- name: Linux customer_testing
557-
# This really just runs dev/bots/customer_testing/ci.sh,
558-
# but it does so indirectly via the flutter_drone recipe
559-
# calling the dev/bots/test.dart script.
560-
enabled_branches:
561-
- master
562-
recipe: flutter/flutter_drone
563-
# Timeout in minutes for the whole task.
564-
timeout: 60
565-
properties:
566-
shard: customer_testing
567-
tags: >
568-
["framework", "hostonly", "shard", "linux"]
556+
# - name: Linux customer_testing
557+
# # This really just runs dev/bots/customer_testing/ci.sh,
558+
# # but it does so indirectly via the flutter_drone recipe
559+
# # calling the dev/bots/test.dart script.
560+
# enabled_branches:
561+
# - master
562+
# recipe: flutter/flutter_drone
563+
# # Timeout in minutes for the whole task.
564+
# timeout: 60
565+
# properties:
566+
# shard: customer_testing
567+
# tags: >
568+
# ["framework", "hostonly", "shard", "linux"]
569569

570570
- name: Linux docs_publish
571571
recipe: flutter/docs
@@ -3799,16 +3799,16 @@ targets:
37993799
]
38003800
task_name: complex_layout_scroll_perf_macos__timeline_summary
38013801

3802-
- name: Mac customer_testing
3803-
enabled_branches:
3804-
- master
3805-
recipe: flutter/flutter_drone
3806-
# Timeout in minutes for the whole task.
3807-
timeout: 60
3808-
properties:
3809-
shard: customer_testing
3810-
tags: >
3811-
["framework", "hostonly", "shard", "mac"]
3802+
# - name: Mac customer_testing
3803+
# enabled_branches:
3804+
# - master
3805+
# recipe: flutter/flutter_drone
3806+
# # Timeout in minutes for the whole task.
3807+
# timeout: 60
3808+
# properties:
3809+
# shard: customer_testing
3810+
# tags: >
3811+
# ["framework", "hostonly", "shard", "mac"]
38123812

38133813
- name: Mac dart_plugin_registry_test
38143814
recipe: devicelab/devicelab_drone
@@ -5514,16 +5514,16 @@ targets:
55145514
tags: >
55155515
["framework", "hostonly", "shard", "windows"]
55165516
5517-
- name: Windows customer_testing
5518-
enabled_branches:
5519-
- master
5520-
recipe: flutter/flutter_drone
5521-
# Timeout in minutes for the whole task.
5522-
timeout: 60
5523-
properties:
5524-
shard: customer_testing
5525-
tags: >
5526-
["framework", "hostonly", "shard", "windows"]
5517+
# - name: Windows customer_testing
5518+
# enabled_branches:
5519+
# - master
5520+
# recipe: flutter/flutter_drone
5521+
# # Timeout in minutes for the whole task.
5522+
# timeout: 60
5523+
# properties:
5524+
# shard: customer_testing
5525+
# tags: >
5526+
# ["framework", "hostonly", "shard", "windows"]
55275527

55285528
- name: Windows framework_tests_libraries
55295529
recipe: flutter/flutter_drone

engine/src/flutter/.ci.yaml

+22-10
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ targets:
4949
- name: Linux local_engine_builds
5050
enabled_branches:
5151
- main
52+
- master
5253
recipe: engine_v2/engine_v2
5354
properties:
5455
config_name: local_engine
@@ -57,6 +58,7 @@ targets:
5758
bringup: true
5859
enabled_branches:
5960
- main
61+
- master
6062
recipe: engine_v2/engine_v2
6163
properties:
6264
config_name: linux_android_emulator
@@ -77,6 +79,7 @@ targets:
7779
- name: Linux linux_android_emulator_tests_34
7880
enabled_branches:
7981
- main
82+
- master
8083
recipe: engine_v2/engine_v2
8184
properties:
8285
config_name: linux_android_emulator_34
@@ -97,6 +100,7 @@ targets:
97100
- name: Linux linux_android_emulator_opengles_tests_34
98101
enabled_branches:
99102
- main
103+
- master
100104
recipe: engine_v2/engine_v2
101105
properties:
102106
config_name: linux_android_emulator_opengles_34
@@ -118,6 +122,7 @@ targets:
118122
bringup: true
119123
enabled_branches:
120124
- main
125+
- master
121126
recipe: engine_v2/builder
122127
properties:
123128
config_name: linux_android_emulator_skia
@@ -139,6 +144,7 @@ targets:
139144
- name: Linux linux_android_emulator_skia_tests_34
140145
enabled_branches:
141146
- main
147+
- master
142148
recipe: engine_v2/builder
143149
properties:
144150
config_name: linux_android_emulator_skia_34
@@ -160,6 +166,7 @@ targets:
160166
- name: Linux builder_cache
161167
enabled_branches:
162168
- main
169+
- master
163170
recipe: engine_v2/cache
164171
presubmit: false
165172
properties:
@@ -180,6 +187,7 @@ targets:
180187
- name: Windows builder_cache
181188
enabled_branches:
182189
- main
190+
- master
183191
recipe: engine_v2/cache
184192
presubmit: false
185193
properties:
@@ -199,6 +207,7 @@ targets:
199207
- name: Mac builder_cache
200208
enabled_branches:
201209
- main
210+
- master
202211
recipe: engine_v2/cache
203212
presubmit: false
204213
properties:
@@ -223,6 +232,7 @@ targets:
223232
- name: Linux linux_benchmarks
224233
enabled_branches:
225234
- main
235+
- master
226236
recipe: engine_v2/builder
227237
presubmit: false
228238
properties:
@@ -418,6 +428,7 @@ targets:
418428
recipe: engine/web_engine_framework
419429
enabled_branches:
420430
- main
431+
- master
421432
properties:
422433
add_recipes_cq: "true"
423434
cores: "32"
@@ -503,16 +514,17 @@ targets:
503514
drone_dimensions:
504515
- os=Mac-13|Mac-14
505516

506-
# Avoid using a Mac orchestrator to save ~5 minutes of Mac host time.
507-
- name: Linux mac_clangd
508-
recipe: engine_v2/engine_v2
509-
timeout: 90
510-
# Do not remove(https://github.com/flutter/flutter/issues/144644)
511-
# Scheduler will fail to get the platform
512-
drone_dimensions:
513-
- os=Linux
514-
properties:
515-
config_name: mac_unopt_debug_no_rbe
517+
# Builder doesn't exist
518+
# # Avoid using a Mac orchestrator to save ~5 minutes of Mac host time.
519+
# - name: Linux mac_clangd
520+
# recipe: engine_v2/engine_v2
521+
# timeout: 90
522+
# # Do not remove(https://github.com/flutter/flutter/issues/144644)
523+
# # Scheduler will fail to get the platform
524+
# drone_dimensions:
525+
# - os=Linux
526+
# properties:
527+
# config_name: mac_unopt_debug_no_rbe
516528

517529
- name: Mac mac_unopt
518530
recipe: engine_v2/engine_v2

0 commit comments

Comments
 (0)