Add RHEL 8.2 testing
Run the base and image tests on RHEL 8.2. 🚂
Signed-off-by: Major Hayden <major@redhat.com>
This commit is contained in:
parent
11e3724ab5
commit
efed778006
1 changed files with 24 additions and 0 deletions
24
schutzbot/Jenkinsfile
vendored
24
schutzbot/Jenkinsfile
vendored
|
|
@ -57,6 +57,30 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('RHEL 8.2 base') {
|
||||||
|
agent { label "rhel82" }
|
||||||
|
environment { TEST_TYPE = "base" }
|
||||||
|
steps {
|
||||||
|
run_tests()
|
||||||
|
}
|
||||||
|
post {
|
||||||
|
always {
|
||||||
|
preserve_logs('rhel82-base')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
stage('RHEL 8.2 image') {
|
||||||
|
agent { label "rhel82" }
|
||||||
|
environment { TEST_TYPE = "image" }
|
||||||
|
steps {
|
||||||
|
run_tests()
|
||||||
|
}
|
||||||
|
post {
|
||||||
|
always {
|
||||||
|
preserve_logs('rhel82-image')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue