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

Disable build dryruns for pushes #367

Merged
merged 1 commit into from
Dec 5, 2019
Merged

Conversation

juhoinkinen
Copy link
Member

@juhoinkinen juhoinkinen commented Dec 5, 2019

It is unnecessary to run Docker dryrun builds in Drone (builds without pushing to Quay.io) for every push to all branches (especially as a build dryrun is made for PR anyway), and apparently it has the negative consequence of stressing the Drone server and its network leading to timeout errors in the builds.

Even for PRs the build dryruns are a bit questionable, running build&tests would be more meaningful, see #315.

@codecov
Copy link

codecov bot commented Dec 5, 2019

Codecov Report

Merging #367 into master will increase coverage by 0.06%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #367      +/-   ##
==========================================
+ Coverage   99.48%   99.54%   +0.06%     
==========================================
  Files          56       56              
  Lines        3295     3295              
==========================================
+ Hits         3278     3280       +2     
+ Misses         17       15       -2
Impacted Files Coverage Δ
annif/backend/__init__.py 100% <0%> (+5.55%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 86471ca...b9b43ee. Read the comment docs.

@juhoinkinen juhoinkinen merged commit 06f5221 into master Dec 5, 2019
@juhoinkinen juhoinkinen deleted the disable_drone_build_dryruns branch December 5, 2019 11:49
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.

1 participant