Remove salt-models jobs. It was moved into infra model
Change-Id: I338345a12893fe0124ba02f484c81c1d48c78e4b
diff --git a/jenkins/client/job/salt-models/git-mirrors.yml b/jenkins/client/job/salt-models/git-mirrors.yml
index f567ba8..2500254 100644
--- a/jenkins/client/job/salt-models/git-mirrors.yml
+++ b/jenkins/client/job/salt-models/git-mirrors.yml
@@ -1,53 +1,2 @@
-parameters:
- _param:
- jenkins_pollscm_spec: "H/60 * * * *"
- jenkins:
- client:
- job_template:
- git_mirror_2way_salt_model:
- name: git-mirror-2way-salt-model-{{name}}
- template:
- type: workflow-scm
- concurrent: false
- discard:
- build:
- keep_num: 10
- artifact:
- keep_num: 10
- 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/Mirantis/{{upstream_name}}-salt-model"
- trigger:
- github:
- pollscm:
- spec: ${_param:jenkins_pollscm_spec}
- gerrit:
- project:
- salt-models/{{name}}:
- branches:
- - master
- message:
- build_successful: "Build successful"
- build_unstable: "Build unstable"
- build_failure: "Build failed"
- event:
- ref:
- - updated
- param:
- SOURCE_URL:
- type: string
- default: "${_param:jenkins_gerrit_url}/salt-models/{{name}}.git"
- TARGET_URL:
- type: string
- default: "git@github.com:Mirantis/{{upstream_name}}-salt-model.git"
- CREDENTIALS_ID:
- type: string
- default: "gerrit"
- BRANCHES:
- type: string
- default: "{{branches}}"
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo