From be0765a992b5653e810b819a1e9ed59abb5d32c8 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Thu, 22 Oct 2020 17:32:03 +0200 Subject: [PATCH] ci: drop testing Fedora 31 osbuild composer upstream has dropped support for Fedora 31 since this is very close to end-of-life. Since we use composer master in our CI this change actually broke it. --- schutzbot/Jenkinsfile | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/schutzbot/Jenkinsfile b/schutzbot/Jenkinsfile index 907e29c0..9df57e06 100644 --- a/schutzbot/Jenkinsfile +++ b/schutzbot/Jenkinsfile @@ -32,20 +32,6 @@ pipeline { failFast true parallel { - stage('Fedora 31') { - agent { label "f31cloudbase && x86_64" } - environment { - AWS_CREDS = credentials('aws-credentials-osbuildci') - } - steps { - sh "schutzbot/ci_details.sh" - sh "schutzbot/mockbuild.sh" - stash ( - includes: 'osbuild-mock.repo', - name: 'fedora31' - ) - } - } stage('Fedora 32') { agent { label "f32cloudbase && x86_64" } environment { @@ -99,23 +85,6 @@ pipeline { failFast false parallel { - stage('Fedora 31') { - agent { label "f31cloudbase && x86_64 && psi" } - environment { - TEST_TYPE = "image" - AWS_CREDS = credentials('aws-credentials-osbuildci') - DISTRO_CODE = "fedora31" - } - steps { - unstash 'fedora31' - run_tests() - } - post { - always { - preserve_logs('fedora31-image') - } - } - } stage('Fedora 32') { agent { label "f32cloudbase && x86_64 && psi" } environment {