Skip to content

Commit

Permalink
Merge pull request #408 from SUSE/review_181221_add_15sp1_online_migr…
Browse files Browse the repository at this point in the history
…ation_target_to_sle15_integration_test

add 15SP1 online migration target to SLE15 integration test
  • Loading branch information
digitaltom committed Dec 21, 2018
2 parents 1d4e530 + c5f0eda commit dea7800
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group :development do
gem 'ronn'
gem 'rake'
# gem 'gem2rpm', '~> 0.10.1' # TODO: let's link this to the repo that contains the --config fix from the suse package
gem 'bump'
gem 'bump', '~> 0.6.1', '< 0.7' # later versions of bump require ruby 2.2 which is not on SLE12
end

group :test do
Expand Down
6 changes: 5 additions & 1 deletion features/support/environments.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
---
SLE_15:
beta: true
online_migration_targets: []
online_migration_targets:
- "Basesystem-Module"
- "SLES15-SP1"
- "Server-Applications-Module"
next_version: SLES15-SP1
base_product:
repositories:
- SUSE_Linux_Enterprise_Server_15_x86_64:SLE-Product-SLES15-Pool
Expand Down

0 comments on commit dea7800

Please sign in to comment.