mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +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:
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 {
|
||||
|
||||
Reference in New Issue
Block a user