From: jose.lausuch Date: Wed, 13 Jan 2016 13:36:47 +0000 (+0100) Subject: Adapted include-raw with colons X-Git-Tag: brahmaputra.1.0~227 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=206f3792f99f521f306098194c408a349f6ab4b8;p=releng.git Adapted include-raw with colons Change-Id: I58511a1a4472742c2941c31964987dc984a2ee71 Signed-off-by: jose.lausuch --- diff --git a/jjb/bottlenecks/bottlenecks.yml b/jjb/bottlenecks/bottlenecks.yml index c29c5688b..26069cf7b 100644 --- a/jjb/bottlenecks/bottlenecks.yml +++ b/jjb/bottlenecks/bottlenecks.yml @@ -182,7 +182,7 @@ name: bottlenecks-fetch-os-creds builders: - shell: - !include-raw ../../utils/fetch_os_creds.sh + !include-raw: ../../utils/fetch_os_creds.sh - builder: name: bottlenecks-run-rubbos diff --git a/jjb/compass4nfv/compass-ci-jobs.yml b/jjb/compass4nfv/compass-ci-jobs.yml index f68597e3a..3acbf07f2 100644 --- a/jjb/compass4nfv/compass-ci-jobs.yml +++ b/jjb/compass4nfv/compass-ci-jobs.yml @@ -156,11 +156,11 @@ builders: - shell: - !include-raw ./compass-workspace-precleanup.sh + !include-raw: ./compass-workspace-precleanup.sh - shell: - !include-raw ./compass-download-artifact.sh + !include-raw: ./compass-download-artifact.sh - shell: - !include-raw ./compass-deploy-bare.sh + !include-raw: ./compass-deploy-bare.sh publishers: - archive: diff --git a/jjb/compass4nfv/compass-project-jobs.yml b/jjb/compass4nfv/compass-project-jobs.yml index 1395fa532..63aeca06a 100644 --- a/jjb/compass4nfv/compass-project-jobs.yml +++ b/jjb/compass4nfv/compass-project-jobs.yml @@ -95,9 +95,9 @@ builders: - shell: - !include-raw ./compass-build.sh + !include-raw: ./compass-build.sh - shell: - !include-raw ./compass-deploy-virtual.sh + !include-raw: ./compass-deploy-virtual.sh publishers: - archive: @@ -184,11 +184,11 @@ builders: - shell: - !include-raw ./compass-build.sh + !include-raw: ./compass-build.sh - shell: - !include-raw ./compass-upload-artifact.sh + !include-raw: ./compass-upload-artifact.sh - shell: - !include-raw ./compass-workspace-cleanup.sh + !include-raw: ./compass-workspace-cleanup.sh - job-template: name: 'compass-build-ppa-{stream}' @@ -221,7 +221,7 @@ builders: - shell: - !include-raw ./compass-makeppa.sh + !include-raw: ./compass-makeppa.sh - job-template: name: 'compass-deploy-virtual-{sdn-controller}-{stream}' @@ -255,11 +255,11 @@ builders: - shell: - !include-raw ./compass-workspace-precleanup.sh + !include-raw: ./compass-workspace-precleanup.sh - shell: - !include-raw ./compass-download-artifact.sh + !include-raw: ./compass-download-artifact.sh - shell: - !include-raw ./compass-deploy-virtual.sh + !include-raw: ./compass-deploy-virtual.sh publishers: - archive: diff --git a/jjb/functest/functest-ci-jobs.yml b/jjb/functest/functest-ci-jobs.yml index 67031a0ab..2b1142629 100644 --- a/jjb/functest/functest-ci-jobs.yml +++ b/jjb/functest/functest-ci-jobs.yml @@ -237,7 +237,7 @@ name: functest-store-results builders: - shell: - !include-raw res-build.sh + !include-raw: res-build.sh - builder: name: functest-cleanup diff --git a/jjb/kvmfornfv/kvmfornfv.yml b/jjb/kvmfornfv/kvmfornfv.yml index 368dab54e..34793adf6 100644 --- a/jjb/kvmfornfv/kvmfornfv.yml +++ b/jjb/kvmfornfv/kvmfornfv.yml @@ -57,7 +57,7 @@ builders: - shell: - !include-raw ./kvmfornfv-build.sh + !include-raw: ./kvmfornfv-build.sh - job-template: name: 'kvmfornfv-merge-{stream}' @@ -95,4 +95,4 @@ builders: - shell: - !include-raw ./kvmfornfv-build.sh + !include-raw: ./kvmfornfv-build.sh diff --git a/jjb/releng-jobs.yaml b/jjb/releng-jobs.yaml index 27007d0da..0b36f0775 100644 --- a/jjb/releng-jobs.yaml +++ b/jjb/releng-jobs.yaml @@ -49,7 +49,7 @@ builders: - shell: - !include-raw verify-releng + !include-raw: verify-releng publishers: - archive-artifacts: diff --git a/jjb/yardstick/yardstick-ci-jobs.yml b/jjb/yardstick/yardstick-ci-jobs.yml index de79bce79..fffd18331 100644 --- a/jjb/yardstick/yardstick-ci-jobs.yml +++ b/jjb/yardstick/yardstick-ci-jobs.yml @@ -148,7 +148,7 @@ name: yardstick-fetch-os-creds builders: - shell: - !include-raw ../../utils/fetch_os_creds.sh + !include-raw: ../../utils/fetch_os_creds.sh - builder: name: yardstick-cleanup