Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 1e7aa53

Browse files
committed
moved golden tests to arm64
1 parent f71baaa commit 1e7aa53

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

ci/builders/mac_host_engine.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@
175175
"flutter/build/archives:archive_gen_snapshot",
176176
"flutter/build/archives:artifacts",
177177
"flutter/build/dart:copy_dart_sdk",
178-
"flutter/impeller/golden_tests:impeller_golden_tests",
179178
"flutter/shell/platform/darwin/macos:zip_macos_flutter_framework",
180179
"flutter/tools/font_subset",
181180
"flutter:unittests"
@@ -195,7 +194,7 @@
195194
"--variant",
196195
"ci/host_release",
197196
"--type",
198-
"dart,dart-host,engine,impeller-golden"
197+
"dart,dart-host,engine"
199198
]
200199
}
201200
]
@@ -336,14 +335,28 @@
336335
"targets": [
337336
"flutter/tools/font_subset",
338337
"flutter/build/archives:artifacts",
338+
"flutter/impeller/golden_tests:impeller_golden_tests",
339339
"flutter/shell/platform/darwin/macos:zip_macos_flutter_framework"
340340
]
341341
},
342342
"properties": {
343343
"$flutter/osx_sdk": {
344344
"sdk_version": "15a240d"
345345
}
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+
]
347360
}
348361
],
349362
"generators": {

0 commit comments

Comments
 (0)