jobs: gerrit: make all docker builds concurrent

The point of using docker is to allow concurrent builds, hence set 'concurrent:
true' for all jobs using docker.

Change-Id: I6333ee2856cbeb0cc3eb14c381ac8faf838c5f97
This commit is contained in:
Neels Hofmeyr 2017-11-01 01:39:12 +01:00
parent 068ed25a2a
commit d753583177
1 changed files with 5 additions and 0 deletions

View File

@ -70,6 +70,7 @@
a2: !!python/tuple [--enable-mgcp-transcoding, --disable-mgcp-transcoding]
a3_name: IU
a3: !!python/tuple [--disable-iu]
concurrent: true
cmd: >
# keep first line with less indent to preserve newlines
ARTIFACT_STORE="$HOME/jenkins_build_artifact_store"
@ -85,6 +86,7 @@
slave_axis: !!python/tuple [linux_amd64_debian8, FreeBSD_amd64]
- osmo-bsc:
concurrent: true
cmd: >
# keep first line with less indent to preserve newlines
docker run --rm=true -e HOME=/build -e MAKE=make -e PARALLEL_MAKE="$PARALLEL_MAKE" \
@ -121,6 +123,7 @@
- osmo-mgw:
a1_name: MGCP
a1: !!python/tuple [--enable-mgcp-transcoding, --disable-mgcp-transcoding]
concurrent: true
cmd: >
# keep first line with less indent to preserve newlines
docker run --rm=true -e HOME=/build -e MAKE=make -e PARALLEL_MAKE="$PARALLEL_MAKE" \
@ -131,6 +134,7 @@
- osmo-msc:
a1_name: IU
a1: !!python/tuple [--enable-iu, --disable-iu]
concurrent: true
cmd: >
# keep first line with less indent to preserve newlines
ARTIFACT_STORE="$HOME/jenkins_build_artifact_store"
@ -163,6 +167,7 @@
concurrent: true
a1_name: IU
a1: !!python/tuple [--enable-iu, --disable-iu]
concurrent: true
cmd: >
# keep first line with less indent to preserve newlines
docker run --rm=true -e HOME=/build -e MAKE=make -e PARALLEL_MAKE="$PARALLEL_MAKE" \