Skip to content

Commit

Permalink
Update mac_unopt.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zanderso authored Oct 15, 2024
1 parent e1bfb46 commit 4bdfdbe
Showing 1 changed file with 18 additions and 70 deletions.
88 changes: 18 additions & 70 deletions ci/builders/mac_unopt.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"gn": [
"--target-dir",
"ci/host_debug_tests",
"ci/host_debug_arm64_tests",
"--runtime-mode",
"debug",
"--mac-cpu",
Expand All @@ -27,10 +27,10 @@
"--no-goma",
"--xcode-symlinks"
],
"name": "ci/host_debug_tests",
"name": "ci/host_debug_arm64_tests",
"description": "Produces debug mode arm64 macOS host-side tooling and builds host-side unit tests for arm64 macOS.",
"ninja": {
"config": "ci/host_debug_tests",
"config": "ci/host_debug_arm64_tests",
"targets": []
},
"properties": {
Expand All @@ -46,7 +46,7 @@
"parameters": [
"--quiet",
"--variant",
"ci/host_debug_tests",
"ci/host_debug_arm64_tests",
"--type",
"dart,dart-host,engine",
"--engine-capture-core-dump"
Expand All @@ -67,7 +67,7 @@
},
"gn": [
"--target-dir",
"ci/host_profile_tests",
"ci/host_profile_arm64_tests",
"--runtime-mode",
"profile",
"--mac-cpu",
Expand All @@ -79,10 +79,10 @@
"--no-goma",
"--xcode-symlinks"
],
"name": "ci/host_profile_tests",
"name": "ci/host_profile_arm64_tests",
"description": "Produces profile mode arm64 macOS host-side tooling and builds host-side unit tests for arm64 macOS.",
"ninja": {
"config": "ci/host_profile_tests",
"config": "ci/host_profile_arm64_tests",
"targets": []
},
"properties": {
Expand All @@ -98,7 +98,7 @@
"parameters": [
"--quiet",
"--variant",
"ci/host_profile_tests",
"ci/host_profile_arm64_tests",
"--type",
"dart,dart-host,engine",
"--engine-capture-core-dump"
Expand All @@ -119,7 +119,7 @@
},
"gn": [
"--target-dir",
"ci/host_release_tests",
"ci/host_release_arm64_tests",
"--runtime-mode",
"release",
"--mac-cpu",
Expand All @@ -132,10 +132,10 @@
"--no-goma",
"--xcode-symlinks"
],
"name": "ci/host_release_tests",
"name": "ci/host_release_arm64_tests",
"description": "Produces release mode arm64 macOS host-side tooling and builds host-side unit tests for arm64 macOS.",
"ninja": {
"config": "ci/host_release_tests",
"config": "ci/host_release_arm64_tests",
"targets": []
},
"properties": {
Expand All @@ -151,7 +151,7 @@
"parameters": [
"--quiet",
"--variant",
"ci/host_release_tests",
"ci/host_release_arm64_tests",
"--type",
"dart,dart-host,engine"
]
Expand Down Expand Up @@ -216,64 +216,6 @@
}
]
},
{
"cas_archive": false,
"drone_dimensions": [
"device_type=none",
"os=Mac-13|Mac-14",
"cpu=arm64"
],
"gclient_variables": {
"download_android_deps": false,
"use_rbe": true
},
"gn": [
"--target-dir",
"ci/host_debug_unopt",
"--runtime-mode",
"debug",
"--mac-cpu",
"arm64",
"--unoptimized",
"--no-lto",
"--prebuilt-dart-sdk",
"--enable-impeller-3d",
"--rbe",
"--no-goma",
"--xcode-symlinks"
],
"name": "ci/host_debug_unopt",
"description": "Builds a debug mode unopt arm64 macOS engine and runs host-side tests.",
"ninja": {
"config": "ci/host_debug_unopt",
"targets": []
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "15a240d"
}
},
"tests": [
{
"language": "python3",
"name": "Host Tests for host_debug_unopt",
"script": "flutter/testing/run_tests.py",
"parameters": [
"--quiet",
"--variant",
"ci/host_debug_unopt",
"--type",
"dart,dart-host,engine",
"--engine-capture-core-dump"
]
},
{
"name": "Tests of tools/gn",
"language": "python3",
"script": "flutter/tools/gn_test.py"
}
]
},
{
"cas_archive": false,
"properties": {
Expand Down Expand Up @@ -361,6 +303,7 @@
"--prebuilt-dart-sdk",
"--mac-cpu",
"arm64",
"--enable-impeller-3d",
"--rbe",
"--no-goma",
"--xcode-symlinks",
Expand Down Expand Up @@ -392,6 +335,11 @@
"--engine-capture-core-dump",
"--no-skia-gold"
]
},
{
"name": "Tests of tools/gn",
"language": "python3",
"script": "flutter/tools/gn_test.py"
}
]
},
Expand Down

0 comments on commit 4bdfdbe

Please sign in to comment.