From b123566cf6bb0721b3b9219a360362dfa076667f Mon Sep 17 00:00:00 2001 From: Farah Schueller Date: Tue, 5 Feb 2019 17:36:47 +0100 Subject: [PATCH] Feature tests now know about SP5 We added SP5 migration targets in https://github.com/SUSE/happy-customer/pull/3996, but have not adjusted our test data apparently. This should fix the pipeline. --- features/support/environments.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/features/support/environments.yml b/features/support/environments.yml index 44262a56..abd7a971 100644 --- a/features/support/environments.yml +++ b/features/support/environments.yml @@ -28,6 +28,7 @@ SLE_12_SP3: beta: false online_migration_targets: - SLES12-SP4 + - SLES12-SP5 next_version: SLES12-SP4 base_product: repositories: @@ -51,6 +52,7 @@ SLE_12_SP2: - SLE-HPC-12-SP3 - SLES12-SP3 - SLES12-SP4 + - SLES12-SP5 base_product: repositories: - SUSE_Linux_Enterprise_Server_12_SP2_x86_64:SLES12-SP2-Pool @@ -75,6 +77,7 @@ SLE_12_SP1: - SLES12-SP2 - SLES12-SP3 - SLES12-SP4 + - SLES12-SP5 base_product: repositories: - SUSE_Linux_Enterprise_Server_12_SP1_x86_64:SLES12-SP1-Pool @@ -100,6 +103,7 @@ SLE_12: - SLES12-SP2 - SLES12-SP3 - SLES12-SP4 + - SLES12-SP5 base_product: repositories: - SUSE_Linux_Enterprise_Server_12_x86_64:SLES12-Pool