diff options
Diffstat (limited to 'ci/daily.yaml')
-rw-r--r-- | ci/daily.yaml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/ci/daily.yaml b/ci/daily.yaml index 8c1dd6830..2ae1b68c2 100644 --- a/ci/daily.yaml +++ b/ci/daily.yaml @@ -1,19 +1,19 @@ --- - 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 + - healthcheck + - smoke + - components + - vnf + - features jobs: - - '{repo}-{container}-{tag}-pull' + - '{repo}-functest-{container}-{tag}-pull' - job-template: name: '{repo}-functest-{tag}-pull' |