From d0f67c3bd57cd8a5e5e54d7895e861ba08ae2b84 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Tue, 24 May 2016 11:50:13 +0200 Subject: bugfix: Switch to include-raw so curly brackets are not escaped Change-Id: I22bdffac5888656ee95c458d42c0f6621c822f7f Signed-off-by: Fatih Degirmenci --- jjb/functest/functest-ci-jobs.yml | 10 +++++----- jjb/yardstick/yardstick-ci-jobs.yml | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/jjb/functest/functest-ci-jobs.yml b/jjb/functest/functest-ci-jobs.yml index 0af55977f..4b11c4bfc 100644 --- a/jjb/functest/functest-ci-jobs.yml +++ b/jjb/functest/functest-ci-jobs.yml @@ -233,28 +233,28 @@ name: functest-suite builders: - shell: - !include-raw-escape: ./functest-suite.sh + !include-raw: ./functest-suite.sh - builder: name: functest-daily builders: - shell: - !include-raw-escape: ./functest-daily.sh + !include-raw: ./functest-daily.sh - builder: name: set-functest-env builders: - shell: - !include-raw-escape: ./set-functest-env.sh + !include-raw: ./set-functest-env.sh - builder: name: functest-store-results builders: - shell: - !include-raw-escape: ../../utils/push-test-logs.sh + !include-raw: ../../utils/push-test-logs.sh - builder: name: functest-cleanup builders: - shell: - !include-raw-escape: ./functest-cleanup.sh + !include-raw: ./functest-cleanup.sh diff --git a/jjb/yardstick/yardstick-ci-jobs.yml b/jjb/yardstick/yardstick-ci-jobs.yml index 07166bef2..b7c1c0a82 100644 --- a/jjb/yardstick/yardstick-ci-jobs.yml +++ b/jjb/yardstick/yardstick-ci-jobs.yml @@ -227,13 +227,13 @@ name: yardstick-daily builders: - shell: - !include-raw-escape: ./yardstick-daily.sh + !include-raw: ./yardstick-daily.sh - builder: name: yardstick-vtcdaily builders: - shell: - !include-raw-escape: ./yardstick-vtcdaily.sh + !include-raw: ./yardstick-vtcdaily.sh - builder: name: yardstick-fetch-os-creds @@ -245,7 +245,7 @@ name: yardstick-cleanup builders: - shell: - !include-raw-escape: ./yardstick-cleanup.sh + !include-raw: ./yardstick-cleanup.sh ######################## # parameter macros ######################## -- cgit 1.2.3-korg