Deprecate ovn4nfv repo
[releng.git] / jjb / ovn4nfv / ovn4nfv-project-jobs.yaml
diff --git a/jjb/ovn4nfv/ovn4nfv-project-jobs.yaml b/jjb/ovn4nfv/ovn4nfv-project-jobs.yaml
deleted file mode 100644 (file)
index 8fbd75b..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
----
-- project:
-    name: ovn4nfv
-
-    project: '{name}'
-
-    stream:
-      - master:
-          branch: '{stream}'
-          gs-pathname: ''
-          disabled: false
-      - gambia: &gambia
-          branch: 'stable/{stream}'
-          gs-pathname: '/{stream}'
-          disabled: false
-      - fraser:
-          branch: 'stable/{stream}'
-          gs-pathname: '/{stream}'
-          disabled: false
-
-    jobs:
-      - 'ovn4nfv-build-{stream}'
-
-- job-template:
-    name: 'ovn4nfv-build-{stream}'
-
-    concurrent: true
-
-    disabled: '{obj:disabled}'
-
-    properties:
-      - logrotate-default
-      - throttle:
-          enabled: true
-          max-total: 1
-          max-per-node: 1
-          option: 'project'
-
-    parameters:
-      - project-parameter:
-          project: '{project}'
-          branch: '{branch}'
-      - opnfv-build-defaults
-
-    scm:
-      - git-scm
-
-    triggers:
-      - timed: 'H 23 * * *'
-
-    builders:
-      - 'ovn4nfv-build-macro'
-
-- builder:
-    name: 'ovn4nfv-build-macro'
-    builders:
-      - shell: |
-          #!/bin/bash
-
-          echo "hello world"