]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
container/build.sh: cleanup crimson flavors
authorMatan Breizman <mbreizma@redhat.com>
Thu, 22 Jan 2026 09:55:03 +0000 (11:55 +0200)
committerMatan Breizman <mbreizma@redhat.com>
Thu, 22 Jan 2026 09:55:03 +0000 (11:55 +0200)
We no longer have crimson-flavors see https://github.com/ceph/ceph-build/pull/2497

Signed-off-by: Matan Breizman <mbreizma@redhat.com>
container/build.sh

index ebfd2263a5a987d80edaec1f4fe77fcd0f48ac93..d8a4cc99310ce25c01b446a67e8a35197b004d20 100755 (executable)
@@ -186,18 +186,6 @@ if [[ ${CI_CONTAINER} == "true" ]] ; then
     podman tag ${image_id} ${branch_repo_tag}
     podman tag ${image_id} ${sha1_repo_tag}
 
-    if [[ (${FLAVOR} == "crimson-debug" || ${FLAVOR} == "crimson-release") && ${ARCH} == "x86_64" ]] ; then
-        sha1_flavor_repo_tag=${sha1_repo_tag}-${FLAVOR}
-        podman tag ${image_id} ${sha1_flavor_repo_tag}
-        if [[ -z "${NO_PUSH}" ]] ; then
-            podman push ${sha1_flavor_repo_tag}
-            if [[ ${REMOVE_LOCAL_IMAGES} == "true" ]] ; then
-                podman rmi -f ${sha1_flavor_repo_tag}
-            fi
-        fi
-        exit
-    fi
-
     if [[ -z "${NO_PUSH}" ]] ; then
         podman push ${full_repo_tag}
         podman push ${branch_repo_tag}