Skip to content

Commit

Permalink
Drop checkpoint segments check
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms authored and evgeni committed Sep 13, 2023
1 parent 1e20bbd commit 38cafdf
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 63 deletions.
59 changes: 0 additions & 59 deletions definitions/checks/foreman/check_checkpoint_segments.rb

This file was deleted.

1 change: 0 additions & 1 deletion definitions/scenarios/upgrade_to_capsule_6_15.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class PreUpgradeCheck < Abstract
def compose
add_steps(find_checks(:default))
add_steps(find_checks(:pre_upgrade))
add_step(Checks::Foreman::CheckpointSegments)
add_step(Checks::Repositories::Validate.new(:version => '6.15'))
end
end
Expand Down
1 change: 0 additions & 1 deletion definitions/scenarios/upgrade_to_capsule_6_15_z.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class PreUpgradeCheck < Abstract
def compose
add_steps(find_checks(:default))
add_steps(find_checks(:pre_upgrade))
add_step(Checks::Foreman::CheckpointSegments)
add_step(Checks::Repositories::Validate.new(:version => '6.15'))
end
end
Expand Down
1 change: 0 additions & 1 deletion definitions/scenarios/upgrade_to_satellite_6_15.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class PreUpgradeCheck < Abstract
def compose
add_steps(find_checks(:default))
add_steps(find_checks(:pre_upgrade))
add_step(Checks::Foreman::CheckpointSegments)
add_step(Checks::Repositories::Validate.new(:version => '6.15'))
end
end
Expand Down
1 change: 0 additions & 1 deletion definitions/scenarios/upgrade_to_satellite_6_15_z.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class PreUpgradeCheck < Abstract
def compose
add_steps(find_checks(:default))
add_steps(find_checks(:pre_upgrade))
add_step(Checks::Foreman::CheckpointSegments)
add_step(Checks::Repositories::Validate.new(:version => '6.15'))
end
end
Expand Down

0 comments on commit 38cafdf

Please sign in to comment.