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

Build holds a 'master' executor while installers run #176

Open
AdamBrousseau opened this issue Jul 5, 2021 · 0 comments
Open

Build holds a 'master' executor while installers run #176

AdamBrousseau opened this issue Jul 5, 2021 · 0 comments
Labels
installer Issues that relate to our installer jobs or installer repo mac

Comments

@AdamBrousseau
Copy link
Contributor

Expected behaviour:

Shouldn't hold an executor while not doing work

Also not sure why only the mac case does a cleanup

case "mac": context.sh 'rm -f workspace/target/*.pkg workspace/target/*.pkg.json workspace/target/*.pkg.sha256.txt'; buildMacInstaller(versionData); break

I guess there's other things that go on in the build*Installer functions that need master so this might not be as straight forward as I thought.

My issue is, I had the installer jobs backing up because some key machines went offline. Which caused a backup on master and blocked all builds once all the executors were full.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
installer Issues that relate to our installer jobs or installer repo mac
Projects
Status: Todo
Development

No branches or pull requests

1 participant