mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
Jenkinsfile: Prepare CI environment for vDPA
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
parent
d1d55f1686
commit
78fb98a609
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
@ -56,7 +56,11 @@ pipeline{
|
|||||||
checkout scm
|
checkout scm
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage ('Prepare environment') {
|
||||||
|
steps {
|
||||||
|
sh "scripts/prepare_vdpa.sh"
|
||||||
|
}
|
||||||
|
}
|
||||||
stage ('Run OpenAPI tests') {
|
stage ('Run OpenAPI tests') {
|
||||||
steps {
|
steps {
|
||||||
sh "scripts/run_openapi_tests.sh"
|
sh "scripts/run_openapi_tests.sh"
|
||||||
@ -128,7 +132,11 @@ pipeline{
|
|||||||
checkout scm
|
checkout scm
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage ('Prepare environment') {
|
||||||
|
steps {
|
||||||
|
sh "scripts/prepare_vdpa.sh"
|
||||||
|
}
|
||||||
|
}
|
||||||
stage ('Run unit tests for musl') {
|
stage ('Run unit tests for musl') {
|
||||||
steps {
|
steps {
|
||||||
sh "scripts/dev_cli.sh tests --unit --libc musl"
|
sh "scripts/dev_cli.sh tests --unit --libc musl"
|
||||||
|
Loading…
Reference in New Issue
Block a user