summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
Diffstat (limited to 'jjb')
-rw-r--r--jjb/pharos/check-jinja2.yml8
-rwxr-xr-xjjb/xci/xci-run-functest.sh2
-rw-r--r--jjb/xci/xci-verify-jobs.yml2
3 files changed, 9 insertions, 3 deletions
diff --git a/jjb/pharos/check-jinja2.yml b/jjb/pharos/check-jinja2.yml
index 8ee2a2aa1..49a2ba539 100644
--- a/jjb/pharos/check-jinja2.yml
+++ b/jjb/pharos/check-jinja2.yml
@@ -71,6 +71,8 @@
pattern: 'config/installers/**/*.j2'
- compare-type: ANT
pattern: 'check-jinja2.sh'
+ - compare-type: ANT
+ pattern: 'check-schema.sh'
skip-vote:
successful: true
failed: true
@@ -79,9 +81,15 @@
builders:
- check-pdf-jinja
+ - check-pdf-schema
- builder:
name: check-pdf-jinja
builders:
- shell: |
$WORKSPACE/config/utils/check-jinja2.sh
+- builder:
+ name: check-pdf-schema
+ builders:
+ - shell: |
+ $WORKSPACE/config/utils/check-schema.sh
diff --git a/jjb/xci/xci-run-functest.sh b/jjb/xci/xci-run-functest.sh
index 4fbc6c40d..b2421de32 100755
--- a/jjb/xci/xci-run-functest.sh
+++ b/jjb/xci/xci-run-functest.sh
@@ -27,4 +27,4 @@ if ! sed -n "/^- scenario: $DEPLOY_SCENARIO$/,/^$/p" $OPNFV_SCENARIO_REQUIREMENT
exit 0
fi
-echo "Hello World!"
+ssh -F $HOME/.ssh/xci-vm-config ${DISTRO}_xci_vm "cd releng-xci/xci && PATH=/home/devuser/.local/bin:$PATH ansible-playbook -i installer/osa/files/$XCI_FLAVOR/inventory playbooks/run-functest.yml"
diff --git a/jjb/xci/xci-verify-jobs.yml b/jjb/xci/xci-verify-jobs.yml
index af2432dd0..3c314568f 100644
--- a/jjb/xci/xci-verify-jobs.yml
+++ b/jjb/xci/xci-verify-jobs.yml
@@ -254,6 +254,4 @@
name: 'xci-verify-healthcheck-macro'
builders:
- shell:
- !include-raw: ./xci-run-functest.sh
- - shell:
!include-raw: ./xci-cleanup.sh