Merge "xci: Enable deployment and testing for post merge jobs"
authorFatih Degirmenci <fdegir@gmail.com>
Mon, 19 Mar 2018 14:57:07 +0000 (14:57 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 19 Mar 2018 14:57:07 +0000 (14:57 +0000)
1  2 
jjb/xci/xci-merge-jobs.yml

  
      wrappers:
        - inject:
 -          properties-file: "$LOCAL_PROMOTION_METADATA_FILE"
 +          properties-file: "/tmp/$GERRIT_CHANGE_NUMBER/$DISTRO/scenario.properties"
        - ssh-agent-wrapper
        - build-timeout:
            timeout: 240
  - builder:
      name: 'xci-merge-deploy-macro'
      builders:
-       - shell: |
-           #!/bin/bash
-           echo "Hello World"
+       - shell:
+           !include-raw: ./xci-start-new-vm.sh
+       - shell:
+           !include-raw: ./xci-start-deployment.sh
  
  - builder:
      name: 'xci-merge-healthcheck-macro'
      builders:
-       - shell: |
-           #!/bin/bash
-           echo "Hello World"
+       - shell:
+           !include-raw: ./xci-run-functest.sh
  
  - builder:
      name: 'xci-merge-promote-macro'