Jenkinsfile: Prepare CI environment for vDPA
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
parent
d1d55f1686
commit
78fb98a609
1 changed files with 10 additions and 2 deletions
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
|
|
@ -56,7 +56,11 @@ pipeline{
|
|||
checkout scm
|
||||
}
|
||||
}
|
||||
|
||||
stage ('Prepare environment') {
|
||||
steps {
|
||||
sh "scripts/prepare_vdpa.sh"
|
||||
}
|
||||
}
|
||||
stage ('Run OpenAPI tests') {
|
||||
steps {
|
||||
sh "scripts/run_openapi_tests.sh"
|
||||
|
|
@ -128,7 +132,11 @@ pipeline{
|
|||
checkout scm
|
||||
}
|
||||
}
|
||||
|
||||
stage ('Prepare environment') {
|
||||
steps {
|
||||
sh "scripts/prepare_vdpa.sh"
|
||||
}
|
||||
}
|
||||
stage ('Run unit tests for musl') {
|
||||
steps {
|
||||
sh "scripts/dev_cli.sh tests --unit --libc musl"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue