summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2016-01-13 14:36:47 +0100
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>2016-01-13 20:27:21 +0000
commit206f3792f99f521f306098194c408a349f6ab4b8 (patch)
treee2fb2b88f58c4ffca9712f10a44cee7d7689b388
parent78b66d9b32f34e02adf6a1a44d1433bf21b17f3f (diff)
Adapted include-raw with colons
Change-Id: I58511a1a4472742c2941c31964987dc984a2ee71 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
-rw-r--r--jjb/bottlenecks/bottlenecks.yml2
-rw-r--r--jjb/compass4nfv/compass-ci-jobs.yml6
-rw-r--r--jjb/compass4nfv/compass-project-jobs.yml18
-rw-r--r--jjb/functest/functest-ci-jobs.yml2
-rw-r--r--jjb/kvmfornfv/kvmfornfv.yml4
-rw-r--r--jjb/releng-jobs.yaml2
-rw-r--r--jjb/yardstick/yardstick-ci-jobs.yml2
7 files changed, 18 insertions, 18 deletions
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