summaryrefslogtreecommitdiffstats
path: root/jjb/functest/functest-weekly-jobs.yml
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-05-23 16:46:47 -0400
committerTim Rozet <trozet@redhat.com>2017-05-23 17:12:04 -0400
commit69160baaeffd63bc5d1fd3eabf41e3879a8f817f (patch)
treedbb4f74f877a788528a0c85668869893606d5805 /jjb/functest/functest-weekly-jobs.yml
parentb91333032a4e42ecf0fe591e58068b24cf6a0c02 (diff)
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 <trozet@redhat.com>
Diffstat (limited to 'jjb/functest/functest-weekly-jobs.yml')
-rw-r--r--jjb/functest/functest-weekly-jobs.yml5
1 files changed, 4 insertions, 1 deletions
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: