mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-21 20:15:21 +00:00
Jenkinsfile: Stop running "cargo" checks on master
These checks are now handled via GitHub actions. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
bf4051665c
commit
cf1a1ac6cf
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -32,11 +32,6 @@ pipeline{
|
||||
checkout scm
|
||||
}
|
||||
}
|
||||
stage ('Run Cargo tests') {
|
||||
steps {
|
||||
sh "scripts/dev_cli.sh tests --cargo"
|
||||
}
|
||||
}
|
||||
stage ('Run OpenAPI tests') {
|
||||
steps {
|
||||
sh "scripts/run_openapi_tests.sh"
|
||||
|
Loading…
x
Reference in New Issue
Block a user