David Caro has uploaded a new change for review.

Change subject: Adding system tests
......................................................................

Adding system tests

Using the new CI test framework

Change-Id: If411d80e4213f5d4a5d85defeb6bb1634f9bcae4
Signed-off-by: David Caro <dcaro...@redhat.com>
---
A jobs/confs/yaml/jobs/ovirt/system_tests.yaml
A jobs/confs/yaml/scms/ovirt-engine.yaml
A jobs/confs/yaml/templates/system_tests.yaml
3 files changed, 60 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/jenkins refs/changes/69/37069/1

diff --git a/jobs/confs/yaml/jobs/ovirt/system_tests.yaml 
b/jobs/confs/yaml/jobs/ovirt/system_tests.yaml
new file mode 100644
index 0000000..ef15714
--- /dev/null
+++ b/jobs/confs/yaml/jobs/ovirt/system_tests.yaml
@@ -0,0 +1,17 @@
+- project:
+    name: ovirt
+    project:
+      - ovirt
+    trigger:
+      - manual
+    version:
+      - master
+      - 3.5:
+          distro: el6
+    distro:
+      - el6
+      - el7
+    arch:
+      - x86_64
+    jobs:
+      - '{project}_{version}_system-tests-{distro}-{arch}_{trigger}'
diff --git a/jobs/confs/yaml/scms/ovirt-engine.yaml 
b/jobs/confs/yaml/scms/ovirt-engine.yaml
new file mode 100644
index 0000000..6625105
--- /dev/null
+++ b/jobs/confs/yaml/scms/ovirt-engine.yaml
@@ -0,0 +1,16 @@
+- scm:
+    name: ovirt-engine-sdk-java-gerrit
+    scm:
+      - git:
+          url: git://gerrit.ovirt.org/ovirt-engine-sdk-java.git
+          branches:
+            - $GERRIT_BRANCH
+          basedir: ovirt-engine-sdk-java
+          scm-name: ovirt-engine-sdk-java
+          name: ''
+          refspec: $GERRIT_REFSPEC
+          choosing-strategy: gerrit
+          use-author: true
+          skip-tag: true
+          prune: true
+          wipe-workspace: false
diff --git a/jobs/confs/yaml/templates/system_tests.yaml 
b/jobs/confs/yaml/templates/system_tests.yaml
new file mode 100644
index 0000000..72edec3
--- /dev/null
+++ b/jobs/confs/yaml/templates/system_tests.yaml
@@ -0,0 +1,27 @@
+- job-template:
+    name: '{project}_{version}_system-tests-{distro}-{arch}_{trigger}'
+    node: '{node-filter}'
+    parameters:
+      - string:
+          name: VDSM_HEAD
+          default:
+          description: 'refspec of the vdsm commit to use'
+      - string:
+          name: ENGINE_HEAD
+          default:
+          descrption: 'refspec of the ovirt-engine commit to use'
+      - string:
+          name: TESTENV_BRANCH
+          default: 'master'
+          descriptions: 'branch for the ci testenv repo'
+    scm:
+      - ovirt-engine:
+          branch: '{ovirt-engine-branch}'
+      - vdsm:
+          branch: '{vdsm-branch}'
+      - testenv:
+          branch: master
+    builders:
+      - system-tests
+    publishers:
+      - exported-artifacts


-- 
To view, visit http://gerrit.ovirt.org/37069
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If411d80e4213f5d4a5d85defeb6bb1634f9bcae4
Gerrit-PatchSet: 1
Gerrit-Project: jenkins
Gerrit-Branch: master
Gerrit-Owner: David Caro <dcaro...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to