Anatoly Litovsky has uploaded a new change for review. Change subject: Adding a developer job for test enviroment ......................................................................
Adding a developer job for test enviroment Change-Id: Ic8dcaeff22e28105ee5dd456e416fed548bc0621 Signed-off-by: Tolik Litovsky <tlito...@redhat.com> --- M jobs/confs/yaml/jobs/ovirt/system-tests.yaml M jobs/confs/yaml/templates/system_tests_templates.yaml 2 files changed, 86 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/jenkins refs/changes/39/41839/1 diff --git a/jobs/confs/yaml/jobs/ovirt/system-tests.yaml b/jobs/confs/yaml/jobs/ovirt/system-tests.yaml index 44ce09a..17224a1 100644 --- a/jobs/confs/yaml/jobs/ovirt/system-tests.yaml +++ b/jobs/confs/yaml/jobs/ovirt/system-tests.yaml @@ -28,3 +28,15 @@ - container other-project: ovirt-engine <<: *system-tests-common + +- project: + name: engine-vdsm-system-tests + deployment : + - std + - container + node-filter: integ-tests + distro: el7 + arch: x86_64 + email-to: dkuzn...@redhat.com bazu...@redhat.com + jobs: + - 'ovirt_{deployment}_system-tests-{distro}-{arch}_developer' \ No newline at end of file diff --git a/jobs/confs/yaml/templates/system_tests_templates.yaml b/jobs/confs/yaml/templates/system_tests_templates.yaml index 417811a..6107701 100644 --- a/jobs/confs/yaml/templates/system_tests_templates.yaml +++ b/jobs/confs/yaml/templates/system_tests_templates.yaml @@ -37,3 +37,77 @@ recipients: '{email-to}' notify-every-unstable-build: false # FIXME send-to-individuals: false # FIXME + +- job-template: + name: 'ovirt_{deployment}_system-tests-{distro}-{arch}_developer' + node: '{node-filter}' + parameters: + - string: + name: VDSM_GERRIT_REFSPEC + default: 'refs/heads/{branch}' + description: 'VDSM Git refspec to build' + - string: + name: VDSM_GERRIT_BRANCH + default: 'origin/{branch}' + description: 'VDSM Git branch to build' + - string: + name: ENGINE_GERRIT_REFSPEC + default: 'refs/heads/{branch}' + description: 'Engine Git refspec to build' + - string: + name: ENGINE_GERRIT_BRANCH + default: 'origin/{branch}' + description: 'Engine Git branch to build' + + scm: + - git: + url: git://gerrit.ovirt.org/vdsm.git + branches: + - $VDSM_GERRIT_BRANCH + basedir: vdsm + scm-name: vdsm + name: '' + refspec: $VDSM_GERRIT_REFSPEC + choosing-strategy: gerrit + use-author: true + skip-tag: true + prune: true + wipe-workspace: false + - git: + url: git://gerrit.ovirt.org/ovirt-engine.git + branches: + - $ENGINE_GERRIT_BRANCH + basedir: ovirt-engine + scm-name: ovirt-engine + name: '' + refspec: $ENGINE_GERRIT_REFSPEC + choosing-strategy: gerrit + use-author: true + skip-tag: true + prune: true + wipe-workspace: false + + builders: + - system-tests-{deployment}: + project: 'vdsm-engine' + version: 'master' + distro: '{distro}' + publishers: + - junit: + results: 'jenkins-deployment-$BUILD_NUMBER/nosetests*.xml' + - post-tasks: + - matches: + - log-text: '.*INIT_OK.*' + operator: AND + script: !include-raw shell-scripts/system_tests.cleanup.sh + - matches: + - log-text: '.*' + operator: AND + script: !include-raw shell-scripts/system_tests.collect_logs.sh + - archive: + artifacts: 'exported-archives.tar.gz' + allow-empty: true + - email: + recipients: '{email-to}' + notify-every-unstable-build: false # FIXME + send-to-individuals: false # FIXME \ No newline at end of file -- To view, visit https://gerrit.ovirt.org/41839 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic8dcaeff22e28105ee5dd456e416fed548bc0621 Gerrit-PatchSet: 1 Gerrit-Project: jenkins Gerrit-Branch: master Gerrit-Owner: Anatoly Litovsky <tlito...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches