diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-01-14 18:50:35 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-01-14 19:04:36 +0100 |
commit | 12023f6a1a040c07f805553a1f5c65ab3940d638 (patch) | |
tree | 166f9be7b577df4d18e046710748ca86e1fef3db /ci/globals.yaml | |
parent | 2fd07adb36288e9247ad73a7344340c36754132e (diff) |
Remove former ci jobs
They can now be generated via the new ansible role.
Change-Id: I7746d08b940e8d6906cb023c39bc87d8dee441cc
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'ci/globals.yaml')
-rw-r--r-- | ci/globals.yaml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ci/globals.yaml b/ci/globals.yaml deleted file mode 100644 index 20217921f..000000000 --- a/ci/globals.yaml +++ /dev/null @@ -1,13 +0,0 @@ ---- -- defaults: - name: global - repo: 'opnfv' - branch: 'master' - tag: 'latest' - -- defaults: - name: functest-defaults - prefix: '/home/opnfv/functest' - nameserver: '8.8.8.8' - external_network: 'ext-net' - storage_protocol: 'iSCSI' |