Remove git-mirrors and saas jobs. It was moved into infra model
Change-Id: Icdfc931a1ff514f0df69489ae34c2c12e0b7e512
diff --git a/jenkins/client/job/git-mirrors/downstream/debian-packages.yml b/jenkins/client/job/git-mirrors/downstream/debian-packages.yml
index eb899dc..2500254 100644
--- a/jenkins/client/job/git-mirrors/downstream/debian-packages.yml
+++ b/jenkins/client/job/git-mirrors/downstream/debian-packages.yml
@@ -1,21 +1,2 @@
-classes:
- - system.jenkins.client.job.git-mirrors.downstream
-parameters:
- _param:
- jenkins_git_mirror_downstream_jobs:
- - name: debian-telegraf
- downstream: debian/telegraf
- upstream: "https://github.com/influxdata/telegraf.git"
- branches: master
- - name: libvirt-exporter
- downstream: debian/libvirt-exporter
- upstream: "https://github.com/kumina/libvirt_exporter.git"
- branches: master
- - name: debian-gophercloud
- downstream: debian/gophercloud
- upstream: "https://github.com/gophercloud/gophercloud.git"
- branches: master
- - name: debian-influxdb-relay
- downstream: debian/influxdb-relay
- upstream: "https://github.com/influxdata/influxdb-relay.git"
- branches: master
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo
diff --git a/jenkins/client/job/git-mirrors/downstream/docker_images.yml b/jenkins/client/job/git-mirrors/downstream/docker_images.yml
index 6904d8d..2500254 100644
--- a/jenkins/client/job/git-mirrors/downstream/docker_images.yml
+++ b/jenkins/client/job/git-mirrors/downstream/docker_images.yml
@@ -1,13 +1,2 @@
-classes:
- - system.jenkins.client.job.git-mirrors.downstream
-parameters:
- _param:
- jenkins_git_mirror_downstream_jobs:
- - name: docker-aptly
- downstream: mk/docker-aptly
- upstream: "https://github.com/Mirantis/docker-aptly"
- branches: master
- - name: python-flask-hello
- downstream: mk/python-flask-hello
- upstream: "https://github.com/Mirantis/python-flask-hello"
- branches: master
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo
diff --git a/jenkins/client/job/git-mirrors/downstream/init.yml b/jenkins/client/job/git-mirrors/downstream/init.yml
index 6f5a66d..2500254 100644
--- a/jenkins/client/job/git-mirrors/downstream/init.yml
+++ b/jenkins/client/job/git-mirrors/downstream/init.yml
@@ -1,41 +1,2 @@
-parameters:
- _param:
- jenkins_git_mirror_downstream_jobs: []
- jenkins_pollscm_spec: "H/60 * * * *"
- jenkins:
- client:
- job_template:
- git_mirror_downstream_common:
- name: git-mirror-downstream-{{name}}
- jobs: ${_param:jenkins_git_mirror_downstream_jobs}
- template:
- discard:
- build:
- keep_num: 10
- artifact:
- keep_num: 10
- type: workflow-scm
- concurrent: false
- scm:
- type: git
- url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines"
- branch: "${_param:jenkins_pipelines_branch}"
- credentials: "gerrit"
- script: git-mirror-pipeline.groovy
- trigger:
- pollscm:
- spec: ${_param:jenkins_pollscm_spec}
- param:
- SOURCE_URL:
- type: string
- default: "{{upstream}}"
- TARGET_URL:
- type: string
- default: "${_param:jenkins_gerrit_url}/{{downstream}}"
- CREDENTIALS_ID:
- type: string
- default: "gerrit"
- BRANCHES:
- type: string
- default: "{{branches}}"
- description: "Comma-separated list of branches to mirror"
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo
diff --git a/jenkins/client/job/git-mirrors/downstream/pipelines.yml b/jenkins/client/job/git-mirrors/downstream/pipelines.yml
index 58c23b0..2500254 100644
--- a/jenkins/client/job/git-mirrors/downstream/pipelines.yml
+++ b/jenkins/client/job/git-mirrors/downstream/pipelines.yml
@@ -1,15 +1,2 @@
-classes:
- - system.jenkins.client.job.git-mirrors.downstream
-parameters:
- _param:
- gerrit_pipeline_library_repo: https://github.com/Mirantis/pipeline-library
- gerrit_mk_pipelines_repo: https://github.com/Mirantis/mk-pipelines
- jenkins_git_mirror_downstream_jobs:
- - name: pipeline-library
- downstream: mcp-ci/pipeline-library
- upstream: "${_param:gerrit_pipeline_library_repo}"
- branches: "master,release/2018.8.1,release/2018.11.0"
- - name: mk-pipelines
- downstream: mk/mk-pipelines
- upstream: "${_param:gerrit_mk_pipelines_repo}"
- branches: "master,release/2018.8.1,release/2018.11.0"
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo
diff --git a/jenkins/client/job/git-mirrors/downstream/salt_formulas_utils.yml b/jenkins/client/job/git-mirrors/downstream/salt_formulas_utils.yml
index dfbdb60..2500254 100644
--- a/jenkins/client/job/git-mirrors/downstream/salt_formulas_utils.yml
+++ b/jenkins/client/job/git-mirrors/downstream/salt_formulas_utils.yml
@@ -1,9 +1,2 @@
-classes:
- - system.jenkins.client.job.git-mirrors.downstream
-parameters:
- _param:
- jenkins_git_mirror_downstream_jobs:
- - name: salt-formulas
- downstream: salt-formulas/salt-formulas
- upstream: "https://github.com/salt-formulas/salt-formulas"
- branches: master
\ No newline at end of file
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo
diff --git a/jenkins/client/job/git-mirrors/downstream/templates.yml b/jenkins/client/job/git-mirrors/downstream/templates.yml
index 1c34f37..2500254 100644
--- a/jenkins/client/job/git-mirrors/downstream/templates.yml
+++ b/jenkins/client/job/git-mirrors/downstream/templates.yml
@@ -1,13 +1,2 @@
-classes:
- - system.jenkins.client.job.git-mirrors.downstream
-parameters:
- _param:
- jenkins_git_mirror_downstream_jobs:
- - name: cookiecutter-templates
- downstream: mk/cookiecutter-templates
- upstream: "git@github.com:Mirantis/mk2x-cookiecutter-reclass-model"
- branches: master,mcp10
- - name: heat-templates
- downstream: mk/heat-templates
- upstream: "git@github.com:Mirantis/mk-lab-heat-templates"
- branches: master
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo