Skip to content

Commit

Permalink
CP: Run tests on macOS 13 only (#49722) (#49774)
Browse files Browse the repository at this point in the history
  • Loading branch information
godofredoc authored Jan 12, 2024
1 parent bbebee1 commit 4f18bb4
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 38 deletions.
6 changes: 3 additions & 3 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ platform_properties:
]
device_type: none
cpu: x86
os: Mac-12|Mac-13
os: Mac-13
$flutter/osx_sdk : >-
{
"sdk_version": "14e300c"
Expand Down Expand Up @@ -384,7 +384,7 @@ targets:
"sdk_version": "14e300c"
}
drone_dimensions:
- os=Mac-12|Mac-13
- os=Mac-13

- name: Linux mac_unopt
recipe: engine_v2/engine_v2
Expand All @@ -405,7 +405,7 @@ targets:
"sdk_version": "14e300c"
}
drone_dimensions:
- os=Mac-12|Mac-13
- os=Mac-13
- cpu=x86

- name: Mac impeller-cmake-example
Expand Down
12 changes: 6 additions & 6 deletions ci/builders/mac_android_aot_engine.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"drone_dimensions": [
"device_type=none",
"os=Mac-12|Mac-13",
"os=Mac-13",
"cpu=x86"
],
"gclient_variables": {
Expand Down Expand Up @@ -53,7 +53,7 @@
],
"drone_dimensions": [
"device_type=none",
"os=Mac-12|Mac-13",
"os=Mac-13",
"cpu=x86"
],
"gclient_variables": {
Expand Down Expand Up @@ -93,7 +93,7 @@
],
"drone_dimensions": [
"device_type=none",
"os=Mac-12|Mac-13",
"os=Mac-13",
"cpu=x86"
],
"gclient_variables": {
Expand Down Expand Up @@ -133,7 +133,7 @@
],
"drone_dimensions": [
"device_type=none",
"os=Mac-12|Mac-13",
"os=Mac-13",
"cpu=x86"
],
"gclient_variables": {
Expand Down Expand Up @@ -172,7 +172,7 @@
],
"drone_dimensions": [
"device_type=none",
"os=Mac-12|Mac-13",
"os=Mac-13",
"cpu=x86"
],
"gclient_variables": {
Expand Down Expand Up @@ -212,7 +212,7 @@
],
"drone_dimensions": [
"device_type=none",
"os=Mac-12|Mac-13",
"os=Mac-13",
"cpu=x86"
],
"gclient_variables": {
Expand Down
14 changes: 7 additions & 7 deletions ci/builders/mac_clang_tidy.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"drone_dimensions": [
"device_type=none",
"os=Mac-12|Mac-13",
"os=Mac-13",
"cpu=arm64"
],
"gclient_variables": {
Expand All @@ -24,7 +24,7 @@
{
"drone_dimensions": [
"device_type=none",
"os=Mac-12|Mac-13",
"os=Mac-13",
"cpu=arm64"
],
"gclient_variables": {
Expand All @@ -50,7 +50,7 @@
"recipe": "engine_v2/tester_engine",
"drone_dimensions": [
"device_type=none",
"os=Mac-12|Mac-13",
"os=Mac-13",
"cpu=arm64"
],
"gclient_variables": {
Expand Down Expand Up @@ -82,7 +82,7 @@
"recipe": "engine_v2/tester_engine",
"drone_dimensions": [
"device_type=none",
"os=Mac-12|Mac-13",
"os=Mac-13",
"cpu=arm64"
],
"gclient_variables": {
Expand Down Expand Up @@ -114,7 +114,7 @@
"recipe": "engine_v2/tester_engine",
"drone_dimensions": [
"device_type=none",
"os=Mac-12|Mac-13",
"os=Mac-13",
"cpu=arm64"
],
"gclient_variables": {
Expand Down Expand Up @@ -146,7 +146,7 @@
"recipe": "engine_v2/tester_engine",
"drone_dimensions": [
"device_type=none",
"os=Mac-12|Mac-13",
"os=Mac-13",
"cpu=arm64"
],
"gclient_variables": {
Expand Down Expand Up @@ -178,7 +178,7 @@
"recipe": "engine_v2/tester_engine",
"drone_dimensions": [
"device_type=none",
"os=Mac-12|Mac-13",
"os=Mac-13",
"cpu=arm64"
],
"gclient_variables": {
Expand Down
12 changes: 6 additions & 6 deletions ci/builders/mac_host_engine.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"drone_dimensions": [
"device_type=none",
"os=Mac-12|Mac-13",
"os=Mac-13",
"cpu=x86",
"mac_model=Macmini8,1"
],
Expand Down Expand Up @@ -79,7 +79,7 @@
],
"drone_dimensions": [
"device_type=none",
"os=Mac-12|Mac-13",
"os=Mac-13",
"cpu=x86",
"mac_model=Macmini8,1"
],
Expand Down Expand Up @@ -139,7 +139,7 @@
],
"drone_dimensions": [
"device_type=none",
"os=Mac-12|Mac-13",
"os=Mac-13",
"cpu=x86",
"mac_model=Macmini8,1"
],
Expand Down Expand Up @@ -208,7 +208,7 @@
],
"drone_dimensions": [
"device_type=none",
"os=Mac-12|Mac-13",
"os=Mac-13",
"cpu=x86"
],
"gclient_variables": {
Expand Down Expand Up @@ -255,7 +255,7 @@
],
"drone_dimensions": [
"device_type=none",
"os=Mac-12|Mac-13",
"os=Mac-13",
"cpu=x86"
],
"gclient_variables": {
Expand Down Expand Up @@ -299,7 +299,7 @@
],
"drone_dimensions": [
"device_type=none",
"os=Mac-12|Mac-13",
"os=Mac-13",
"cpu=x86"
],
"gclient_variables": {
Expand Down
2 changes: 1 addition & 1 deletion ci/builders/mac_impeller_cmake_example.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"archives": [],
"drone_dimensions": [
"device_type=none",
"os=Mac-12|Mac-13",
"os=Mac-13",
"cpu=arm64"
],
"gclient_variables": {
Expand Down
20 changes: 10 additions & 10 deletions ci/builders/mac_ios_engine.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"drone_dimensions": [
"device_type=none",
"os=Mac-12|Mac-13",
"os=Mac-13",
"cpu=x86"
],
"gn": [
Expand All @@ -26,7 +26,7 @@
{
"drone_dimensions": [
"device_type=none",
"os=Mac-12|Mac-13"
"os=Mac-13"
],
"gn": [
"--ios",
Expand All @@ -49,7 +49,7 @@
{
"drone_dimensions": [
"device_type=none",
"os=Mac-12|Mac-13"
"os=Mac-13"
],
"gn": [
"--ios",
Expand All @@ -72,7 +72,7 @@
{
"drone_dimensions": [
"device_type=none",
"os=Mac-12|Mac-13"
"os=Mac-13"
],
"gn": [
"--ios",
Expand All @@ -96,7 +96,7 @@
{
"drone_dimensions": [
"device_type=none",
"os=Mac-12|Mac-13"
"os=Mac-13"
],
"gn": [
"--ios",
Expand All @@ -120,7 +120,7 @@
{
"drone_dimensions": [
"device_type=none",
"os=Mac-12|Mac-13",
"os=Mac-13",
"cpu=x86"
],
"gn": [
Expand All @@ -144,7 +144,7 @@
{
"drone_dimensions": [
"device_type=none",
"os=Mac-12|Mac-13"
"os=Mac-13"
],
"gn": [
"--ios",
Expand All @@ -168,7 +168,7 @@
{
"drone_dimensions": [
"device_type=none",
"os=Mac-12|Mac-13"
"os=Mac-13"
],
"gn": [
"--ios",
Expand All @@ -192,7 +192,7 @@
{
"drone_dimensions": [
"device_type=none",
"os=Mac-12|Mac-13"
"os=Mac-13"
],
"gn": [
"--ios",
Expand All @@ -217,7 +217,7 @@
{
"drone_dimensions": [
"device_type=none",
"os=Mac-12|Mac-13"
"os=Mac-13"
],
"gn": [
"--ios",
Expand Down
10 changes: 5 additions & 5 deletions ci/builders/mac_unopt.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"drone_dimensions": [
"device_type=none",
"os=Mac-12|Mac-13",
"os=Mac-13",
"cpu=x86",
"mac_model=Macmini8,1"
],
Expand Down Expand Up @@ -71,7 +71,7 @@
},
"drone_dimensions": [
"device_type=none",
"os=Mac-12|Mac-13",
"os=Mac-13",
"cpu=x86"
],
"gclient_variables": {
Expand Down Expand Up @@ -128,7 +128,7 @@
],
"drone_dimensions": [
"device_type=none",
"os=Mac-12|Mac-13",
"os=Mac-13",
"cpu=arm64"
],
"gclient_variables": {
Expand Down Expand Up @@ -177,7 +177,7 @@
},
"drone_dimensions": [
"device_type=none",
"os=Mac-12|Mac-13",
"os=Mac-13",
"cpu=arm64"
],
"gclient_variables": {
Expand Down Expand Up @@ -247,7 +247,7 @@
},
"drone_dimensions": [
"device_type=none",
"os=Mac-12|Mac-13",
"os=Mac-13",
"cpu=arm64"
],
"gclient_variables": {
Expand Down

0 comments on commit 4f18bb4

Please sign in to comment.