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

Parallel builds #52

Closed
kamermans opened this issue May 20, 2013 · 2 comments
Closed

Parallel builds #52

kamermans opened this issue May 20, 2013 · 2 comments
Assignees
Milestone

Comments

@kamermans
Copy link
Contributor

It seems some builds are running in parallel which is causing problems for me, particularly in that the mysql database name is the same for both builds, and the running tests are tainting each other:

image

Is this intended, and if so, how should I handle this database problem? If variable interpolation was supported, I guess I could dynamically generate the database name like this:

mysql:
    - "CREATE DATABASE phpci_project%PHPCI_PROJECT%-build%PHPCI_BUILD%"

Thoughts?

@dancryer
Copy link
Owner

I think the variable interpolation is a good call... At some point we might want to support multiple workers for builds, so I wouldn't want to rule it out. :)

Are you happy to implement?

@ghost ghost assigned kamermans May 22, 2013
@kamermans
Copy link
Contributor Author

Ok, I think so too. Sure, I'll implement it :)

prezire pushed a commit to prezire/PHPCI that referenced this issue Feb 27, 2018
Fixed updating branches for exist environment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants