Unverified Commit f4d15dfc authored by godofredoc's avatar godofredoc Committed by GitHub

For linux builds use machines with 8 cores. (#105083)

parent 0028b8d0
...@@ -17,6 +17,7 @@ platform_properties: ...@@ -17,6 +17,7 @@ platform_properties:
{"dependency": "curl"} {"dependency": "curl"}
] ]
os: Ubuntu os: Ubuntu
cores: "8"
device_type: none device_type: none
ignore_flakiness: "true" ignore_flakiness: "true"
linux: linux:
...@@ -26,6 +27,7 @@ platform_properties: ...@@ -26,6 +27,7 @@ platform_properties:
{"dependency": "curl"} {"dependency": "curl"}
] ]
os: Ubuntu os: Ubuntu
cores: "8"
device_type: none device_type: none
linux_android: linux_android:
properties: properties:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment