Add rundeck cli and project management #295
Triggered via pull request
January 25, 2024 06:12
Status
Cancelled
Total duration
1m 58s
Artifacts
–
ci.yml
on: pull_request
Puppet
/
Static validations
19s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
78 errors
Puppet / Puppet 8 - Rocky 8
Canceling since a higher priority waiting request for '527/merge' exists
|
Puppet / Puppet 8 - Rocky 8
The operation was canceled.
|
Puppet / Puppet 7 - CentOS 7
Canceling since a higher priority waiting request for '527/merge' exists
|
Puppet / Puppet 7 - CentOS 7
The operation was canceled.
|
Puppet / Puppet 8 - OracleLinux 9
Canceling since a higher priority waiting request for '527/merge' exists
|
Puppet / Puppet 8 - OracleLinux 9
The operation was canceled.
|
Puppet / Puppet 7 - Debian 10
Canceling since a higher priority waiting request for '527/merge' exists
|
Puppet / Puppet 7 - Debian 10
The operation was canceled.
|
Puppet / Puppet 8 - AlmaLinux 8
Canceling since a higher priority waiting request for '527/merge' exists
|
Puppet / Puppet 8 - AlmaLinux 8
The operation was canceled.
|
Puppet / Puppet 7 - AlmaLinux 9
Canceling since a higher priority waiting request for '527/merge' exists
|
Puppet / Puppet 7 - AlmaLinux 9
The operation was canceled.
|
Puppet / Puppet 7 - Ubuntu 18.04
Canceling since a higher priority waiting request for '527/merge' exists
|
Puppet / Puppet 7 - Ubuntu 18.04
The operation was canceled.
|
Puppet / Puppet 8 - CentOS 7
Canceling since a higher priority waiting request for '527/merge' exists
|
Puppet / Puppet 8 - CentOS 7
The operation was canceled.
|
Puppet / Puppet 8 - CentOS 9
Canceling since a higher priority waiting request for '527/merge' exists
|
Puppet / Puppet 8 - CentOS 9
The operation was canceled.
|
Puppet / Puppet 7 - Ubuntu 22.04
Canceling since a higher priority waiting request for '527/merge' exists
|
Puppet / Puppet 7 - Ubuntu 22.04
The operation was canceled.
|
Puppet / Puppet 7 - Rocky 9
Canceling since a higher priority waiting request for '527/merge' exists
|
Puppet / Puppet 7 - Rocky 9
The operation was canceled.
|
Puppet / 8 (Ruby 3.2)
Canceling since a higher priority waiting request for '527/merge' exists
|
Puppet / 8 (Ruby 3.2):
spec/classes/cli_spec.rb#L13
rundeck::cli on debian-10-x86_64 with default parameters is expected to compile into a catalogue without dependency cycles
Failure/Error: it { is_expected.to compile }
error during compilation: Evaluation Error: Error while evaluating a Function Call, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az529-794.k5vkklxpw5gudmwuli4an2t0jd.cx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/cli_spec.rb#L15
rundeck::cli on debian-10-x86_64 with default parameters is expected to contain Package[jq] with ensure => "present"
Failure/Error: it { is_expected.to contain_package('jq').with(ensure: 'present') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az529-794.k5vkklxpw5gudmwuli4an2t0jd.cx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/cli_spec.rb#L29
rundeck::cli on debian-10-x86_64 with default parameters is expected to contain Apt::Source[rundeck] that comes before Package[rundeck-cli]
Failure/Error:
is_expected.to contain_apt__source('rundeck').with(
location: 'https://packages.rundeck.com/pagerduty/rundeck/any',
release: 'any',
repos: 'main',
key: {
'name' => 'rundeck',
'source' => 'https://packages.rundeck.com/pagerduty/rundeck/gpgkey',
}
).that_comes_before('Package[rundeck-cli]')
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az529-794.k5vkklxpw5gudmwuli4an2t0jd.cx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/cli_spec.rb#L41
rundeck::cli on debian-10-x86_64 with default parameters is expected to contain Class[apt::update] that comes before Package[rundeck-cli]
Failure/Error: it { is_expected.to contain_class('apt::update').that_comes_before('Package[rundeck-cli]') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az529-794.k5vkklxpw5gudmwuli4an2t0jd.cx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/cli_spec.rb#L42
rundeck::cli on debian-10-x86_64 with default parameters is expected to contain Package[rundeck-cli] with ensure => "installed"
Failure/Error: it { is_expected.to contain_package('rundeck-cli').with(ensure: 'installed') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az529-794.k5vkklxpw5gudmwuli4an2t0jd.cx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/cli_spec.rb#L43
rundeck::cli on debian-10-x86_64 with default parameters is expected to contain File[/usr/local/bin/rd_project_diff.sh] with ensure => "file" and mode => "0755"
Failure/Error: it { is_expected.to contain_file('/usr/local/bin/rd_project_diff.sh').with(ensure: 'file', mode: '0755') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az529-794.k5vkklxpw5gudmwuli4an2t0jd.cx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/cli_spec.rb#L45
rundeck::cli on debian-10-x86_64 with default parameters is expected to contain Exec[Check rundeck cli connection] that requires Package[rundeck-cli]
Failure/Error:
is_expected.to contain_exec('Check rundeck cli connection').with(
command: 'rd system info',
path: ['/bin', '/usr/bin', '/usr/local/bin'],
environment: [
'RD_FORMAT=json',
'RD_URL=http://localhost:4440',
'RD_BYPASS_URL=http://localhost:4440',
'RD_USER=admin',
'RD_PASSWORD=admin',
],
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az529-794.k5vkklxpw5gudmwuli4an2t0jd.cx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/cli_spec.rb#L73
rundeck::cli on debian-10-x86_64 with different urls and token auth is expected to contain Exec[Check rundeck cli connection] with environment => ["RD_FORMAT=json", "RD_URL=http://rundeck01.example.com", "RD_BYPASS_URL=http://rundeck.example.com", "RD_TOKEN=very_secure"]
Failure/Error:
is_expected.to contain_exec('Check rundeck cli connection').with(
environment: [
'RD_FORMAT=json',
'RD_URL=http://rundeck01.example.com',
'RD_BYPASS_URL=http://rundeck.example.com',
'RD_TOKEN=very_secure',
]
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az529-794.k5vkklxpw5gudmwuli4an2t0jd.cx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/cli_spec.rb#L106
rundeck::cli on debian-10-x86_64 with projects config is expected to contain Rundeck::Config::Project[MyProject] with update_method => "set" and config => {"project.description"=>"This is My rundeck project", "project.disable.executions"=>"false"}
Failure/Error:
is_expected.to contain_rundeck__config__project('MyProject').with(
update_method: 'set',
config: {
'project.description' => 'This is My rundeck project',
'project.disable.executions' => 'false',
}
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az529-794.k5vkklxpw5gudmwuli4an2t0jd.cx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/cli_spec.rb#L116
rundeck::cli on debian-10-x86_64 with projects config is expected to contain Exec[Create rundeck project: MyProject]
Failure/Error: it { is_expected.to contain_exec('Create rundeck project: MyProject') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az529-794.k5vkklxpw5gudmwuli4an2t0jd.cx.internal.cloudapp.net
|
Puppet / Puppet 7 - Ubuntu 20.04
Canceling since a higher priority waiting request for '527/merge' exists
|
Puppet / Puppet 7 - Ubuntu 20.04
The operation was canceled.
|
Puppet / Puppet 8 - Ubuntu 20.04
Canceling since a higher priority waiting request for '527/merge' exists
|
Puppet / Puppet 8 - Ubuntu 20.04
The operation was canceled.
|
Puppet / 7 (Ruby 2.7)
Canceling since a higher priority waiting request for '527/merge' exists
|
Puppet / 7 (Ruby 2.7):
spec/classes/cli_spec.rb#L13
rundeck::cli on debian-11-x86_64 with default parameters is expected to compile into a catalogue without dependency cycles
Failure/Error: it { is_expected.to compile }
error during compilation: Evaluation Error: Error while evaluating a Function Call, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1542-235.uwdtf5zkgycefedjt5dtsy0pzd.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/cli_spec.rb#L15
rundeck::cli on debian-11-x86_64 with default parameters is expected to contain Package[jq] with ensure => "present"
Failure/Error: it { is_expected.to contain_package('jq').with(ensure: 'present') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1542-235.uwdtf5zkgycefedjt5dtsy0pzd.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/cli_spec.rb#L29
rundeck::cli on debian-11-x86_64 with default parameters is expected to contain Apt::Source[rundeck] that comes before Package[rundeck-cli]
Failure/Error:
is_expected.to contain_apt__source('rundeck').with(
location: 'https://packages.rundeck.com/pagerduty/rundeck/any',
release: 'any',
repos: 'main',
key: {
'name' => 'rundeck',
'source' => 'https://packages.rundeck.com/pagerduty/rundeck/gpgkey',
}
).that_comes_before('Package[rundeck-cli]')
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1542-235.uwdtf5zkgycefedjt5dtsy0pzd.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/cli_spec.rb#L41
rundeck::cli on debian-11-x86_64 with default parameters is expected to contain Class[apt::update] that comes before Package[rundeck-cli]
Failure/Error: it { is_expected.to contain_class('apt::update').that_comes_before('Package[rundeck-cli]') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1542-235.uwdtf5zkgycefedjt5dtsy0pzd.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/cli_spec.rb#L42
rundeck::cli on debian-11-x86_64 with default parameters is expected to contain Package[rundeck-cli] with ensure => "installed"
Failure/Error: it { is_expected.to contain_package('rundeck-cli').with(ensure: 'installed') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1542-235.uwdtf5zkgycefedjt5dtsy0pzd.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/cli_spec.rb#L43
rundeck::cli on debian-11-x86_64 with default parameters is expected to contain File[/usr/local/bin/rd_project_diff.sh] with ensure => "file" and mode => "0755"
Failure/Error: it { is_expected.to contain_file('/usr/local/bin/rd_project_diff.sh').with(ensure: 'file', mode: '0755') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1542-235.uwdtf5zkgycefedjt5dtsy0pzd.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/cli_spec.rb#L45
rundeck::cli on debian-11-x86_64 with default parameters is expected to contain Exec[Check rundeck cli connection] that requires Package[rundeck-cli]
Failure/Error:
is_expected.to contain_exec('Check rundeck cli connection').with(
command: 'rd system info',
path: ['/bin', '/usr/bin', '/usr/local/bin'],
environment: [
'RD_FORMAT=json',
'RD_URL=http://localhost:4440',
'RD_BYPASS_URL=http://localhost:4440',
'RD_USER=admin',
'RD_PASSWORD=admin',
],
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1542-235.uwdtf5zkgycefedjt5dtsy0pzd.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/cli_spec.rb#L73
rundeck::cli on debian-11-x86_64 with different urls and token auth is expected to contain Exec[Check rundeck cli connection] with environment => ["RD_FORMAT=json", "RD_URL=http://rundeck01.example.com", "RD_BYPASS_URL=http://rundeck.example.com", "RD_TOKEN=very_secure"]
Failure/Error:
is_expected.to contain_exec('Check rundeck cli connection').with(
environment: [
'RD_FORMAT=json',
'RD_URL=http://rundeck01.example.com',
'RD_BYPASS_URL=http://rundeck.example.com',
'RD_TOKEN=very_secure',
]
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1542-235.uwdtf5zkgycefedjt5dtsy0pzd.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/cli_spec.rb#L106
rundeck::cli on debian-11-x86_64 with projects config is expected to contain Rundeck::Config::Project[MyProject] with update_method => "set" and config => {"project.description"=>"This is My rundeck project", "project.disable.executions"=>"false"}
Failure/Error:
is_expected.to contain_rundeck__config__project('MyProject').with(
update_method: 'set',
config: {
'project.description' => 'This is My rundeck project',
'project.disable.executions' => 'false',
}
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1542-235.uwdtf5zkgycefedjt5dtsy0pzd.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/cli_spec.rb#L116
rundeck::cli on debian-11-x86_64 with projects config is expected to contain Exec[Create rundeck project: MyProject]
Failure/Error: it { is_expected.to contain_exec('Create rundeck project: MyProject') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1542-235.uwdtf5zkgycefedjt5dtsy0pzd.bx.internal.cloudapp.net
|
Puppet / Puppet 7 - OracleLinux 8
Canceling since a higher priority waiting request for '527/merge' exists
|
Puppet / Puppet 7 - OracleLinux 8
The operation was canceled.
|
Puppet / Puppet 8 - OracleLinux 8
Canceling since a higher priority waiting request for '527/merge' exists
|
Puppet / Puppet 8 - OracleLinux 8
The operation was canceled.
|
Puppet / Puppet 7 - OracleLinux 9
Canceling since a higher priority waiting request for '527/merge' exists
|
Puppet / Puppet 7 - OracleLinux 9
The operation was canceled.
|
Puppet / Puppet 7 - Debian 11
Canceling since a higher priority waiting request for '527/merge' exists
|
Puppet / Puppet 7 - Debian 11
The operation was canceled.
|
Puppet / Puppet 8 - CentOS 8
Canceling since a higher priority waiting request for '527/merge' exists
|
Puppet / Puppet 8 - CentOS 8
The operation was canceled.
|
Puppet / Puppet 7 - CentOS 9
Canceling since a higher priority waiting request for '527/merge' exists
|
Puppet / Puppet 7 - CentOS 9
The operation was canceled.
|
Puppet / Puppet 7 - CentOS 8
Canceling since a higher priority waiting request for '527/merge' exists
|
Puppet / Puppet 7 - CentOS 8
The operation was canceled.
|
Puppet / Puppet 8 - Debian 11
Canceling since a higher priority waiting request for '527/merge' exists
|
Puppet / Puppet 8 - Debian 11
The operation was canceled.
|
Puppet / Puppet 8 - Ubuntu 22.04
Canceling since a higher priority waiting request for '527/merge' exists
|
Puppet / Puppet 8 - Ubuntu 22.04
The operation was canceled.
|
Puppet / Puppet 7 - Rocky 8
Canceling since a higher priority waiting request for '527/merge' exists
|
Puppet / Puppet 7 - Rocky 8
The operation was canceled.
|
Puppet / Puppet 8 - AlmaLinux 9
Canceling since a higher priority waiting request for '527/merge' exists
|
Puppet / Puppet 8 - AlmaLinux 9
The operation was canceled.
|
Puppet / Puppet 8 - Debian 10
Canceling since a higher priority waiting request for '527/merge' exists
|
Puppet / Puppet 8 - Debian 10
The operation was canceled.
|
Puppet / Puppet 8 - Ubuntu 18.04
Canceling since a higher priority waiting request for '527/merge' exists
|
Puppet / Puppet 8 - Ubuntu 18.04
The operation was canceled.
|
Puppet / Puppet 8 - Rocky 9
Canceling since a higher priority waiting request for '527/merge' exists
|
Puppet / Puppet 8 - Rocky 9
The operation was canceled.
|
Puppet / Puppet 7 - AlmaLinux 8
Canceling since a higher priority waiting request for '527/merge' exists
|
Puppet / Puppet 7 - AlmaLinux 8
The operation was canceled.
|