diff options
author | 2019-01-14 18:55:57 +0100 | |
---|---|---|
committer | 2019-01-14 19:01:01 +0100 | |
commit | 41dc578386445b52d4d023563f207f94b35b591c (patch) | |
tree | f6ab1a76a9d3d6fac3d6c3c140e1fc12933c979c /ci/globals.yaml | |
parent | 3f8eacf876ad3f78483a2f3697eff95cb2225c7f (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 3c8c4eea..00000000 --- a/ci/globals.yaml +++ /dev/null @@ -1,10 +0,0 @@ ---- -- defaults: - name: global - repo: 'opnfv' - branch: 'stable/hunter' - tag: 'hunter' - -- defaults: - name: functest-kubernetes-defaults - prefix: '/home/opnfv/functest' |