David Caro has uploaded a new change for review. Change subject: Added infra-tools jobs ......................................................................
Added infra-tools jobs Change-Id: Ifebbac7d588630a17efa46d4b3cfc308f02f07a7 Signed-off-by: David Caro <[email protected]> --- A jobs/confs/yaml/jobs/infra-tools/infra-tools.yaml A jobs/confs/yaml/scms/infra-tools.yaml 2 files changed, 36 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/jenkins refs/changes/86/40786/1 diff --git a/jobs/confs/yaml/jobs/infra-tools/infra-tools.yaml b/jobs/confs/yaml/jobs/infra-tools/infra-tools.yaml new file mode 100644 index 0000000..3978b01 --- /dev/null +++ b/jobs/confs/yaml/jobs/infra-tools/infra-tools.yaml @@ -0,0 +1,20 @@ +- project: + name: infra-tools_build + project: + - infra-tools + version: + - master: + branch: master + stage: + - build-artifacts + - check-patch + - check-merged + distro: + - el6 + - el7 + - fc20 + - fc21 + - fc22 + arch: x86_64 + jobs: + - '{project}_{version}_{stage}-{distro}-{arch}' diff --git a/jobs/confs/yaml/scms/infra-tools.yaml b/jobs/confs/yaml/scms/infra-tools.yaml new file mode 100644 index 0000000..4861348 --- /dev/null +++ b/jobs/confs/yaml/scms/infra-tools.yaml @@ -0,0 +1,16 @@ +- scm: + name: infra-tools-gerrit + scm: + - git: + url: git://gerrit.ovirt.org/infra-tools.git + branches: + - $GERRIT_BRANCH + basedir: infra-tools + scm-name: infra-tools + name: '' + refspec: $GERRIT_REFSPEC + choosing-strategy: gerrit + use-author: true + skip-tag: true + prune: true + wipe-workspace: false -- To view, visit https://gerrit.ovirt.org/40786 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ifebbac7d588630a17efa46d4b3cfc308f02f07a7 Gerrit-PatchSet: 1 Gerrit-Project: jenkins Gerrit-Branch: master Gerrit-Owner: David Caro <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
