mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
build: Remove OpenAPI validation
This container is now failing. See: #5960 Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
parent
ea7999e064
commit
0eade51306
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -67,11 +67,6 @@ pipeline {
|
||||
sh 'scripts/prepare_vdpa.sh'
|
||||
}
|
||||
}
|
||||
stage('Run OpenAPI tests') {
|
||||
steps {
|
||||
sh 'scripts/run_openapi_tests.sh'
|
||||
}
|
||||
}
|
||||
stage('Run unit tests') {
|
||||
steps {
|
||||
sh 'scripts/dev_cli.sh tests --unit'
|
||||
|
Loading…
Reference in New Issue
Block a user