diff options
author | 2019-01-14 18:55:57 +0100 | |
---|---|---|
committer | 2019-01-14 19:02:05 +0100 | |
commit | 6f807db0fb2d0c5d6e216909d5bc04baa45b4f2f (patch) | |
tree | 0477e569ba311952944112c5fdcd6e6c36cddc0f /ci/globals.yaml | |
parent | 128d43759dcf0f00b5bc2832179f0ce827a52d01 (diff) |
Remove former ci jobs
They can now be generated via the new ansible role.
Change-Id: I6ca1f14873b83a343e00a5d5a75a746ce9d0e6e8
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 0f39333c6f028d31d8b630e2a43809eb636d96eb)
Diffstat (limited to 'ci/globals.yaml')
-rw-r--r-- | ci/globals.yaml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ci/globals.yaml b/ci/globals.yaml deleted file mode 100644 index fca753b8..00000000 --- a/ci/globals.yaml +++ /dev/null @@ -1,10 +0,0 @@ ---- -- defaults: - name: global - repo: 'opnfv' - branch: 'stable/gambia' - tag: 'gambia' - -- defaults: - name: functest-kubernetes-defaults - prefix: '/home/opnfv/functest' |