Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ObjC] increase Basic Tests C/C++ MacOS jobs (to 16) #36602

Closed
wants to merge 1 commit into from

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented May 13, 2024

Currently, the test is still consistently timing out (after increasing the job count from 4 -> 8 in #36190)

…increasing the job count from 4 -> 8).

----
DO NOT SUBMIT. This PR is for testing purposes only. [cl/633352477](http://cl/633352477)

PiperOrigin-RevId: 633352477
@copybara-service copybara-service bot added exported release notes: no Indicates if PR should not be in release notes labels May 13, 2024
@sampajano sampajano changed the title [export] Currently, the test is still consistently timing out (after increasing the job count from 4 -> 8). [ObjC] increase Basic Tests C/C++ MacOS jobs (to 16) May 13, 2024
@HannahShiSFB
Copy link
Collaborator

Looks like the box only has 4 cores and 16G ram, I guess that's why increase jobs didn't help last time and likely won't work either with this PR.

Is it possible that we schedule MacOS jobs to some larger machines?

+++ sysctl -n machdep.cpu.brand_string
++ echo 'CPU: GenuineIntel x86_64 Family 6 Model Intel(R) Core(TM) i7-8700B CPU @ 3.20GHz'
CPU: GenuineIntel x86_64 Family 6 Model Intel(R) Core(TM) i7-8700B CPU @ 3.20GHz
+++ sysctl -n hw.ncpu
++ echo 'CPU Cores: 4'
CPU Cores: 4
+++ sysctl -n hw.memsize
++ echo 'Memory: 17179869184'
Memory: 17179869184

@sampajano
Copy link
Contributor

Looks like the box only has 4 cores and 16G ram, I guess that's why increase jobs didn't help last time and likely won't work either with this PR.

Aha you're right! It didn't seem to help indeed.. As the test again timed out here.. 😅

I'll drop this PR for now.. (And the better solution is probably to split the dbg and opt test as you've suggested earlier).

Is it possible that we schedule MacOS jobs to some larger machines?

Seems like that's not an option at this moment :)

@sampajano
Copy link
Contributor

Dropping this PR as it didn't help :)

Will try out the idea to split the opt and dbg tests next :)

@sampajano sampajano closed this May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants