Remove debian/ and oss/ jobs. It was moved into infra model
Change-Id: I419e01720c8a5ca10b974670acccc0d404b35227
diff --git a/jenkins/client/job/oss/test_pushkin_codebase.yml b/jenkins/client/job/oss/test_pushkin_codebase.yml
index baefbc9..a713427 100644
--- a/jenkins/client/job/oss/test_pushkin_codebase.yml
+++ b/jenkins/client/job/oss/test_pushkin_codebase.yml
@@ -1,45 +1,2 @@
-parameters:
- jenkins:
- client:
- job:
- test-oss-pushkin-codebase:
- name: test-oss-pushkin-codebase
- 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-pushkin-pipeline.groovy
- trigger:
- gerrit:
- project:
- "oss/pushkin":
- branches:
- - devel
- - 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}/oss/pushkin"
- DEFAULT_GIT_REF:
- type: string
- default: master
- description: "Refspec in format refs/changes/, i.e. refs/changes/32/10332/4"
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo
\ No newline at end of file