build: Remove OpenAPI validation

This container is now failing.

See: #5960

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
Rob Bradford 2023-11-16 15:56:43 +00:00
parent ea7999e064
commit 0eade51306

5
Jenkinsfile vendored
View File

@ -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'