Skip to content

Commit

Permalink
Add master to engine ciyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcdole committed Dec 12, 2024
1 parent bfba659 commit 87241d5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/internal/engine.version

This file was deleted.

11 changes: 11 additions & 0 deletions engine/src/flutter/.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ targets:
- name: Linux local_engine_builds
enabled_branches:
- main
- master
recipe: engine_v2/engine_v2
properties:
config_name: local_engine
Expand All @@ -57,6 +58,7 @@ targets:
bringup: true
enabled_branches:
- main
- master
recipe: engine_v2/engine_v2
properties:
config_name: linux_android_emulator
Expand All @@ -77,6 +79,7 @@ targets:
- name: Linux linux_android_emulator_tests_34
enabled_branches:
- main
- master
recipe: engine_v2/engine_v2
properties:
config_name: linux_android_emulator_34
Expand All @@ -97,6 +100,7 @@ targets:
- name: Linux linux_android_emulator_opengles_tests_34
enabled_branches:
- main
- master
recipe: engine_v2/engine_v2
properties:
config_name: linux_android_emulator_opengles_34
Expand All @@ -118,6 +122,7 @@ targets:
bringup: true
enabled_branches:
- main
- master
recipe: engine_v2/builder
properties:
config_name: linux_android_emulator_skia
Expand All @@ -139,6 +144,7 @@ targets:
- name: Linux linux_android_emulator_skia_tests_34
enabled_branches:
- main
- master
recipe: engine_v2/builder
properties:
config_name: linux_android_emulator_skia_34
Expand All @@ -160,6 +166,7 @@ targets:
- name: Linux builder_cache
enabled_branches:
- main
- master
recipe: engine_v2/cache
presubmit: false
properties:
Expand All @@ -180,6 +187,7 @@ targets:
- name: Windows builder_cache
enabled_branches:
- main
- master
recipe: engine_v2/cache
presubmit: false
properties:
Expand All @@ -199,6 +207,7 @@ targets:
- name: Mac builder_cache
enabled_branches:
- main
- master
recipe: engine_v2/cache
presubmit: false
properties:
Expand All @@ -223,6 +232,7 @@ targets:
- name: Linux linux_benchmarks
enabled_branches:
- main
- master
recipe: engine_v2/builder
presubmit: false
properties:
Expand Down Expand Up @@ -418,6 +428,7 @@ targets:
recipe: engine/web_engine_framework
enabled_branches:
- main
- master
properties:
add_recipes_cq: "true"
cores: "32"
Expand Down

0 comments on commit 87241d5

Please sign in to comment.