Remove k8s-test jobs. It was moved into infra model
Change-Id: I1e42dfdad20ff9ff03e8ebe574b82f6a729d66b9
diff --git a/jenkins/client/job/k8s-test/mcp-k8s-test-pipeline.yml b/jenkins/client/job/k8s-test/mcp-k8s-test-pipeline.yml
index 3e01ea2..2500254 100644
--- a/jenkins/client/job/k8s-test/mcp-k8s-test-pipeline.yml
+++ b/jenkins/client/job/k8s-test/mcp-k8s-test-pipeline.yml
@@ -1,69 +1,2 @@
-parameters:
- jenkins:
- client:
- job:
- mcp_k8s_test_pipeline:
- type: workflow-scm
- name: mcp-k8s-test-pipeline
- display_name: "Kubernetes tests pipeline"
- discard:
- build:
- keep_num: 50
- concurrent: true
- scm:
- type: git
- url: "${_param:jenkins_gerrit_url}/kubernetes-ci/kubernetes-pipelines"
- credentials: "gerrit"
- script: pipelines/mcp-k8s-test-pipeline.groovy
- trigger:
- gerrit:
- project:
- kubernetes/kubernetes:
- branches:
- - compare_type: "ANT"
- name: "**"
- message:
- build_successful: "Build successful"
- build_unstable: "Build unstable"
- build_failure: "Build failed"
- event:
- patchset:
- - created:
- excludeDrafts: false
- excludeTrivialRebase: false
- excludeNoCodeChange: false
- comment:
- - addedContains:
- commentAddedCommentContains: '(recheck|reverify)'
- override-votes:
- gerritBuildUnstableVerifiedValue: 1
- gerritBuildUnstableCodeReviewValue: 1
- param:
- KUBE_DOCKER_REGISTRY:
- type: string
- default: docker-dev-local.docker.mirantis.net
- description: 'Docker registry for binaries and images'
- CALICO_DOCKER_REGISTRY:
- type: string
- default: 'docker-prod-virtual.docker.mirantis.net'
- description: 'Docker registry for published Calico images'
- K8S_BASE_IMAGE:
- type: string
- default: 'mirantis/base-images/debian-base:20161223134732'
- description: 'Base Docker image to build k8s'
- CALICO_CNI_IMAGE_REPO:
- type: string
- default: 'calico/cni'
- description: 'Custom calico/cni image repository'
- CALICO_CNI_IMAGE_TAG:
- type: string
- default: 'v1.5.1'
- description: 'Custom calico/cni image tag'
- CALICO_DOWNSTREAM:
- type: boolean
- default: 'true'
- description: 'Use Calico downstream'
- CALICO_VER:
- type: string
- default: 'mcp'
- description: 'Custom Calico version'
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo