tests: require leapp-repository for the leapp testing
The full testing of the leapp framework requires installation of the leapp-repository builds to perform the in-place upgrade. Setting the `INSTALL_LEAPP_FROM_COMPOSE` envar to `yes` implicates installation of the leapp-repository packages for the test execution. Also set LEAPP_UNSUPPORTED and LEAPP_DEVEL_* envars to be able to perform upgrade also with old builds on the wanted new upgrade path. We are going to resolve this in future.
This commit is contained in:
parent
ae3c434ea7
commit
33f672a1b1
@ -7,14 +7,18 @@ summary: Internal Tier0 tests
|
||||
environment:
|
||||
SOURCE_RELEASE: '8.10'
|
||||
TARGET_RELEASE: '9.7'
|
||||
LEAPP_UNSUPPORTED: '1'
|
||||
LEAPP_DEVEL_SKIP_CHECK_OS_RELEASE: '1'
|
||||
|
||||
context:
|
||||
distro: rhel-8.10
|
||||
distro_target: rhel-9.7
|
||||
|
||||
adjust:
|
||||
enabled: false
|
||||
when: distro == centos-stream-8
|
||||
- enabled: false
|
||||
when: distro == centos-stream-8
|
||||
- environment+:
|
||||
INSTALL_LEAPP_FROM_COMPOSE: yes
|
||||
|
||||
/customrepos_test_basic_upgrade:
|
||||
plan:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user