diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-11-26 17:05:15 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-11-26 17:05:15 +0100 |
commit | fde38761ec1309f348c02693da938ea0e724e76a (patch) | |
tree | 1ed2079fcfd05e723e45fab589838ee8478704fe /jjb | |
parent | 2709b8acc38cd1b1f6f847300f80730636223907 (diff) |
Disable vnf testing in daily gates
heat_ims sometimes fails.
It mainly eases saving time when developping the workflow.
Change-Id: I230461a3bae508bf60771df3f01a8271a2735065
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/functest-virtual.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/functest/functest-virtual.yaml b/jjb/functest/functest-virtual.yaml index c82f5869b..cd65f9643 100644 --- a/jjb/functest/functest-virtual.yaml +++ b/jjb/functest/functest-virtual.yaml @@ -244,9 +244,9 @@ - multijob: name: components <<: *functest-componentsjobs - - multijob: - name: vnf - <<: *functest-vnfjobs + # - multijob: + # name: vnf + # <<: *functest-vnfjobs - multijob: name: features <<: *functest-featuresjobs |