Remove jenkins jobs which was moved into salt-models/infra repo.
Files left as untill q3
Change-Id: I0c897c293885b31e4c80e6c5600781da03d35de2
diff --git a/jenkins/client/job/aptly.yml b/jenkins/client/job/aptly.yml
index 55c7f88..a713427 100644
--- a/jenkins/client/job/aptly.yml
+++ b/jenkins/client/job/aptly.yml
@@ -1,155 +1,2 @@
-parameters:
- jenkins:
- client:
- view:
- Aptly:
- enabled: true
- type: CategorizedJobsView
- include_regex: "aptly-.*"
- categories:
- - group_regex: "aptly-.*-nightly-testing"
- naming_rule: "Nightly -> Testing"
- - group_regex: "aptly-.*-testing-stable"
- naming_rule: "Testing -> Stable"
- job_template:
- aptly:
- name: aptly-{{operation}}-{{dist}}-{{source}}-{{target}}
- jobs:
- - operation: promote
- diff_only: false
- dist: trusty
- source: nightly
- target: testing
- - operation: promote
- dist: trusty
- source: testing
- target: stable
- - operation: promote
- dist: xenial
- source: nightly
- target: testing
- - operation: promote
- dist: xenial
- source: testing
- target: stable
- - operation: diff
- diff_only: true
- dist: trusty
- source: nightly
- target: testing
- - operation: diff
- diff_only: true
- dist: trusty
- source: testing
- target: stable
- - operation: diff
- diff_only: true
- dist: xenial
- source: nightly
- target: testing
- - operation: diff
- diff_only: true
- dist: xenial
- source: testing
- target: stable
- template:
- discard:
- build:
- keep_num: 25
- artifact:
- keep_num: 25
- type: workflow-scm
- concurrent: false
- scm:
- type: git
- url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines"
- branch: "${_param:jenkins_pipelines_branch}"
- credentials: "gerrit"
- script: aptly-promote-pipeline.groovy
- param:
- SOURCE:
- type: string
- default: "{{dist}}/{{source}}"
- TARGET:
- type: string
- default: "{{dist}}/{{target}}"
- RECREATE:
- type: boolean
- default: 'false'
- DUMP_PUBLISH:
- type: boolean
- default: 'true'
- DIFF_ONLY:
- type: boolean
- default: '{{diff_only}}'
- APTLY_URL:
- type: string
- default: "${_param:jenkins_aptly_api_url}"
- COMPONENTS:
- type: string
- default: "all"
- description: "Comma separated list (,)"
- PACKAGES:
- type: string
- default: "all"
- description: "Comma separated list (,)"
- STORAGES:
- type: string
- default: "${_param:jenkins_aptly_storages}"
- description: "Comma separated list of storage"
- aptly-all:
- name: aptly-{{operation}}-all-{{source}}-{{target}}
- jobs:
- - operation: promote
- diff_only: false
- source: nightly
- target: testing
- - operation: promote
- diff_only: false
- source: testing
- target: stable
- template:
- discard:
- build:
- keep_num: 25
- artifact:
- keep_num: 25
- type: workflow-scm
- concurrent: false
- scm:
- type: git
- url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines"
- branch: "${_param:jenkins_pipelines_branch}"
- credentials: "gerrit"
- script: aptly-promote-pipeline.groovy
- param:
- SOURCE:
- type: string
- default: "(.*)/{{source}}"
- TARGET:
- type: string
- default: "{0}/{{target}}"
- RECREATE:
- type: boolean
- default: 'false'
- DUMP_PUBLISH:
- type: boolean
- default: 'true'
- DIFF_ONLY:
- type: boolean
- default: '{{diff_only}}'
- APTLY_URL:
- type: string
- default: "${_param:jenkins_aptly_api_url}"
- COMPONENTS:
- type: string
- default: "all"
- description: "Comma separated list (,)"
- PACKAGES:
- type: string
- default: "all"
- description: "Comma separated list (,)"
- STORAGES:
- type: string
- default: "${_param:jenkins_aptly_storages}"
- description: "Comma separated list of storage"
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo
\ No newline at end of file