diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2017-07-19 09:49:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-19 09:49:38 +0000 |
commit | 27c49c9bafc6a0a25759ae473d4c71cf87f58d90 (patch) | |
tree | b754219c7dde95e5e47ddcacf24529037d4a521c /jjb | |
parent | 4fc1f80d9f563f651a78cc4c45a2810afc8298d7 (diff) | |
parent | fa6d8a70ce7728c0992f0ac3ed11e1e0e10489d9 (diff) |
Merge "[Functest] Add presetup and fetch credentials for Alpine job"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/functest-daily-jobs.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/jjb/functest/functest-daily-jobs.yml b/jjb/functest/functest-daily-jobs.yml index 0616e2f39..cc9bac0a9 100644 --- a/jjb/functest/functest-daily-jobs.yml +++ b/jjb/functest/functest-daily-jobs.yml @@ -410,7 +410,10 @@ name: functest-alpine-daily-builder builders: - shell: - !include-raw: ./functest-alpine.sh + !include-raw: + - ./functest-env-presetup.sh + - ../../utils/fetch_os_creds.sh + - ./functest-alpine.sh - builder: name: functest-daily |