Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit

Permalink
Add libvirt parameters to pr test environment
Browse files Browse the repository at this point in the history
PR tests can run in any supported platoform. Add
the configuration required by libvirt to the environment.

Signed-off-by: Pablo Chacin <pchacin@suse.com>
  • Loading branch information
Pablo Chacin committed May 22, 2020
1 parent 827ec64 commit 46e238d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/jenkins/pipelines/prs/skuba-test.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ pipeline {
PR_CONTEXT = 'jenkins/skuba-test'
PR_MANAGER = 'ci/jenkins/pipelines/prs/helpers/pr-manager'
REQUESTS_CA_BUNDLE = '/var/lib/ca-certificates/ca-bundle.pem'
LIBVIRT_URI = 'qemu+ssh://jenkins@kvm-ci.nue.caasp.suse.net/system'
LIBVIRT_KEYFILE = credentials('libvirt-keyfile')
LIBVIRT_IMAGE_URI = 'http://download.suse.de/install/SLE-15-SP1-JeOS-QU2/SLES15-SP1-JeOS.x86_64-15.1-OpenStack-Cloud-QU2.qcow2'
}

stages {
Expand Down

0 comments on commit 46e238d

Please sign in to comment.