David Caro has uploaded a new change for review. Change subject: Added pthreading ci jobs ......................................................................
Added pthreading ci jobs The build artifacts job is not here yet Change-Id: Id0c68ed658ba8f96672a8f096c4915aa28305e37 Signed-off-by: David Caro <[email protected]> --- A jobs/confs/yaml/jobs/pthreading/pthreading.yaml A jobs/confs/yaml/scms/pthreading.yaml 2 files changed, 32 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/jenkins refs/changes/86/38186/1 diff --git a/jobs/confs/yaml/jobs/pthreading/pthreading.yaml b/jobs/confs/yaml/jobs/pthreading/pthreading.yaml new file mode 100644 index 0000000..788979f --- /dev/null +++ b/jobs/confs/yaml/jobs/pthreading/pthreading.yaml @@ -0,0 +1,16 @@ +- project: + name: pthreading + project: + - pthreading + version: + - master: + branch: master + stage: + - check-patch + - check-merged + distro: + - fc21 + arch: + - x86_64 + jobs: + - '{project}_{version}_{stage}-{distro}-{arch}' diff --git a/jobs/confs/yaml/scms/pthreading.yaml b/jobs/confs/yaml/scms/pthreading.yaml new file mode 100644 index 0000000..56b5a67 --- /dev/null +++ b/jobs/confs/yaml/scms/pthreading.yaml @@ -0,0 +1,16 @@ +- scm: + name: pthreading-gerrit + scm: + - git: + url: git://gerrit.ovirt.org/pthreading.git + branches: + - $GERRIT_BRANCH + basedir: pthreading + scm-name: pthreading + 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/38186 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id0c68ed658ba8f96672a8f096c4915aa28305e37 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
