summaryrefslogtreecommitdiffstats
path: root/ci/daily.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/daily.yaml')
-rw-r--r--ci/daily.yaml20
1 files changed, 10 insertions, 10 deletions
diff --git a/ci/daily.yaml b/ci/daily.yaml
index ee6afb26d..3d6e99f38 100644
--- a/ci/daily.yaml
+++ b/ci/daily.yaml
@@ -1,20 +1,20 @@
---
- job-template:
- name: '{repo}-{container}-{tag}-pull'
+ name: '{repo}-functest-{container}-{tag}-pull'
builders:
- - shell: docker pull {repo}/{container}:{tag}
+ - shell: docker pull {repo}/functest-{container}:{tag}
- project:
- name: '{repo}-{container}-{tag}-pull'
+ name: '{repo}-functest-{container}-{tag}-pull'
container:
- - functest-healthcheck
- - functest-smoke
- - functest-components
- - functest-vnf
- - functest-features
- - functest-parser
+ - healthcheck
+ - smoke
+ - components
+ - vnf
+ - features
+ - parser
jobs:
- - '{repo}-{container}-{tag}-pull'
+ - '{repo}-functest-{container}-{tag}-pull'
- job-template:
name: '{repo}-functest-{tag}-pull'