Enable testing on RHEL 8.2
Signed-off-by: Major Hayden <major@redhat.com>
This commit is contained in:
parent
5d1519758f
commit
9f060bdc83
1 changed files with 7 additions and 0 deletions
7
schutzbot/Jenkinsfile
vendored
7
schutzbot/Jenkinsfile
vendored
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue