From 69160baaeffd63bc5d1fd3eabf41e3879a8f817f Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Tue, 23 May 2017 16:46:47 -0400 Subject: Functest: fixes fetching os creds Since jenkins just imports the bash script at upload time, referencing another script in the releng repo inside of bash doesn't work. We need to split them out into their own builder includes. Change-Id: Id120a338ae5ec48eaa285681463bff01677bf316 Signed-off-by: Tim Rozet --- jjb/functest/functest-weekly-jobs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'jjb/functest/functest-weekly-jobs.yml') diff --git a/jjb/functest/functest-weekly-jobs.yml b/jjb/functest/functest-weekly-jobs.yml index f44f7b8aa..59d24cc87 100644 --- a/jjb/functest/functest-weekly-jobs.yml +++ b/jjb/functest/functest-weekly-jobs.yml @@ -115,7 +115,10 @@ - shell: !include-raw: ./functest-cleanup.sh - shell: - !include-raw: ./set-functest-env.sh + !include-raw: + - ./functest-env-presetup.sh + - ../../utils/fetch_os_creds.sh + - ./set-functest-env.sh - shell: !include-raw: ./functest-loop.sh - shell: -- cgit 1.2.3-korg