Remove git-mirrors and saas jobs. It was moved into infra model

Change-Id: Icdfc931a1ff514f0df69489ae34c2c12e0b7e512
diff --git a/jenkins/client/job/git-mirrors/2way.yml b/jenkins/client/job/git-mirrors/2way.yml
index 2fe2fab..2500254 100644
--- a/jenkins/client/job/git-mirrors/2way.yml
+++ b/jenkins/client/job/git-mirrors/2way.yml
@@ -1,73 +1,2 @@
-parameters:
-  _param:
-    jenkins_pollscm_spec: "H/60 * * * *"
-    job_description_2way: <br>Syncronizes code projects with GitHub.<br>
-  jenkins:
-    client:
-      job_template:
-        git-mirror-2way-common:
-          name: git-mirror-2way-{{name}}
-          jobs:
-            - name: mcp-common-scripts
-              source: mcp/mcp-common-scripts
-              target: Mirantis/mcp-common-scripts
-              branches: "master,release/2018.8.1,release/2018.11.0"
-            - name: mcp-local-repo-model
-              source: mcp/mcp-local-repo-model
-              target: Mirantis/mcp-local-repo-model
-              branches: "master"
-            - name: mcp-offline-model
-              source: mcp/mcp-offline-model
-              target: Mirantis/mcp-offline-model
-              branches: "master"
-            - name: mcp-drivetrain-model
-              source: mcp/mcp-drivetrain-model
-              target: Mirantis/mcp-drivetrain-model
-              branches: "master"
-            - name: model-manager
-              source: python-apps/model-manager
-              target: salt-formulas/django-model-manager
-              branches: "master"
-          template:
-            description: ${_param:job_description_2way}
-            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-2way-pipeline.groovy
-              github:
-                url: "https://github.com/{{target}}"
-            trigger:
-              github:
-              pollscm:
-                spec: ${_param:jenkins_pollscm_spec}
-              gerrit:
-                project:
-                  "{{source}}":
-                    branches:
-                      - master
-                event:
-                  ref:
-                    - updated
-            param:
-              SOURCE_URL:
-                type: string
-                default: "${_param:jenkins_gerrit_url}/{{source}}.git"
-              TARGET_URL:
-                type: string
-                default: "git@github.com:{{target}}.git"
-              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