Skip to content

Commit

Permalink
Add mdsal-12.0.x jobs
Browse files Browse the repository at this point in the history
MD-SAL has create a stability branch for 2023.09, add jobs to support
it.

Change-Id: Ifb9423af7b44218873cf521c2ab1a807e323bf0c
Signed-off-by: Robert Varga <[email protected]>
  • Loading branch information
rovarga committed Nov 13, 2023
1 parent 07488f6 commit 4e1f31d
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions jjb/mdsal/mdsal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,36 @@
# Used by the release job
staging-profile-id: a674173c7b29d

- project:
name: mdsal-12.0.x
jobs:
- "{project-name}-rtd-jobs":
build-node: centos8-builder-2c-2g
project-pattern: mdsal
rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-mdsal/44052/
rtd-token: a56d6212dd3de3eef12642affe8a6100cc8bc002
- odl-maven-jobs-jdk17
- odl-maven-verify-jobs-jdk17

project: mdsal
project-name: mdsal
branch: 12.0.x
stream: 12.0.x

mvn-settings: "mdsal-settings"
build-timeout: 60

archive-artifacts: >
**/*.prop
**/*.log
**/target/surefire-reports/*-output.txt
**/target/failsafe-reports/failsafe-summary.xml
**/hs_err_*.log
**/target/feature/feature.xml
# Used by the release job
staging-profile-id: a674173c7b29d

- project:
name: mdsal-11.0.x
jobs:
Expand Down

0 comments on commit 4e1f31d

Please sign in to comment.