Allow rtdv3 jobs to run in parallel 32/63632/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 8 Apr 2020 17:23:23 +0000 (10:23 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 8 Apr 2020 17:23:23 +0000 (10:23 -0700)
These jobs are submitted against different projects.
Allow them to run in parallel to save time.

Change-Id: I199b07c4b580fdf7be82e5503b8dc8a1e3915e89
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
jjb/lf-rtdv3-jobs.yaml
releasenotes/notes/run-rtdv3-parallel-8086fe4a548a2965.yaml [new file with mode: 0644]

index d78a59b..561c792 100644 (file)
@@ -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 (file)
index 0000000..25748b7
--- /dev/null
@@ -0,0 +1,4 @@
+---
+fixes:
+  - |
+    Allow rtdv3 jobs to run in parallel.