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

Fix cookbook phase for slow testers #3627

Merged
merged 1 commit into from
Jul 30, 2020

Conversation

gassmoeller
Copy link
Member

The cookbook testing phase introduced in #3621 does not finish in time on the slow testers (see some of the other current PRs). Reduce concurrency and increase acceptable runtime.

@tjhei
Copy link
Member

tjhei commented Jul 30, 2020

Sigh, this has been complicated and annoying. Would it make sense to use

export NP=`grep -c ^processor /proc/cpuinfo`
.... -j $NP ...

?

@gassmoeller
Copy link
Member Author

Yes, but I first want to see if this actually fixes it. And I agree, this takes much more time and effort than it should.

@gassmoeller
Copy link
Member Author

At least the Github Actions seem to be working fine.

@gassmoeller
Copy link
Member Author

This brought down the time for the cookbook phase from 20 min timeout to 5min50s on the slow testers, so I would call this a success. Could you merge this so I can rebase #3624?

@gassmoeller
Copy link
Member Author

Oh wait, I will adjust the CPU number.

@tjhei
Copy link
Member

tjhei commented Jul 30, 2020

Github Actions seem to be working fine.

why did it fail in the documentation now though? :-/

@gassmoeller
Copy link
Member Author

The actions passed for the earlier commit before I force-pushed. I suspect #3622 might have broken it?

@tjhei
Copy link
Member

tjhei commented Jul 30, 2020

This is good to go. Please merge (or wait for CIG Jenkins to finish).

@gassmoeller gassmoeller merged commit 898c3aa into geodynamics:master Jul 30, 2020
@gassmoeller gassmoeller deleted the fix_cookbook_phase branch July 30, 2020 19:19
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.

2 participants