aboutsummaryrefslogtreecommitdiffstats
path: root/jobs
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-11-01 01:39:12 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2017-11-01 01:39:12 +0100
commitd75358317749064a519f30cdd9d496b666dd5552 (patch)
tree193e720edc1590cfb0db058b6a7a76ba863dd2c0 /jobs
parent068ed25a2a4a0357d5736883fdd439e0bf5f5764 (diff)
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
Diffstat (limited to 'jobs')
-rw-r--r--jobs/gerrit-verifications.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index 4e48795..46a30ba 100644
--- a/jobs/gerrit-verifications.yml
+++ b/jobs/gerrit-verifications.yml
@@ -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" \