Skip to content

chore(ci): Update release worklfow - #293

Merged
damacus merged 1 commit into
mainfrom
update-release-workflow
Dec 1, 2025
Merged

chore(ci): Update release worklfow#293
damacus merged 1 commit into
mainfrom
update-release-workflow

Conversation

@damacus

@damacus damacus commented Dec 1, 2025

Copy link
Copy Markdown
Member

Signed-off-by: Dan Webb dan.webb@damacus.io

Signed-off-by: Dan Webb <dan.webb@damacus.io>
@damacus
damacus requested a review from a team as a code owner December 1, 2025 13:21
@damacus
damacus merged commit 6e21faf into main Dec 1, 2025
6 of 7 checks passed
@damacus
damacus deleted the update-release-workflow branch December 1, 2025 13:21
@github-actions

github-actions Bot commented Dec 1, 2025

Copy link
Copy Markdown

😰 RSpec failure

86 examples, 19 failures
Example Description Message
spec/libraries/default_spec.rb:13 Ark::ProviderHelpers#owner_command when on windows generates a icacls command uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:22 Ark::ProviderHelpers#owner_command when not on windows generates a chown command uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:32 Ark::ProviderHelpers#show_deprecations when setting the strip_leading_dir property on the resource warns that it is deprecated when set to true uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:38 Ark::ProviderHelpers#show_deprecations when setting the strip_leading_dir property on the resource warns that it is deprecated when set to false uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:46 Ark::ProviderHelpers#show_deprecations when the strip_leading_dir property is not set on the resource does not produce a warning uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:55 Ark::ProviderHelpers#set_dump_paths sets the resource's release_file uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:64 Ark::ProviderHelpers#set_put_paths when the resource path is not set sets the resource's release_file and path uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:74 Ark::ProviderHelpers#set_put_paths when the resource path has been set sets the resource's release_file and path uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:89 Ark::ProviderHelpers#set_paths uses all the defaults uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:104 Ark::ProviderHelpers#set_paths sets the resource's release_file uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:129 Ark::ProviderHelpers#cherry_pick_command when the node's platform_family is windows generates a 7-zip command uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:145 Ark::ProviderHelpers#cherry_pick_command when the node's platform_family is not windows when the unpack_type is tar_xzf generates a cherry pick tar command with the correct options uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:160 Ark::ProviderHelpers#cherry_pick_command when the node's platform_family is not windows when the unpack_type is tar_xjf generates a cherry pick tar command with the correct options uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:175 Ark::ProviderHelpers#cherry_pick_command when the node's platform_family is not windows when the unpack_type is tar_xJf generates a cherry pick tar command with the correct options uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:190 Ark::ProviderHelpers#cherry_pick_command when the node's platform_family is not windows when the unpack_type is unzip generates an unzip command uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:213 Ark::ProviderHelpers#dump_command when the node's platform_family is not windows when the unpack_type is tar_xzf generates a tar command uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:225 Ark::ProviderHelpers#dump_command when the node's platform_family is not windows when the unpack_type is tar_xjf generates a tar command uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:237 Ark::ProviderHelpers#dump_command when the node's platform_family is not windows when the unpack_type is tar_xJf generates a tar command uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:249 Ark::ProviderHelpers#dump_command when the node's platform_family is not windows when the unpack_type is unzip generates an unzip command uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^

@github-actions

github-actions Bot commented Dec 1, 2025

Copy link
Copy Markdown

Slowest examples

Top 10 slowest examples (0.51 seconds, 46.93% of total time)
Example Description Time in seconds
spec/recipes/default_spec.rb:10 ark::default does not install the gcc-c++ package 0.07759
spec/recipes/default_spec.rb:14 ark::default is expected not to install seven_zip_tool "ark" 0.05791
spec/recipes/default_spec.rb:23 ark::default sets default attributes prefix root 0.05295
spec/recipes/default_spec.rb:6 ark::default installs core packages 0.05166
spec/recipes/default_spec.rb:19 ark::default sets default attributes apache mirror 0.05142
spec/recipes/default_spec.rb:27 ark::default sets default attributes prefix bin 0.05069
spec/recipes/default_spec.rb:31 ark::default sets default attributes prefix home 0.05041
spec/resources/default_spec.rb:209 ark unzip unzips 0.04358
spec/recipes/centos/default_spec.rb:8 ark::default installs core packages 0.03869
spec/resources/default_spec.rb:316 ark install_with_make installs with make 0.03567

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant