Skip to content

Commit

Permalink
ci: moved to sp6 for feature tests
Browse files Browse the repository at this point in the history
Apparently the Go's BCI image has migrated to SP6, and hence the CI
scripts should migrate accordingly.

Signed-off-by: Miquel Sabaté Solà <[email protected]>
  • Loading branch information
mssola committed Jul 9, 2024
1 parent db5d310 commit 870db4c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion build/ci/run-feature-tests
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
SOURCE=${SOURCE:-/usr/src/connect-ng}

# Base product to run feature tests against
PRODUCT=${PRODUCT:-SLE_15_SP5}
PRODUCT=${PRODUCT:-SLE_15_SP6}

# exported variables we expect to exist to run the tests
KEYS_TO_CHECK=(VALID_REGCODE EXPIRED_REGCODE BETA_VALID_REGCODE BETA_NOT_ACTIVATED_REGCODE NOT_ACTIVATED_REGCODE)
Expand Down
24 changes: 12 additions & 12 deletions features/support/environments.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
SLE_15_SP5:
SLE_15_SP6:
beta: true
online_migration_targets:
- "Basesystem-Module"
Expand All @@ -8,21 +8,21 @@ SLE_15_SP5:
next_version: SLES15-SP6
base_product:
repositories:
- SUSE_Linux_Enterprise_Server_15_SP5_x86_64:SLE-Product-SLES15-SP5-Pool
- SUSE_Linux_Enterprise_Server_15_SP5_x86_64:SLE-Product-SLES15-SP5-Updates
- SUSE_Linux_Enterprise_Server_15_SP6_x86_64:SLE-Product-SLES15-SP6-Pool
- SUSE_Linux_Enterprise_Server_15_SP6_x86_64:SLE-Product-SLES15-SP6-Updates
paid_extension:
identifier: sle-ha/15.5/x86_64
identifier: sle-ha/15.6/x86_64
free_extension:
identifier: sle-module-basesystem/15.5/x86_64
credentials_file: /etc/zypp/credentials.d/Basesystem_Module_15_SP5_x86_64
service: Basesystem_Module_15_SP5_x86_64
identifier: sle-module-basesystem/15.6/x86_64
credentials_file: /etc/zypp/credentials.d/Basesystem_Module_15_SP6_x86_64
service: Basesystem_Module_15_SP6_x86_64
release_package: sle-module-basesystem-release
repositories:
- Basesystem_Module_15_SP5_x86_64:SLE-Module-Basesystem15-SP5-Debuginfo-Pool
- Basesystem_Module_15_SP5_x86_64:SLE-Module-Basesystem15-SP5-Debuginfo-Updates
- Basesystem_Module_15_SP5_x86_64:SLE-Module-Basesystem15-SP5-Pool
- Basesystem_Module_15_SP5_x86_64:SLE-Module-Basesystem15-SP5-Source-Pool
- Basesystem_Module_15_SP5_x86_64:SLE-Module-Basesystem15-SP5-Updates
- Basesystem_Module_15_SP6_x86_64:SLE-Module-Basesystem15-SP6-Debuginfo-Pool
- Basesystem_Module_15_SP6_x86_64:SLE-Module-Basesystem15-SP6-Debuginfo-Updates
- Basesystem_Module_15_SP6_x86_64:SLE-Module-Basesystem15-SP6-Pool
- Basesystem_Module_15_SP6_x86_64:SLE-Module-Basesystem15-SP6-Source-Pool
- Basesystem_Module_15_SP6_x86_64:SLE-Module-Basesystem15-SP6-Updates

SLE_15:
beta: true
Expand Down

0 comments on commit 870db4c

Please sign in to comment.