Removing unused pipelines and job templates
Change-Id: I24ceaa50083c0c0b3e808aa743c9125e9d81ee94
diff --git a/jjb/device-management.yaml b/jjb/device-management.yaml
index 1c6d46f..08e62b5 100644
--- a/jjb/device-management.yaml
+++ b/jjb/device-management.yaml
@@ -1,22 +1,6 @@
---
# device-management tests
-- project:
- name: device-management-e2e
-
- project-name: '{name}'
-
- jobs:
- # Per-patchset Pod builds on Tucson pod
- - 'verify_physical_device-management_patchset_manual':
- name: 'verify_physical_device-management_patchset_manual'
- testvm: 'tucson-pod'
- config-pod: 'tucson-pod'
- branch: 'master'
- oltDebVersion: 'openolt_asfvolt16-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-40G-NNI.deb'
- profile: 'Default'
- time-trigger: "@daily"
-
- job-template:
id: 'device-management-patch-test'
name: 'verify_{project}_sanity-test{name-extension}'
@@ -64,7 +48,7 @@
- string:
name: extraHelmFlags
default: '{extra-helm-flags}'
- description: 'Helm flags to pass to ./voltha up'
+ description: 'Helm flags to pass to every helm install command'
- string:
name: volthaSystemTestsChange
@@ -108,144 +92,3 @@
failed: '{skip-vote}'
unstable: '{skip-vote}'
notbuilt: '{skip-vote}'
-
-# POD Per Patchset Pipeline Jobs
-
-- job-template:
- name: '{name}'
- id: verify_physical_device-management_patchset_manual
- description: |
- <!-- Managed by Jenkins Job Builder -->
- Automated build on POD {config-pod} using {pipeline-script} <br /><br />
- Created from job-template {id} from ci-management/jjb/device-management.yaml <br />
- Created by Andy Bavier, andy@opennetworking.org <br />
- Copyright (c) 2019 Open Networking Foundation (ONF)
- sandbox: true
- pipeline-script: 'device-management-physical-build-and-tests.groovy'
-
- properties:
- - cord-infra-properties:
- build-days-to-keep: '{build-days-to-keep}'
- artifact-num-to-keep: '{artifact-num-to-keep}'
-
- parameters:
- - string:
- name: buildNode
- default: '{testvm}'
- description: 'Pod management node'
-
- - string:
- name: manifestUrl
- default: '{gerrit-server-url}/{voltha-test-manifest-repo}'
- description: 'URL to the repo manifest'
-
- - string:
- name: manifestBranch
- default: master
- description: 'Name of the repo branch to use'
-
- - string:
- name: gerritProject
- default: 'device-management'
- description: 'Name of the Gerrit project'
-
- - string:
- name: gerritRefSpec
- default: '$GERRIT_REFSPEC'
- description: 'Refspec for the Gerrit patchset'
-
- - string:
- name: gerritEventCommentText
- default: '$GERRIT_EVENT_COMMENT_TEXT'
- description: 'Comment text from gerrit commit'
-
- - string:
- name: cordRepoUrl
- default: '{gerrit-server-url}'
- description: 'The URL of the CORD Project repository'
-
- - string:
- name: podName
- default: '{config-pod}'
-
- - string:
- name: deploymentConfigFile
- default: 'pod-configs/deployment-configs/{config-pod}.yaml'
- description: 'Path of deployment config file'
-
- - string:
- name: kindVolthaValuesFile
- default: 'pod-configs/kubernetes-configs/voltha/{config-pod}.yml'
- description: 'Path of kind-voltha values override file'
-
- - string:
- name: sadisConfigFile
- default: 'voltha/voltha-system-tests/tests/data/{config-pod}-sadis.json'
- description: 'Path of SADIS config to load'
-
- - string:
- name: localConfigDir
- default: null
- description: 'If specified, config file paths are relative to this dir; otherwise $WORKSPACE'
-
- - string:
- name: configRepo
- default: 'pod-configs'
- description: 'A repository containing the config files, will be checked out if specified'
-
- - string:
- name: oltDebVersion
- default: '{oltDebVersion}'
- description: 'OLT Software version to install'
-
- - string:
- name: branch
- default: '{branch}'
-
- - string:
- name: profile
- default: '{profile}'
- description: 'Technology Profile pushed to the ETCD'
-
- - string:
- name: notificationEmail
- default: 'andy@opennetworking.org'
- description: ''
-
- - bool:
- name: reinstallOlt
- default: true
- description: "Re-install OLT software"
-
- - string:
- name: extraRobotArgs
- default: '-i sanity'
- description: 'Arguments to pass to robot'
-
- project-type: pipeline
- concurrent: true
-
- dsl: !include-raw-escape: pipeline/{pipeline-script}
-
- triggers:
- - gerrit:
- server-name: '{gerrit-server-name}'
- dependency-jobs: '{dependency-jobs}'
- silent-start: false
- successful-message: "PASSED hardware test"
- failure-message: "FAILED hardware test"
- unstable-message: "UNSTABLE hardware test"
- trigger-on:
- - comment-added-contains-event:
- comment-contains-value: '^hardware test$'
- - comment-added-contains-event:
- comment-contains-value: '^hardware test with delay$'
- projects:
- - project-compare-type: REG_EXP
- project-pattern: '^device-management$'
- branches:
- - branch-compare-type: PLAIN
- branch-pattern: 'master'
- - timed: |
- TZ=America/Los_Angeles
- {time-trigger}