https://www.puppet.com/community logo
Join Slack
Powered by
# voxpupuli
  • v

    VoxBot

    03/14/2023, 3:56 PM
    oh that's interesting
  • j

    jhoblitt

    03/14/2023, 3:56 PM
    might need to use a larger runner type?
  • v

    VoxBot

    03/14/2023, 3:57 PM
    I can sign VP up for the beta
  • j

    jhoblitt

    03/14/2023, 3:57 PM
    I have been using
    ubuntu-latest-16-cores
    at $day_job and got a 6x speed up
  • j

    jhoblitt

    03/14/2023, 3:58 PM
    The costs rack up quickly though
  • v

    VoxBot

    03/14/2023, 3:59 PM
    I wonder how it is for VP which is on a sponsored plan
  • j

    jhoblitt

    03/14/2023, 4:00 PM
    my control repo has 1699 minutes on the -16-cores runner so far this month for $108.74
  • j

    jhoblitt

    03/14/2023, 4:01 PM
    but it was worth it as rspec-puppet had grown to be close to 40 minutes and now its down to about 5mins
  • m

    Massimiliano (Max)

    03/14/2023, 4:22 PM
    hello 👋 we got this PR which is working (it replaces PR67): https://github.com/voxpupuli/puppet-ipset/pull/81 But, it misses the test for Ubuntu 22.04 Where do you specify the OS versions in the CI?
  • m

    Massimiliano (Max)

    03/14/2023, 4:22 PM
    hello 👋 we got this PR which is working (it replace PR67): https://github.com/voxpupuli/puppet-ipset/pull/81 But, it misses the test for Ubuntu 22.04 Where do you specify the OS versions in the CI?
  • m

    Massimiliano (Max)

    03/14/2023, 4:30 PM
    hello 👋 we got this PR which is working (it replaces PR67): https://github.com/voxpupuli/puppet-ipset/pull/81 But, it misses the test for Ubuntu 22.04 Where do you specify the OS versions in the CI?
  • v

    VoxBot

    03/14/2023, 4:49 PM
    bastelfreak would you mind to help me with your comment here https://github.com/voxpupuli/puppet-elasticsearch/pull/1146#issuecomment-1468317223 ?
  • v

    VoxBot

    03/14/2023, 4:50 PM
    o/
  • v

    VoxBot

    03/14/2023, 4:50 PM
    how can I help
  • v

    VoxBot

    03/14/2023, 4:50 PM
    I've done what you suggested but I can't manage CI to pass
  • v

    VoxBot

    03/14/2023, 4:51 PM
    I'm sure the lack of a proper local toolchain may be a part of the problem... but using docker's puppet/puppet-dev-tools:4.x was sufficient in the past
  • v

    VoxBot

    03/14/2023, 4:53 PM
    I bet you have puppet-strings 2, but require puppet-strings 3. In a bundle setup, bundle update is enough
  • v

    VoxBot

    03/14/2023, 4:53 PM
    'bundle exec rake validate lint check' says 'REFERENCE.md is outdated' on CI, with an updated docker puppet/puppet-dev-tools:4.x there is no such message
  • v

    VoxBot

    03/14/2023, 4:53 PM
    I'll try... I thouck lock file would do that for me
  • v

    VoxBot

    03/14/2023, 4:54 PM
    thought
  • v

    VoxBot

    03/14/2023, 4:54 PM
    you where right bundel update has bring the message to my machine
  • v

    VoxBot

    03/14/2023, 4:55 PM
    "it's complcated"
  • v

    VoxBot

    03/14/2023, 4:55 PM
    a) we don't ship a Gemfile.lock in the modules ,that would cause more trouble
  • v

    VoxBot

    03/14/2023, 4:55 PM
    we cannot enforce puppet-strings 3 everywhere because that requires Ruby 2.7 and that will break Puppet 6 tests or people using ancient operating systems like... RHEL8
  • v

    VoxBot

    03/14/2023, 4:56 PM
    Hey, I'm sure you have your reasons... you know better
  • v

    VoxBot

    03/14/2023, 4:56 PM
    on EL8 you have a Ruby 2.7 module
  • v

    VoxBot

    03/14/2023, 4:57 PM
    but for someone like me pointers&docs are not clean enough
  • v

    VoxBot

    03/14/2023, 4:57 PM
    I promise I've tried
  • v

    VoxBot

    03/14/2023, 4:57 PM
    a lock file would mean we must maintain a lock file for every Puppet version
  • v

    VoxBot

    03/14/2023, 4:57 PM
    our docs say
    run bundle update
    I think :)
1...357358359...648Latest