diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2018-09-04 17:07:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-09-04 17:07:14 +0000 |
commit | 7fc1c669cc74d4a421043ebd191b848c3ee38e17 (patch) | |
tree | 57c598f9473ed8bc90198f81e80111eb937c0e3f /jjb/xci | |
parent | 871387c6046e3719bd022e0d6e26a1456fb3a39b (diff) | |
parent | d99ea1e54797570408ec39a8c6e13b76958ae60a (diff) |
Merge "xci: Switch to functest-smoke for daily jobs"
Diffstat (limited to 'jjb/xci')
-rw-r--r-- | jjb/xci/xci-daily-jobs.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/xci/xci-daily-jobs.yaml b/jjb/xci/xci-daily-jobs.yaml index c81b490a8..6e5135439 100644 --- a/jjb/xci/xci-daily-jobs.yaml +++ b/jjb/xci/xci-daily-jobs.yaml @@ -154,7 +154,7 @@ default: 'tier' - string: name: FUNCTEST_SUITE_NAME - default: 'healthcheck' + default: 'smoke' - string: name: CI_LOOP default: 'daily' @@ -283,7 +283,7 @@ default: 'tier' - string: name: FUNCTEST_SUITE_NAME - default: 'healthcheck' + default: 'smoke' - string: name: CI_LOOP default: 'daily' |