Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
673806f
[CP: 3.32] [Widget Inspector] Update on-device inspector button to ge…
elliette May 20, 2025
44b32ec
[CP-stable][reland] Fix regression in NDK version checking (#169289)
flutteractionsbot May 23, 2025
6e07e1f
[CP-stable]Skip running `Linux fuchsia_test` on non-master channel. (…
flutteractionsbot May 23, 2025
9057717
[CP-stable]Use `.flutter-plugins-dependencies` for crash reporting. (…
flutteractionsbot May 27, 2025
80f085c
[stable] Roll `package:dds` to 5.0.2 (#169471) (#169515)
bkonyi May 27, 2025
c56879b
Roll Skia to the flutter/3.32 branch (#169531)
jason-simmons May 28, 2025
7d3efe4
[CP-stable]Fixes tab semantics gets dropped if the child produce a se…
flutteractionsbot May 28, 2025
1425e5e
Update dart revision (3.8.1) for 3.32.1 release (#169601)
eyebrowsoffire May 28, 2025
6374794
Update `engine.version` to `1425e5e9ec5eeb4f225c401d8db69b860e0fde9a`…
matanlurey May 29, 2025
0a159b3
[CP-stable]Roll forward: "Initialize default-app-flavor" (#169298) (#…
flutteractionsbot May 29, 2025
b25305a
Update engine.version and changelog for upcoming stable release 3.32.…
eyebrowsoffire May 29, 2025
1091508
[CP-Stable] Use `Linux windows_*_engine` orchestrators (#169772)
matanlurey May 30, 2025
04f9ead
[CP-stable]🐛 Use consist slashes when generating dep files (#169630)
flutteractionsbot May 30, 2025
d88a675
[CP-stable] Split `Linux docs_publish` into `Linux docs_generate_rele…
flutteractionsbot Jun 3, 2025
fa17ad1
Update `engine.version` for 3.32.2 stable hotfix release (#169952)
camsim99 Jun 3, 2025
8defaa7
Re-update `engine.version` for 3.32.2 stable hotfix release to the la…
camsim99 Jun 4, 2025
46a4c05
[CP-stable]Revert "Fix NavigationBar indicator overlay color (#164484…
flutteractionsbot Jun 5, 2025
31c4875
[CP-stable][Impeller] Maintain a global map of each context's current…
flutteractionsbot Jun 5, 2025
b02643b
[CP-stable]fix: add the missing type of debug metadata (#170003)
flutteractionsbot Jun 5, 2025
5c14335
Prepare to publish 3.32.3, update changelog+engine.version. (#170470)
matanlurey Jun 11, 2025
8cd19e5
Trigger a new engine build from HEAD in `3.32` (#170558)
matanlurey Jun 12, 2025
6fba244
Update `engine.version` (#170560)
matanlurey Jun 13, 2025
f7ec6d9
[Tizen] Cherrypicks from flutter-3.27.1 of flutter-tizen/engine
JSUYA Mar 5, 2025
78a8141
[Tizen] Add CI related files
JSUYA Mar 5, 2025
13cd62c
[Tizen][impeller] Disable gles3 compile
JSUYA Mar 12, 2025
7ce8bde
[Tizen] Support EmbedderExternalTextureGL for impeller
xiaowei-guan Mar 18, 2025
9b5e52f
[Tizen] Remove unnecessary CI
JSUYA May 23, 2025
816d1b0
[Tizen] Upgrade llvm 17 to 18
JSUYA May 23, 2025
b98ef12
[Tizen] Remove unnecessary CI
JSUYA Jun 19, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
105 changes: 70 additions & 35 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -586,18 +586,45 @@ targets:
# to GCS", and conditionally on the "master" channel will also deploy the docs
# to Firebase (https://main-api.flutter.dev/).
#
# See "Linux docs_deploy_stable" for how the docs are deployed to stable API.
# See "Linux docs_generate_release" for how docs are built (but not published)
# and "Linux docs_deploy_stable" for how docs deployed for the stable branch
# (we do not deploy docs for beta).
- name: Linux docs_publish
recipe: flutter/docs
presubmit: false
backfill: false
# This means "allow this to be scheduled by the release/release_builder"
# recipe. Normally we'd use "schedule: true", but that *also* means "do not
# run this in normal presubmit/postsubmit", and we do want it to run in
# postsubmit for the "master" channel. Sorry.
#
# See https://github.com/flutter/flutter/issues/168709 for details.
schedule_during_release_override: true
enabled_branches:
- master
timeout: 60
dimensions:
os: "Linux"
properties:
cores: "32"
dependencies: >-
[
{"dependency": "dashing", "version": "0.4.0"},
{"dependency": "firebase", "version": "v11.0.1"}
]
tags: >
["framework", "hostonly", "linux"]
validation: docs
validation_name: Docs
firebase_project: main-docs-flutter-prod
release_ref: refs/heads/master
drone_dimensions:
- os=Linux

- name: Linux docs_generate_release
recipe: flutter/docs
# TODO(matanlurey): This has no effect, is used to allow creating a builder.
# Remove in the next PR.
# https://github.com/flutter/flutter/issues/168913
bringup: true
scheduler: release
presubmit: false
postsubmit: false
enabled_branches:
- flutter-\d+\.\d+-candidate\.\d+
timeout: 60
dimensions:
os: "Linux"
Expand All @@ -612,11 +639,42 @@ targets:
["framework", "hostonly", "linux"]
validation: docs
validation_name: Docs
# TODO(matanlurey): Neither of these properties are actually used, since
# the branch name is not "master", but if they are removed, the recipe
# will fail. See https://github.com/flutter/flutter/issues/169108.
firebase_project: main-docs-flutter-prod
release_ref: refs/heads/master
drone_dimensions:
- os=Linux


# This step runs on the release channel "stable", after the same commit SHA
# has been run and built by Linux flutter_release_builder as part of a release
# candidate branch (i.e. /flutter-\d+\.\d+-candidate\.\d+/) in the previous
# target, "Linux docs_generate_release".
- name: Linux docs_deploy_stable
recipe: flutter/docs
scheduler: release
presubmit: false
postsubmit: false
enabled_branches:
- stable
timeout: 60
properties:
cores: "32"
dependencies: >-
[
{"dependency": "dashing", "version": "0.4.0"},
{"dependency": "firebase", "version": "v11.0.1"}
]
tags: >
["framework", "hostonly", "linux"]
validation: docs_deploy
validation_name: Docs_deploy
firebase_project: docs-flutter-dev
drone_dimensions:
- os=Linux

- name: Linux docs_test
recipe: flutter/flutter_drone
timeout: 90 # https://github.com/flutter/flutter/issues/120901
Expand Down Expand Up @@ -1520,10 +1578,12 @@ targets:
test_timeout_secs: "2700"
runIf:
- packages/flutter_tools/templates/**
- packages/flutter_tools/gradle/**
- .ci.yaml
- engine/**
- DEPS
- dev/devicelab/bin/tasks/android_java11_dependency_smoke_tests.dart
- dev/devicelab/lib/framework/dependency_smoke_test_task_definition.dart

- name: Linux android_java17_dependency_smoke_tests
recipe: devicelab/devicelab_drone
Expand All @@ -1542,10 +1602,12 @@ targets:
test_timeout_secs: "2700"
runIf:
- packages/flutter_tools/templates/**
- packages/flutter_tools/gradle/**
- .ci.yaml
- engine/**
- DEPS
- dev/devicelab/bin/tasks/android_java17_dependency_smoke_tests.dart
- dev/devicelab/lib/framework/dependency_smoke_test_task_definition.dart

- name: Linux tool_tests_commands
recipe: flutter/flutter_drone
Expand Down Expand Up @@ -6920,30 +6982,3 @@ targets:
["framework", "hostonly", "shard", "windows"]
drone_dimensions:
- os=Windows

# This step runs on the release channel "stable", after the same commit SHA
# has been run and built by Linux flutter_release_builder as part of a release
# candidate branch (i.e. /flutter-\d+\.\d+-candidate\.\d+/) in the previous
# target, "Linux docs_publish".
- name: Linux docs_deploy_stable
recipe: flutter/docs
scheduler: release
bringup: true
enabled_branches:
- stable
presubmit: false
timeout: 60
properties:
cores: "32"
dependencies: >-
[
{"dependency": "dashing", "version": "0.4.0"},
{"dependency": "firebase", "version": "v11.0.1"}
]
tags: >
["framework", "hostonly", "linux"]
validation: docs_deploy
validation_name: Docs_deploy
firebase_project: docs-flutter-dev
drone_dimensions:
- os=Linux
Loading