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

Commit

Permalink
Update .ci.yaml for engine source (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcdole authored Nov 8, 2024
1 parent 26f361d commit 5d5609e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions engine/src/flutter/.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ targets:
]
timeout: 90
runIf:
- .ci.yaml
- engine/src/flutter/.ci.yaml
- ci/builders/linux_android_emulator.json
- DEPS
- lib/ui/**
Expand All @@ -86,7 +86,7 @@ targets:
]
timeout: 90
runIf:
- .ci.yaml
- engine/src/flutter/.ci.yaml
- ci/builders/linux_android_emulator.json
- DEPS
- lib/ui/**
Expand All @@ -106,7 +106,7 @@ targets:
]
timeout: 90
runIf:
- .ci.yaml
- engine/src/flutter/.ci.yaml
- ci/builders/linux_android_emulator_opengles_34.json
- DEPS
- lib/ui/**
Expand All @@ -128,7 +128,7 @@ targets:
]
timeout: 90
runIf:
- .ci.yaml
- engine/src/flutter/.ci.yaml
- ci/builders/linux_android_emulator.json
- DEPS
- lib/ui/**
Expand All @@ -149,7 +149,7 @@ targets:
]
timeout: 90
runIf:
- .ci.yaml
- engine/src/flutter/.ci.yaml
- ci/builders/linux_android_emulator.json
- DEPS
- lib/ui/**
Expand Down Expand Up @@ -265,7 +265,7 @@ targets:
config_name: linux_clang_tidy
runIf:
- DEPS
- .ci.yaml
- engine/src/flutter/.ci.yaml
- tools/clang_tidy/**
- ci/builders/**
- ci/clang_tidy.sh
Expand Down Expand Up @@ -396,7 +396,7 @@ targets:
cores: "8"
runIf:
- DEPS
- .ci.yaml
- engine/src/flutter/.ci.yaml
- lib/web_ui/**
- web_sdk/**
- tools/**
Expand Down Expand Up @@ -437,7 +437,7 @@ targets:
timeout: 60
runIf:
- DEPS
- .ci.yaml
- engine/src/flutter/.ci.yaml
- lib/web_ui/**
- web_sdk/**
- tools/**
Expand Down Expand Up @@ -469,7 +469,7 @@ targets:
config_name: mac_clang_tidy
runIf:
- DEPS
- .ci.yaml
- engine/src/flutter/.ci.yaml
- tools/clang_tidy/**
- ci/builders/**
- ci/clang_tidy.sh
Expand Down

0 comments on commit 5d5609e

Please sign in to comment.