Upgrade JJB to 3.5.0 76/91376/1
authorThanh Ha <zxiiro@gmail.com>
Fri, 17 Jul 2020 14:36:39 +0000 (10:36 -0400)
committerThanh Ha <zxiiro@gmail.com>
Fri, 17 Jul 2020 14:36:39 +0000 (10:36 -0400)
ODL hasn't updated it's JJB in quite some time. Let's bump the
version to catch up.

Change-Id: I2a556489d457faa55032bfba9211efc33207d1c2
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
jjb/releng-jobs.yaml
tox.ini

index a5ab4b127399716dea1e287a9f90675c305775db..b2a332e6181d5d001b30a8780e9c140a5ab38e2a 100644 (file)
@@ -33,7 +33,7 @@
     build-node: centos7-builder-2c-2g
     archive-artifacts: '**/*.log'
     build-timeout: 30
-    jjb-version: 2.9.1
+    jjb-version: 3.5.0
 
 - project:
     name: builder-openstack
diff --git a/tox.ini b/tox.ini
index 9cea7543a286f3c533fd6067f7792cc83116dbd3..bf47e3e0e3f52880c82deef646e48781f9de6af3 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -20,7 +20,7 @@ commands = sphinx-build -b html -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs
 
 [testenv:jenkins-jobs]
 deps =
-    jenkins-job-builder=={env:JJB_VERSION:2.9.1}
+    jenkins-job-builder=={env:JJB_VERSION:3.5.0}
 commands =
     jenkins-jobs {posargs:--help}