diff options
author | 2017-08-28 15:13:35 +0200 | |
---|---|---|
committer | 2017-09-05 15:46:41 -0400 | |
commit | cc53c861eb550b7fb882212f4abd6c0c63ba0f71 (patch) | |
tree | ae21e841c4947b203631648ada4385f1607efc33 /jjb/xci | |
parent | 06fba1cf6d82d2525ccc662ab31edad597266d73 (diff) |
Add functest-healthcheck alpine to xci-verify-healthcheck-macro
- add the rc file retrieval in fetch_os.sh
- adapt alpine to split healtcheck from daily
(healthcheck + smoke + features)
- adapt the xci builder
Change-Id: I38836814240a1d769d379a10c9ef14def7e6df97
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'jjb/xci')
-rw-r--r-- | jjb/xci/xci-verify-jobs.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/jjb/xci/xci-verify-jobs.yml b/jjb/xci/xci-verify-jobs.yml index 8d1ee55a4..6913c1f0b 100644 --- a/jjb/xci/xci-verify-jobs.yml +++ b/jjb/xci/xci-verify-jobs.yml @@ -220,7 +220,7 @@ - builder: name: 'xci-verify-healthcheck-macro' builders: - - shell: | - #!/bin/bash - - echo "Hello World!" + - shell: + !include-raw: ../../utils/fetch_os_creds.sh + - shell: + !include-raw: ../functest/functest-alpine.sh |