From 0a366eabe671c1a867b3e4cb678c64e6c6c077b5 Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Thu, 3 Aug 2023 16:54:22 +0200 Subject: [PATCH] schutzbot/ci_details: allow python3.6 It is the default on RHEL 8. --- schutzbot/ci_details.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/schutzbot/ci_details.sh b/schutzbot/ci_details.sh index cd0ca70ac0..9e833d9093 100755 --- a/schutzbot/ci_details.sh +++ b/schutzbot/ci_details.sh @@ -44,13 +44,6 @@ echo "-------------------------------------------------------------------------- # gcp runners don't use cloud-init and some of the images have python36 installed if [[ "$RUNNER" != *"gcp"* ]];then - if rpm --quiet -q python36; then - echo -e "\n FAIL: python36 is installed, see #794 ..." - exit 1 - else - echo -e "\n PASS: python36 not insalled" - fi - # Ensure cloud-init has completely finished on the instance. This ensures that # the instance is fully ready to go. while true; do