Remove git-mirrors and saas jobs. It was moved into infra model
Change-Id: Icdfc931a1ff514f0df69489ae34c2c12e0b7e512
diff --git a/jenkins/client/job/saas/init.yml b/jenkins/client/job/saas/init.yml
index 33ebbe4..2500254 100644
--- a/jenkins/client/job/saas/init.yml
+++ b/jenkins/client/job/saas/init.yml
@@ -1,3 +1,2 @@
-classes:
- - system.jenkins.client.job.saas.test_saas_ui
- - system.jenkins.client.job.saas.test_saas_core_auth
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo
diff --git a/jenkins/client/job/saas/test_saas_core_auth.yml b/jenkins/client/job/saas/test_saas_core_auth.yml
index 1ff2339..2500254 100644
--- a/jenkins/client/job/saas/test_saas_core_auth.yml
+++ b/jenkins/client/job/saas/test_saas_core_auth.yml
@@ -1,43 +1,2 @@
-parameters:
- jenkins:
- client:
- job:
- test-saas-core-auth:
- name: test-saas-core-auth
- discard:
- build:
- keep_num: 15
- artifact:
- keep_num: 15
- type: workflow-scm
- concurrent: true
- scm:
- type: git
- url: "${_param:jenkins_gerrit_url}/oss/jenkins/pipelines"
- credentials: "gerrit"
- script: test-saas-core-auth-pipeline.groovy
- trigger:
- gerrit:
- project:
- "saas/core/auth":
- branches:
- - master
- event:
- patchset:
- - created:
- excludeDrafts: false
- excludeTrivialRebase: false
- excludeNoCodeChange: false
- comment:
- - addedContains:
- commentAddedCommentContains: '^(?s:Patch Set \d+:.*(test|recheck|reverify)\s*)$'
- param:
- CREDENTIALS_ID:
- type: string
- default: "gerrit"
- DEFAULT_GIT_URL:
- type: string
- default: "${_param:jenkins_gerrit_url}/saas/core/auth"
- DEFAULT_GIT_REF:
- type: string
- default: master
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo
diff --git a/jenkins/client/job/saas/test_saas_ui.yml b/jenkins/client/job/saas/test_saas_ui.yml
index f49dd7f..2500254 100644
--- a/jenkins/client/job/saas/test_saas_ui.yml
+++ b/jenkins/client/job/saas/test_saas_ui.yml
@@ -1,43 +1,2 @@
-parameters:
- jenkins:
- client:
- job:
- test-saas-ui:
- name: test-saas-ui
- discard:
- build:
- keep_num: 15
- artifact:
- keep_num: 15
- type: workflow-scm
- concurrent: true
- scm:
- type: git
- url: "${_param:jenkins_gerrit_url}/oss/jenkins/pipelines"
- credentials: "gerrit"
- script: test-saas-ui-pipeline.groovy
- trigger:
- gerrit:
- project:
- "saas/frontend/ui":
- branches:
- - master
- event:
- patchset:
- - created:
- excludeDrafts: false
- excludeTrivialRebase: false
- excludeNoCodeChange: false
- comment:
- - addedContains:
- commentAddedCommentContains: '^(?s:Patch Set \d+:.*(test|recheck|reverify)\s*)$'
- param:
- CREDENTIALS_ID:
- type: string
- default: "gerrit"
- DEFAULT_GIT_URL:
- type: string
- default: "${_param:jenkins_gerrit_url}/saas/frontend/ui"
- DEFAULT_GIT_REF:
- type: string
- default: master
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo