Skip to content

Switch from mixed case to uppercase env vars #105

Switch from mixed case to uppercase env vars

Switch from mixed case to uppercase env vars #105

Triggered via pull request September 20, 2023 07:09
@bastelfreakbastelfreak
synchronize #59
env
Status Failure
Total duration 1m 8s
Artifacts

ci.yml

on: pull_request
Matrix: unit
Matrix: acceptance
All tests
0s
All tests
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
Unit / Ruby 3.2: spec/spec_helper_acceptance_spec.rb#L8
spec_helper_acceptance #configure_beaker without provisioning configures RSpec Failure/Error: block_on hosts, run_in_parallel: true do |host| BeakerPuppetHelpers::InstallUtils.install_puppet_release_repo_on(host, collection) unless collection == 'none' package_name = BeakerPuppetHelpers::InstallUtils.puppet_package_name(host) host.install_package(package_name) # by default, puppet-agent creates /etc/profile.d/puppet-agent.sh which adds /opt/puppetlabs/bin to PATH # in our non-interactive ssh sessions we manipulate PATH in ~/.ssh/environment, we need to do this step here as well host.add_env_var('PATH', '/opt/puppetlabs/bin') end SystemStackError: stack level too deep
Unit / Ruby 3.2
Process completed with exit code 1.
Unit / Ruby 3.0: spec/spec_helper_acceptance_spec.rb#L8
spec_helper_acceptance #configure_beaker without provisioning configures RSpec Failure/Error: block_on hosts, run_in_parallel: true do |host| BeakerPuppetHelpers::InstallUtils.install_puppet_release_repo_on(host, collection) unless collection == 'none' package_name = BeakerPuppetHelpers::InstallUtils.puppet_package_name(host) host.install_package(package_name) # by default, puppet-agent creates /etc/profile.d/puppet-agent.sh which adds /opt/puppetlabs/bin to PATH # in our non-interactive ssh sessions we manipulate PATH in ~/.ssh/environment, we need to do this step here as well host.add_env_var('PATH', '/opt/puppetlabs/bin') end SystemStackError: stack level too deep
Unit / Ruby 3.0
Process completed with exit code 1.
Unit / Ruby 3.1: spec/spec_helper_acceptance_spec.rb#L8
spec_helper_acceptance #configure_beaker without provisioning configures RSpec Failure/Error: block_on hosts, run_in_parallel: true do |host| BeakerPuppetHelpers::InstallUtils.install_puppet_release_repo_on(host, collection) unless collection == 'none' package_name = BeakerPuppetHelpers::InstallUtils.puppet_package_name(host) host.install_package(package_name) # by default, puppet-agent creates /etc/profile.d/puppet-agent.sh which adds /opt/puppetlabs/bin to PATH # in our non-interactive ssh sessions we manipulate PATH in ~/.ssh/environment, we need to do this step here as well host.add_env_var('PATH', '/opt/puppetlabs/bin') end SystemStackError: stack level too deep
Unit / Ruby 3.1
Process completed with exit code 1.
Unit / Ruby 2.7: spec/spec_helper_acceptance_spec.rb#L8
spec_helper_acceptance #configure_beaker without provisioning configures RSpec Failure/Error: block_on hosts, run_in_parallel: true do |host| BeakerPuppetHelpers::InstallUtils.install_puppet_release_repo_on(host, collection) unless collection == 'none' package_name = BeakerPuppetHelpers::InstallUtils.puppet_package_name(host) host.install_package(package_name) # by default, puppet-agent creates /etc/profile.d/puppet-agent.sh which adds /opt/puppetlabs/bin to PATH # in our non-interactive ssh sessions we manipulate PATH in ~/.ssh/environment, we need to do this step here as well host.add_env_var('PATH', '/opt/puppetlabs/bin') end SystemStackError: stack level too deep
Unit / Ruby 2.7
Process completed with exit code 1.
Pre
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/