-
-
Notifications
You must be signed in to change notification settings - Fork 246
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
Verify EPEL support in acceptance tests #315
Conversation
Now CentOS 7.4 is out this pending statement can be removed. https://lists.centos.org/pipermail/centos-announce/2017-September/022532.html
Acceptance test still seems to be seeing the source as nodesource. Also, there's an unrelated mocha error that I've seen locally now showing up in the regular spec tests. |
I will admit that I didn't run it locally, just sent it to Travis. Otherwise I'm not surprised this fails: the resource is ensured to be installed so most likely it needs to be removed before running the tests. |
Also, in the Vagrant (vs. Docker) boxes, do they run a |
Yeah, we do something similar in puppet-nginx. Good point.
edit: oh, this is using |
I expect they don't but don't have to either. There is only one CentOS 7 URL so it'll find the dependency and install it when needed. No need to update the full box though the docker image is already updated. |
What do you think the cleanest way is to remove the package within the acceptance test? It's already running only on RedHat, so could I guess remove with yum / rpm, but maybe should use |
|
ps, I think the error in https://travis-ci.org/voxpupuli/puppet-nodejs/jobs/275380441 is the same as #312 |
@ekohl have you had a chance to revisit this? |
@wyardley no I haven't and I don't think I'll have time to in the near future. |
No worries, I will see if I can work on it. We got some clarity on what the expectation is, so may just need to not try and check where the package is coming from. |
Now CentOS 7.4 is out this pending statement can be removed.
https://lists.centos.org/pipermail/centos-announce/2017-September/022532.html