From badf0034ea2ef104f1269f5b5334fe1963af14e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Thu, 10 Jun 2021 08:04:22 +0200 Subject: [PATCH] ci: remove Fedora 32 it's EOL --- schutzbot/Jenkinsfile | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/schutzbot/Jenkinsfile b/schutzbot/Jenkinsfile index 2a1b44f..787fdf0 100644 --- a/schutzbot/Jenkinsfile +++ b/schutzbot/Jenkinsfile @@ -39,19 +39,6 @@ pipeline { failFast true parallel { - - stage('F32') { - agent { label "f32cloudbase && x86_64 && aws" } - environment { - AWS_CREDS = credentials('aws-credentials-osbuildci') - } - steps { - sh "schutzbot/ci_details.sh" - retry(3) { - sh "schutzbot/mockbuild.sh" - } - } - } stage('F33') { agent { label "f33cloudbase && x86_64 && aws" } environment { @@ -82,22 +69,6 @@ pipeline { stage("Testing 🍌") { parallel { - - stage('F32 Integration') { - agent { label "f32cloudbase && x86_64 && aws" } - environment { - TEST_TYPE = "integration" - AWS_CREDS = credentials('aws-credentials-osbuildci') - } - steps { - run_tests('integration') - } - post { - always { - preserve_logs('fedora32-integration') - } - } - } stage('F33 Integration') { agent { label "f33cloudbase && x86_64 && aws" } environment {