schutzbot: move koji-osbuild revdep test to Fedora 33

Fedora 32 will be soon EOL, let's prepare for it sooner rather than later.

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
Ondřej Budai 2021-02-23 12:15:02 +01:00 committed by Ondřej Budai
parent ed428879a2
commit ce23f97cb9
2 changed files with 18 additions and 18 deletions

View file

@ -1,5 +1,5 @@
{
"fedora-32": {
"fedora-33": {
"dependants": {
"koji-osbuild": {
"commit": "4fdc457745e1147475ea3ac1e3b073e592d7b174"

34
schutzbot/Jenkinsfile vendored
View file

@ -318,23 +318,6 @@ pipeline {
}
}
}
stage('F32: koji-osbuild') {
when {
expression {
return env.BUILD_CAUSE != 'cron';
}
}
agent { label "f32cloudbase && x86_64 && aws" }
steps {
run_project_tests('koji-osbuild', 'integration.sh')
}
post {
always {
preserve_logs('fedora32-revdep-koji-osbuild')
}
}
}
stage('F33 Base') {
when {
expression {
@ -487,6 +470,23 @@ pipeline {
}
}
}
stage('F33: koji-osbuild') {
when {
expression {
return env.BUILD_CAUSE != 'cron';
}
}
agent { label "f33cloudbase && x86_64 && aws" }
steps {
run_project_tests('koji-osbuild', 'integration.sh')
}
post {
always {
preserve_logs('fedora33-revdep-koji-osbuild')
}
}
}
stage('EL8 Base') {
when {
expression {