SEBA-243 Job for running SEBA E2E test
Change-Id: I19128e450af6cc0aa568e13f1a102788f037700c
diff --git a/jjb/siab-e2e.yaml b/jjb/siab-e2e.yaml
new file mode 100644
index 0000000..6eb554c
--- /dev/null
+++ b/jjb/siab-e2e.yaml
@@ -0,0 +1,63 @@
+---
+- project:
+ name: siab-e2e-att
+ project: '{name}'
+ build-node: 'qct-pod4-node2'
+ git-url: 'https://gerrit.opencord.org'
+ refspec: '+refs/heads/master:refs/remotes/origin/master'
+ branch: 'master'
+ timed-trigger: '{every-four-hours}'
+ jobs:
+ - 'siab-e2e-att':
+
+- job-template:
+ id: 'siab-e2e-att'
+ name: 'verify_automation-tools_{project}'
+ description: |
+ Created by {id} job-template from ci-management/jjb/siab-e2e.yaml
+
+ triggers:
+ - timed: '{timed-trigger}'
+
+ properties:
+ - cord-infra-properties:
+ build-days-to-keep: '{build-days-to-keep}'
+ artifact-num-to-keep: '{artifact-num-to-keep}'
+
+ wrappers:
+ - lf-infra-wrappers:
+ build-timeout: '{build-timeout}'
+ jenkins-ssh-credential: '{jenkins-ssh-credential}'
+
+ scm:
+ - cord-infra-gerrit-scm:
+ git-url: '$GIT_URL/automation-tools'
+ refspec: '{refspec}'
+ branch: '{branch}'
+ submodule-recursive: 'false'
+ choosing-strategy: default
+ jenkins-ssh-credential: '{jenkins-ssh-credential}'
+ basedir: 'cord/automation-tools'
+
+ - cord-infra-gerrit-scm:
+ git-url: '$GIT_URL/helm-charts'
+ refspec: '{refspec}'
+ branch: '{branch}'
+ submodule-recursive: 'false'
+ choosing-strategy: default
+ jenkins-ssh-credential: '{jenkins-ssh-credential}'
+ basedir: 'cord/helm-charts'
+
+ node: '{build-node}'
+ project-type: freestyle
+ concurrent: false
+
+ builders:
+ - shell: |
+ #!/usr/bin/env bash
+ set -eu -o pipefail
+
+ cd cord/automation-tools/seba-in-a-box
+ make reset-kubeadm
+ make -j2
+ make run-tests