On Mon, Jan 14, 2019 at 7:49 PM Lori Jakab <[email protected]>
wrote:

> Hi Anil,
>
> Would it be possible for project to create an openjdk11 verify job in
> addition to the existing default job by modifying their
> jjb/{project}/{project}.yaml file? That would be helpful for projects
> which already build wi
>

Hello Lori:

Yes, that's the purpose of the ticket ;).
I'd think the verify jobs should be pretty straightforward. ex: change
'openjdk8' to a list might work.

ex:

- project:
    name: aaa-neon
    jobs:
      - '{project-name}-distribution-check-{stream}'
      - '{project-name}-rtd-jobs':
          build-node: centos7-builder-2c-2g
          project-pattern: aaa
          rtd-build-url:
https://readthedocs.org/api/v2/webhook/odl-aaa/47615/
          rtd-token: 621132230e1307d38f4aaf27e669d7dfdf98532f
      - odl-maven-jobs
    java-version:
      - openjdk8
      - openjdk11
    stream: neon
    project: 'aaa'
    project-name: 'aaa'
    branch: 'master'
    mvn-settings: 'aaa-settings'
    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
    dependencies:
'odlparent-merge-{stream},yangtools-merge-{stream},controller-merge-{stream}'
    email-upstream: '[aaa] [odlparent] [yangtools] [controller]'
    ....

Am assuming this should work, but please note its not tested.

Thanks,
Anil
_______________________________________________
Discuss mailing list
[email protected]
https://lists.opendaylight.org/mailman/listinfo/discuss

Reply via email to