mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
Jenkinsfile: Disable fast failing
Temporarily disable fast failing to try and make progress on CI stabilisation to allow more test coverage. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
17c9e2cd4b
commit
8f740f5c02
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -22,8 +22,7 @@ pipeline{
|
||||
}
|
||||
}
|
||||
stage ('Build') {
|
||||
failFast true
|
||||
parallel {
|
||||
parallel {
|
||||
stage ('Worker build') {
|
||||
agent { node { label 'groovy' } }
|
||||
stages {
|
||||
|
Loading…
Reference in New Issue
Block a user