From: Jessica Wagantall Date: Wed, 8 Apr 2020 17:23:23 +0000 (-0700) Subject: Allow rtdv3 jobs to run in parallel X-Git-Tag: v0.53.0~6 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F32%2F63632%2F1;hp=58776ad5961580fcdc1cc56a9309e9da52e7673c;p=releng%2Fglobal-jjb.git Allow rtdv3 jobs to run in parallel These jobs are submitted against different projects. Allow them to run in parallel to save time. Change-Id: I199b07c4b580fdf7be82e5503b8dc8a1e3915e89 Signed-off-by: Jessica Wagantall --- diff --git a/jjb/lf-rtdv3-jobs.yaml b/jjb/lf-rtdv3-jobs.yaml index d78a59b0..561c7920 100644 --- a/jjb/lf-rtdv3-jobs.yaml +++ b/jjb/lf-rtdv3-jobs.yaml @@ -30,6 +30,7 @@ ##################### project-type: freestyle + concurrent: true node: "{build-node}" properties: diff --git a/releasenotes/notes/run-rtdv3-parallel-8086fe4a548a2965.yaml b/releasenotes/notes/run-rtdv3-parallel-8086fe4a548a2965.yaml new file mode 100644 index 00000000..25748b7d --- /dev/null +++ b/releasenotes/notes/run-rtdv3-parallel-8086fe4a548a2965.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - | + Allow rtdv3 jobs to run in parallel.