-
Notifications
You must be signed in to change notification settings - Fork 737
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
Skip git gc on aix and master/built-in #21034
Skip git gc on aix and master/built-in #21034
Conversation
Issue eclipse-openj9#20346 Signed-off-by: Adam Brousseau <[email protected]>
Should I be concerned about all the repack errors in the test run? |
Also, should we test this on AIX? |
The test run was on aix. |
Why did the 24 job fail? Can you pls explain how this works, wrt running on master. When does it run on master and when doesn't it? |
24 failed on aix-11. Not sure why. It was during the fetch. Might have been git out of memory. For master, we will run the cache update but no Build 23 shows a sucessful run on master without a gc |
I understand the logic of the change, what I don't understand is when we run on master, or not. Is master just one of the x86 machines we run on when updating x86? |
Master falls under the SETUP nodes list (worker). We only run the setup nodes (true) on the xlinux job ever since we divided by platform. |
Issue #20346