mirror of https://github.com/OpenVidu/openvidu.git
Jenkinsfile: more parallelization of commonFunctions.groovy
parent
0ba234f794
commit
a25ad7e4e8
|
@ -48,7 +48,7 @@ def prepareTestingEnvironment() {
|
|||
}
|
||||
)
|
||||
|
||||
println('Pulling containers')
|
||||
println('Pulling containers and downloading files')
|
||||
parallel (
|
||||
'Pull openvidu/openvidu-test-e2e': {
|
||||
if (env.DISTRO) {
|
||||
|
@ -73,11 +73,7 @@ def prepareTestingEnvironment() {
|
|||
if (env.MEDIASOUP_CONTROLLER_DOCKER_VERSION) {
|
||||
docker.image('openvidu/mediasoup-controller:$MEDIASOUP_CONTROLLER_DOCKER_VERSION').pull()
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
println('Downloading files')
|
||||
parallel (
|
||||
},
|
||||
'Download fake video': {
|
||||
sh(script: '''#!/bin/bash -xe
|
||||
FAKE_VIDEO=/opt/openvidu-cache/barcode.y4m
|
||||
|
|
Loading…
Reference in New Issue