test/cases: clean up older distros in ostree.sh
This commit is contained in:
parent
0bdc94ea94
commit
5cbc87eade
1 changed files with 2 additions and 64 deletions
|
|
@ -30,42 +30,6 @@ case "${ID}-${VERSION_ID}" in
|
||||||
DIRS_FILES_CUSTOMIZATION="true"
|
DIRS_FILES_CUSTOMIZATION="true"
|
||||||
SYSROOT_RO="true"
|
SYSROOT_RO="true"
|
||||||
;;
|
;;
|
||||||
"rhel-8.4")
|
|
||||||
IMAGE_TYPE=edge-commit
|
|
||||||
OSTREE_REF="rhel/8/${ARCH}/edge"
|
|
||||||
OS_VARIANT="rhel8.4"
|
|
||||||
USER_IN_COMMIT="true"
|
|
||||||
BOOT_LOCATION="http://download.devel.redhat.com/released/rhel-8/RHEL-8/8.4.0/BaseOS/x86_64/os/"
|
|
||||||
EMBEDED_CONTAINER="false"
|
|
||||||
FIREWALL_FEATURE="false"
|
|
||||||
DIRS_FILES_CUSTOMIZATION="false"
|
|
||||||
;;
|
|
||||||
"rhel-8.7")
|
|
||||||
IMAGE_TYPE=edge-commit
|
|
||||||
OSTREE_REF="rhel/8/${ARCH}/edge"
|
|
||||||
OS_VARIANT="rhel8-unknown"
|
|
||||||
USER_IN_COMMIT="true"
|
|
||||||
BOOT_LOCATION="http://download.devel.redhat.com/released/rhel-8/RHEL-8/8.7.0/BaseOS/x86_64/os/"
|
|
||||||
EMBEDED_CONTAINER="false"
|
|
||||||
FIREWALL_FEATURE="false"
|
|
||||||
DIRS_FILES_CUSTOMIZATION="false"
|
|
||||||
;;
|
|
||||||
"rhel-8.8")
|
|
||||||
IMAGE_TYPE=edge-commit
|
|
||||||
OSTREE_REF="rhel/8/${ARCH}/edge"
|
|
||||||
OS_VARIANT="rhel8-unknown"
|
|
||||||
USER_IN_COMMIT="true"
|
|
||||||
EMBEDED_CONTAINER="true"
|
|
||||||
FIREWALL_FEATURE="true"
|
|
||||||
DIRS_FILES_CUSTOMIZATION="true"
|
|
||||||
|
|
||||||
|
|
||||||
# Use a stable installer image unless it's the nightly pipeline
|
|
||||||
BOOT_LOCATION="http://download.devel.redhat.com/released/rhel-8/RHEL-8/8.8.0/BaseOS/x86_64/os/"
|
|
||||||
if [ "${NIGHTLY:=false}" == "true" ]; then
|
|
||||||
BOOT_LOCATION="${COMPOSE_URL:-}/compose/BaseOS/x86_64/os/"
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
"rhel-8.10")
|
"rhel-8.10")
|
||||||
IMAGE_TYPE=edge-commit
|
IMAGE_TYPE=edge-commit
|
||||||
OSTREE_REF="rhel/8/${ARCH}/edge"
|
OSTREE_REF="rhel/8/${ARCH}/edge"
|
||||||
|
|
@ -77,33 +41,7 @@ case "${ID}-${VERSION_ID}" in
|
||||||
|
|
||||||
|
|
||||||
# Use a stable installer image unless it's the nightly pipeline
|
# Use a stable installer image unless it's the nightly pipeline
|
||||||
BOOT_LOCATION="http://download.devel.redhat.com/released/rhel-8/RHEL-8/8.8.0/BaseOS/x86_64/os/"
|
BOOT_LOCATION="http://download.devel.redhat.com/released/rhel-8/RHEL-8/8.9.0/BaseOS/x86_64/os/"
|
||||||
if [ "${NIGHTLY:=false}" == "true" ]; then
|
|
||||||
BOOT_LOCATION="${COMPOSE_URL:-}/compose/BaseOS/x86_64/os/"
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
"rhel-9.1")
|
|
||||||
IMAGE_TYPE=edge-commit
|
|
||||||
OSTREE_REF="rhel/9/${ARCH}/edge"
|
|
||||||
OS_VARIANT="rhel9.1"
|
|
||||||
USER_IN_COMMIT="true"
|
|
||||||
BOOT_LOCATION="http://download.devel.redhat.com/released/rhel-9/RHEL-9/9.1.0/BaseOS/x86_64/os/"
|
|
||||||
EMBEDED_CONTAINER="false"
|
|
||||||
FIREWALL_FEATURE="false"
|
|
||||||
DIRS_FILES_CUSTOMIZATION="false"
|
|
||||||
;;
|
|
||||||
"rhel-9.2")
|
|
||||||
IMAGE_TYPE=edge-commit
|
|
||||||
OSTREE_REF="rhel/9/${ARCH}/edge"
|
|
||||||
OS_VARIANT="rhel9-unknown"
|
|
||||||
USER_IN_COMMIT="true"
|
|
||||||
EMBEDED_CONTAINER="true"
|
|
||||||
FIREWALL_FEATURE="true"
|
|
||||||
DIRS_FILES_CUSTOMIZATION="true"
|
|
||||||
SYSROOT_RO="true"
|
|
||||||
|
|
||||||
# Use a stable installer image unless it's the nightly pipeline
|
|
||||||
BOOT_LOCATION="http://download.devel.redhat.com/released/rhel-9/RHEL-9/9.2.0/BaseOS/x86_64/os/"
|
|
||||||
if [ "${NIGHTLY:=false}" == "true" ]; then
|
if [ "${NIGHTLY:=false}" == "true" ]; then
|
||||||
BOOT_LOCATION="${COMPOSE_URL:-}/compose/BaseOS/x86_64/os/"
|
BOOT_LOCATION="${COMPOSE_URL:-}/compose/BaseOS/x86_64/os/"
|
||||||
fi
|
fi
|
||||||
|
|
@ -119,7 +57,7 @@ case "${ID}-${VERSION_ID}" in
|
||||||
SYSROOT_RO="true"
|
SYSROOT_RO="true"
|
||||||
|
|
||||||
# Use a stable installer image unless it's the nightly pipeline
|
# Use a stable installer image unless it's the nightly pipeline
|
||||||
BOOT_LOCATION="http://download.devel.redhat.com/released/rhel-9/RHEL-9/9.2.0/BaseOS/x86_64/os/"
|
BOOT_LOCATION="http://download.devel.redhat.com/released/rhel-9/RHEL-9/9.3.0/BaseOS/x86_64/os/"
|
||||||
if [ "${NIGHTLY:=false}" == "true" ]; then
|
if [ "${NIGHTLY:=false}" == "true" ]; then
|
||||||
BOOT_LOCATION="${COMPOSE_URL:-}/compose/BaseOS/x86_64/os/"
|
BOOT_LOCATION="${COMPOSE_URL:-}/compose/BaseOS/x86_64/os/"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue