Enable testing on RHEL 8.2

Signed-off-by: Major Hayden <major@redhat.com>
This commit is contained in:
Major Hayden 2020-05-15 09:11:14 -05:00 committed by David Rheinsberg
parent 5d1519758f
commit 9f060bdc83

View file

@ -23,6 +23,13 @@ pipeline {
sh "schutzbot/run_tests.sh"
}
}
stage('RHEL 8.2 image') {
agent { label "rhel82" }
environment { TEST_TYPE = "image" }
steps {
sh "schutzbot/run_tests.sh"
}
}
}
}
}