-
Notifications
You must be signed in to change notification settings - Fork 116
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
feat: implement an automated changelog #129
Conversation
@daks Trying to compete with @n-rodriguez to see who can do the most |
@myii, not exactly, just trying to convert all formulas we use @ work :) And this conversion is generally not that much work... except when tests start failing... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@daks Of course, |
previous tests working: debian-8, debian-9, ubuntu-16.04, ubuntu-18.04, fedora-27 and centos-7 on latest salt |
I don't understand why those tests are failing. Provisioning (states, pillars) should be the same, and tests too |
25be4b6
to
cc3e838
Compare
I have fixed most of Suse/OpenSuse tests. The only one remaining is weird https://travis-ci.com/daks/bind-formula/jobs/202183367 -> inspec don't find 'named' service running, while it is About Fedora, I can't fix them because they 'work on my laptop'(TM). any help would be appreciated. |
It's quite probably the same issue due to the train gem Perhaps you can skip it atm. |
@javierbertoli ok, I'll skip opensuse 15 for now. Still Fedora failing. |
@daks Or you could use @n-rodriguez's fix here appended in the gem 'train', git: 'https://github.com/n-rodriguez/train.git', branch: 'wip/fix_suse' |
Tests matrix reduced to 4 platforms |
@daks Do you want this merged now? |
If it's OK for everybody, yes. |
Merged, thanks for another big PR, @daks. |
🎉 This PR is included in version 0.17.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Before removing 'draft' status and activate only 5 builds on Travis, I wanted to test them all: Fedora and OpenSuse fails, see https://travis-ci.com/daks/bind-formula/builds/112325721.
We need to see if we can/want to fix those platforms, remove them (in
FORMULA
, travis, kitchen, inspec) or just 'ignore' _ them.TODO: reduce number of builds to 5 max