This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree 1 file changed +16
-3
lines changed
1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 175
175
" flutter/build/archives:archive_gen_snapshot" ,
176
176
" flutter/build/archives:artifacts" ,
177
177
" flutter/build/dart:copy_dart_sdk" ,
178
- " flutter/impeller/golden_tests:impeller_golden_tests" ,
179
178
" flutter/shell/platform/darwin/macos:zip_macos_flutter_framework" ,
180
179
" flutter/tools/font_subset" ,
181
180
" flutter:unittests"
195
194
" --variant" ,
196
195
" ci/host_release" ,
197
196
" --type" ,
198
- " dart,dart-host,engine,impeller-golden "
197
+ " dart,dart-host,engine"
199
198
]
200
199
}
201
200
]
336
335
"targets" : [
337
336
" flutter/tools/font_subset" ,
338
337
" flutter/build/archives:artifacts" ,
338
+ " flutter/impeller/golden_tests:impeller_golden_tests" ,
339
339
" flutter/shell/platform/darwin/macos:zip_macos_flutter_framework"
340
340
]
341
341
},
342
342
"properties" : {
343
343
"$flutter/osx_sdk" : {
344
344
"sdk_version" : " 15a240d"
345
345
}
346
- }
346
+ },
347
+ "tests" : [
348
+ {
349
+ "language" : " python3" ,
350
+ "name" : " Impeller-golden for host_release" ,
351
+ "script" : " flutter/testing/run_tests.py" ,
352
+ "parameters" : [
353
+ " --variant" ,
354
+ " ci/host_release" ,
355
+ " --type" ,
356
+ " impeller-golden"
357
+ ]
358
+ }
359
+ ]
347
360
}
348
361
],
349
362
"generators" : {
You can’t perform that action at this time.
0 commit comments