-
-
Notifications
You must be signed in to change notification settings - Fork 875
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
[WIP] Add Archlinux acceptance tests #1201
Conversation
adb7657
to
c21bd83
Compare
.travis.yml
Outdated
- rvm: 2.4.3 | ||
bundler_args: --without development release | ||
dist: trusty | ||
env: PUPPET_INSTALL_TYPE=foss BEAKER_debug=true BEAKER_set=docker/archlinux-4 CHECK=beaker |
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.
The type=foss
needs to be an option in .sync.yml
or the next modulesync will override it.
spec/acceptance/class_spec.rb
Outdated
it 'comes from the expected source' do | ||
pkg_output = shell(pkg_cmd) | ||
expect(pkg_output.stdout).to match pkg_match | ||
# the passenger people package ngin, except for Debian 9 systems! |
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.
This is no longer needed because the other PR has a better fix.
01d095a
to
ed4071b
Compare
ed4071b
to
0333710
Compare
0333710
to
0050ac2
Compare
Hi people, It seems like the archlinux docker image gets the defaults for |
Beaker is pretty broken for archlinux support, so I'm going to close this PR. |
Pull Request (PR) description
This Pull Request (PR) fixes the following issues