From: Luis Gomez Date: Wed, 1 Aug 2018 22:31:41 +0000 (-0700) Subject: Update doc example X-Git-Tag: release/fluorine~2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F47%2F74747%2F3;p=integration%2Fdistribution.git Update doc example Change-Id: Ic0570ec65101be6dec8c59a6b858b640d2a0c260 Signed-off-by: Luis Gomez --- diff --git a/docs/add-project-distribution.rst b/docs/add-project-distribution.rst index 66fc692a..5787f663 100644 --- a/docs/add-project-distribution.rst +++ b/docs/add-project-distribution.rst @@ -170,22 +170,29 @@ features to the sanity test. git clone ssh://@git.opendaylight.org:29418/releng/builder -#. Add your feature repo and user-facing features in: +#. Open the distribution-jobs.yaml file: .. code-block:: bash jjb/integration/distribution/distribution-jobs.yaml - See this example for the file section: + Add your feature repo and user-facing features in the distribution section: .. code-block:: bash - # Self-Managed projects features - sm-repos: > - mvn:org.opendaylight.sxp/features-sxp//xml/features - - sm-features: > - odl-sxp-controller + stream: + - fluorine: + branch: 'master' + karaf-version: odl + # Self-Managed projects repos and features: + sm-repos: > + mvn:org.opendaylight.sxp/features-sxp//xml/features, + mvn:org.opendaylight.tsdr/features-tsdr//xml/features + sm-features: > + odl-sxp-routing, + odl-tsdr-core, + odl-tsdr-openflow-statistics-collector, + odl-tsdr-netflow-statistics-collector .. note:: If the feature version is not specified in the URL (see example above), Karaf will use the latest version (normally only one stored) in the the system folder. @@ -193,7 +200,7 @@ features to the sanity test. #. Push changes to releng/builder and wait for patch verification and review. Once the patch is merged your project will be tested in the distribution-sanity_. - + Trigger distribution build ~~~~~~~~~~~~~~~~~~~~~~~~~~