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

Reduce build time #2203

Closed
wants to merge 3 commits into from
Closed

Reduce build time #2203

wants to merge 3 commits into from

Conversation

mavimo
Copy link

@mavimo mavimo commented Sep 10, 2017

  • Move DB folder to tmpfs (need drone 0.8.0:latest)
  • Create test-integration group (parallelize tests on mysql/postgres)
  • Create dockerimage group (parallelize tasks)

 - [x] Move DB folder to tmpfs (need drone 0.8.0:latest)
 - [x] Create `test-integration` group (parallelize tests on mysql/postgres)
 - [x] Create `dockerimage` group (parallelize tasks)
@CLAassistant
Copy link

CLAassistant commented Sep 10, 2017

CLA assistant check
All committers have signed the CLA.

.drone.yml Outdated
mysql:
image: mysql:5.6.27
environment:
- MYSQL_DATABASE=test
- MYSQL_ALLOW_EMPTY_PASSWORD=yes
tmpfs:
- /var/lib/mysql

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

at this time, tmpfs is only available to trusted repositories. Because drone is a public repository and we accept untrusted pull requests, we cannot enable trusted mode.

@mavimo
Copy link
Author

mavimo commented Sep 11, 2017

@bradrydzewski tmpfs removed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants