From 0a0d118e69b7438201d956d0c007e8b8db95d7ae Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 13 Apr 2021 23:38:09 +0200 Subject: [PATCH] Add infrautils-1.9.x jobs Infrautils is about to release version 2.0.0, we need a 1.9.x branch to support Silicon release train. Change-Id: I6b7ef953c58eb53a4daddbe1cea699c8b380936f Signed-off-by: Robert Varga Signed-off-by: Anil Belur --- jjb/infrautils/infrautils.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/jjb/infrautils/infrautils.yaml b/jjb/infrautils/infrautils.yaml index fcca916fb..92a0a0306 100644 --- a/jjb/infrautils/infrautils.yaml +++ b/jjb/infrautils/infrautils.yaml @@ -23,6 +23,30 @@ # Used by the release job staging-profile-id: 96fca0367756c +- project: + name: infrautils-1.9.x + jobs: + - "{project-name}-rtd-jobs": + build-node: centos7-builder-2c-2g + doc-dir: .tox/docs/tmp/html + project-pattern: infrautils + rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-infrautils/38993/ + rtd-token: 294c76173237e3a088365c31012cf4ddaa767dc9 + - odl-maven-jobs-jdk11 + - odl-maven-verify-jobs + + stream: 1.9.x + project: "infrautils" + project-name: "infrautils" + branch: "1.9.x" + java-version: "openjdk11" + mvn-settings: "infrautils-settings" + dependencies: "odlparent-merge-{stream}" + email-upstream: "[infrautils] [odlparent]" + + # Used by the release job + staging-profile-id: 96fca0367756c + - project: name: infrautils-1.8.x jobs: -- 2.36.6