summaryrefslogtreecommitdiffstats
path: root/ci/daily.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-08-23 20:01:16 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2018-08-23 23:02:19 +0200
commit073cd974a4612aa2aa9b749019097f7f279fb669 (patch)
tree0848e8543732223921570cddc32d9947a99f8b49 /ci/daily.yaml
parent071abb80da8bd2176e5c99ae3ba0afac3d986b07 (diff)
Stop building tempest container in fraser gate.yaml
It should have been removed when cherry-picking "Publish Functest daily and gate jobs". It adds parser-basics which is hosted by its own container. Change-Id: I6b5c4de0bffabab9bf927bf045b228113deeb375 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'ci/daily.yaml')
-rw-r--r--ci/daily.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/daily.yaml b/ci/daily.yaml
index 8c1dd6830..ee6afb26d 100644
--- a/ci/daily.yaml
+++ b/ci/daily.yaml
@@ -12,6 +12,7 @@
- functest-components
- functest-vnf
- functest-features
+ - functest-parser
jobs:
- '{repo}-{container}-{tag}-pull'
@@ -27,6 +28,7 @@
- name: '{repo}-functest-components-{tag}-pull'
- name: '{repo}-functest-vnf-{tag}-pull'
- name: '{repo}-functest-features-{tag}-pull'
+ - name: '{repo}-functest-parser-{tag}-pull'
- project:
name: '{repo}-functest-{tag}-pull'
@@ -52,6 +54,7 @@
- name: '{repo}-functest-components-{tag}-run'
- name: '{repo}-functest-vnf-{tag}-run'
- name: '{repo}-functest-features-{tag}-run'
+ - name: '{repo}-functest-parser-{tag}-run'
- project:
name: '{repo}-functest-{tag}-daily'