ci: Start running image tests against 8.4
Refs https://github.com/osbuild/osbuild-composer/issues/962
This commit is contained in:
parent
33db6cbd2f
commit
6c68e45dbe
1 changed files with 20 additions and 0 deletions
20
schutzbot/Jenkinsfile
vendored
20
schutzbot/Jenkinsfile
vendored
|
|
@ -183,6 +183,26 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
stage('RHEL 8.4') {
|
||||
agent { label "rhel84cloudbase && x86_64 && psi" }
|
||||
environment {
|
||||
TEST_TYPE = "image"
|
||||
AWS_CREDS = credentials('aws-credentials-osbuildci')
|
||||
DISTRO_CODE = "rhel8"
|
||||
AWS_IMAGE_TEST_CREDS = credentials('aws-credentials-osbuild-image-test')
|
||||
AZURE_CREDS = credentials('azure')
|
||||
OPENSTACK_CREDS = credentials('psi-openstack-creds')
|
||||
VCENTER_CREDS = credentials('vmware-vcenter-credentials')
|
||||
}
|
||||
steps {
|
||||
run_tests()
|
||||
}
|
||||
post {
|
||||
always {
|
||||
preserve_logs('rhel84-image')
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue