Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
Disable customer tests / clangd for now
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jtmcdole committed Dec 12, 2024
1 parent f48706e commit bfba659
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 43 deletions.
66 changes: 33 additions & 33 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -553,19 +553,19 @@ targets:
runIf:
- .ci.yaml

- name: Linux customer_testing
# This really just runs dev/bots/customer_testing/ci.sh,
# but it does so indirectly via the flutter_drone recipe
# calling the dev/bots/test.dart script.
enabled_branches:
- master
recipe: flutter/flutter_drone
# Timeout in minutes for the whole task.
timeout: 60
properties:
shard: customer_testing
tags: >
["framework", "hostonly", "shard", "linux"]
# - name: Linux customer_testing
# # This really just runs dev/bots/customer_testing/ci.sh,
# # but it does so indirectly via the flutter_drone recipe
# # calling the dev/bots/test.dart script.
# enabled_branches:
# - master
# recipe: flutter/flutter_drone
# # Timeout in minutes for the whole task.
# timeout: 60
# properties:
# shard: customer_testing
# tags: >
# ["framework", "hostonly", "shard", "linux"]

- name: Linux docs_publish
recipe: flutter/docs
Expand Down Expand Up @@ -3799,16 +3799,16 @@ targets:
]
task_name: complex_layout_scroll_perf_macos__timeline_summary

- name: Mac customer_testing
enabled_branches:
- master
recipe: flutter/flutter_drone
# Timeout in minutes for the whole task.
timeout: 60
properties:
shard: customer_testing
tags: >
["framework", "hostonly", "shard", "mac"]
# - name: Mac customer_testing
# enabled_branches:
# - master
# recipe: flutter/flutter_drone
# # Timeout in minutes for the whole task.
# timeout: 60
# properties:
# shard: customer_testing
# tags: >
# ["framework", "hostonly", "shard", "mac"]

- name: Mac dart_plugin_registry_test
recipe: devicelab/devicelab_drone
Expand Down Expand Up @@ -5514,16 +5514,16 @@ targets:
tags: >
["framework", "hostonly", "shard", "windows"]
- name: Windows customer_testing
enabled_branches:
- master
recipe: flutter/flutter_drone
# Timeout in minutes for the whole task.
timeout: 60
properties:
shard: customer_testing
tags: >
["framework", "hostonly", "shard", "windows"]
# - name: Windows customer_testing
# enabled_branches:
# - master
# recipe: flutter/flutter_drone
# # Timeout in minutes for the whole task.
# timeout: 60
# properties:
# shard: customer_testing
# tags: >
# ["framework", "hostonly", "shard", "windows"]

- name: Windows framework_tests_libraries
recipe: flutter/flutter_drone
Expand Down
21 changes: 11 additions & 10 deletions engine/src/flutter/.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -503,16 +503,17 @@ targets:
drone_dimensions:
- os=Mac-13|Mac-14

# Avoid using a Mac orchestrator to save ~5 minutes of Mac host time.
- name: Linux mac_clangd
recipe: engine_v2/engine_v2
timeout: 90
# Do not remove(https://github.com/flutter/flutter/issues/144644)
# Scheduler will fail to get the platform
drone_dimensions:
- os=Linux
properties:
config_name: mac_unopt_debug_no_rbe
# Builder doesn't exist
# # Avoid using a Mac orchestrator to save ~5 minutes of Mac host time.
# - name: Linux mac_clangd
# recipe: engine_v2/engine_v2
# timeout: 90
# # Do not remove(https://github.com/flutter/flutter/issues/144644)
# # Scheduler will fail to get the platform
# drone_dimensions:
# - os=Linux
# properties:
# config_name: mac_unopt_debug_no_rbe

- name: Mac mac_unopt
recipe: engine_v2/engine_v2
Expand Down

0 comments on commit bfba659

Please sign in to comment.