X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Freleng-templates.yaml;h=0971a1f8e3ff81e5a55834c61522c353a0914531;hb=7daa1faff620b4b796cf0e318079b2f0b617c422;hp=802448ceab75de9fbb9046c7dd0f7e973895463a;hpb=0f5d8894f33050194b062c2c63703bc36662779f;p=releng%2Fbuilder.git diff --git a/jjb/releng-templates.yaml b/jjb/releng-templates.yaml index 802448cea..0971a1f8e 100644 --- a/jjb/releng-templates.yaml +++ b/jjb/releng-templates.yaml @@ -65,8 +65,7 @@ - email-notification: email-recipients: '{email-recipients}' email-prefix: '[releng]' - - opendaylight-infra-shiplogs: - maven-version: 'mvn33' + - lf-infra-publish - job-template: @@ -116,8 +115,7 @@ - email-notification: email-recipients: '{email-recipients}' email-prefix: '[releng]' - - opendaylight-infra-shiplogs: - maven-version: 'mvn33' + - lf-infra-publish # Generic tox-based verify action @@ -174,9 +172,10 @@ - shell: | virtualenv $WORKSPACE/venv-tox source $WORKSPACE/venv-tox/bin/activate - pip install --upgrade pip - pip install --upgrade tox argparse - pip freeze + PYTHON="$WORKSPACE/venv-tox/bin/python" + $PYTHON -m pip install --upgrade pip + $PYTHON -m pip install --upgrade tox argparse + $PYTHON -m pip freeze cd $WORKSPACE/repo/{toxdir} tox @@ -184,8 +183,7 @@ - email-notification: email-recipients: '{email-recipients}' email-prefix: '[{project}]' - - opendaylight-infra-shiplogs: - maven-version: 'mvn33' + - lf-infra-publish - job-template: name: '{project-name}-verify-tox-{stream}' @@ -201,6 +199,8 @@ # toxdir: directory containing the project's tox.ini relative to # the workspace. Empty works if tox.ini is at project root. + build-node: centos7-java-builder-2c-4g + <<: *tox_builder_verify # Specification for projects outside release cycle, to avoid referring a stream. @@ -219,6 +219,7 @@ # toxdir: directory containing the project's tox.ini relative to # the workspace. Empty works if tox.ini is at project root. + build-node: centos7-java-builder-2c-4g branch: master <<: *tox_builder_verify @@ -239,6 +240,8 @@ # toxdir: directory containing the project's tox.ini relative to # the workspace. Empty works if tox.ini is at project root. + build-node: centos7-java-builder-2c-4g + <<: *tox_builder_verify - job-template: @@ -275,8 +278,7 @@ - email-notification: email-recipients: '{email-recipients}' email-prefix: '[{project}]' - - opendaylight-infra-shiplogs: - maven-version: 'mvn33' + - lf-infra-publish # Node related @@ -339,9 +341,10 @@ # Prepare Python virtualenv $WORKSPACE/venv-python source $WORKSPACE/venv-python/bin/activate - pip install --upgrade pip - pip install --upgrade tox argparse nodeenv - pip freeze + PYTHON="$WORKSPACE/venv-python/bin/python" + $PYTHON -m pip install --upgrade pip + $PYTHON -m pip install --upgrade tox argparse nodeenv + $PYTHON -m pip freeze # Prepare node nodeenv --node={nodever} --prebuilt $WORKSPACE/venv-node @@ -354,5 +357,4 @@ - email-notification: email-recipients: '{email-recipients}' email-prefix: '[{project}]' - - opendaylight-infra-shiplogs: - maven-version: 'mvn33' + - lf-infra-publish