Skip to content

Commit 425aef2

Browse files
authored
Adding two staging tests to ci.yaml (#103003)
* Adding two staging tests to ci.yaml Adding a properties block (linux_stating_build) and 2 builds that use this to ci.yaml. This is to verify some failures on these builds that are happening when running via entries in devicelab_stating_config.star file. Bug:102406 * Updating staging build entries to use new naming convention Staging builds now use a name prefix of Staging_build_, which allows us to filter these builds on the dashboard. * Moving bringup:true to target level We can't add bringup:true to properties block level, so need to move this back to each target.
1 parent 8718460 commit 425aef2

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

.ci.yaml

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,23 @@ enabled_branches:
1010
- flutter-\d+\.\d+-candidate\.\d+
1111

1212
platform_properties:
13+
staging_build_linux:
14+
properties:
15+
caches: >-
16+
[
17+
{"name": "builder_linux_framework", "path": "builder"},
18+
{"name": "android_sdk", "path": "android"},
19+
{"name": "chrome_and_driver_96", "path": "chrome"},
20+
{"name": "flutter_sdk", "path": "flutter sdk"},
21+
{"name": "openjdk_11", "path": "java"},
22+
{"name": "pub_cache", "path": ".pub-cache"}
23+
]
24+
dependencies: >-
25+
[
26+
{"dependency": "curl"}
27+
]
28+
os: Ubuntu
29+
device_type: none
1330
linux:
1431
properties:
1532
caches: >-
@@ -2404,6 +2421,47 @@ targets:
24042421
task_name: android_lifecycles_test
24052422
scheduler: luci
24062423

2424+
- name: Staging_build_linux analyze
2425+
bringup: true
2426+
recipe: flutter/flutter
2427+
timeout: 60
2428+
properties:
2429+
tags: >
2430+
["framework","hostonly"]
2431+
validation: analyze
2432+
validation_name: Analyze
2433+
2434+
- name: Staging_build_linux framework_tests_misc
2435+
bringup: true
2436+
recipe: flutter/flutter_drone
2437+
timeout: 60
2438+
properties:
2439+
dependencies: >-
2440+
[
2441+
{"dependency": "goldctl"},
2442+
{"dependency": "clang"},
2443+
{"dependency": "cmake"},
2444+
{"dependency": "ninja"},
2445+
{"dependency": "open_jdk", "version": "11"},
2446+
{"dependency": "android_sdk", "version": "version:31v8"}
2447+
]
2448+
shard: framework_tests
2449+
subshard: misc
2450+
tags: >
2451+
["framework", "hostonly", "shard"]
2452+
runIf:
2453+
- dev/
2454+
- packages/flutter/
2455+
- packages/flutter_driver/
2456+
- packages/integration_test/
2457+
- packages/flutter_localizations/
2458+
- packages/fuchsia_remote_debug_protocol/
2459+
- packages/flutter_test/
2460+
- packages/flutter_goldens/
2461+
- packages/flutter_tools/
2462+
- bin/
2463+
- .ci.yaml
2464+
24072465
- name: Mac build_ios_framework_module_test
24082466
recipe: devicelab/devicelab_drone
24092467
timeout: 60

0 commit comments

Comments
 (0)