summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2018-08-20 14:46:44 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2018-08-20 15:20:57 -0700
commitdea13b09eef4e1da3ef8685cc201bd0273dcbbbf (patch)
tree81bc64b3860a505ae4c5f765cdffd4d2461f15a4
parent9f14d2d355944fa00e64145b88bfb33a426e755c (diff)
Remove so config repo yaml
The yaml file for these repos was only containing the CLM job, which is useless for these repos. Delete the yaml file for now. It will be re-added once the teams have any other Jenkins jobs to add. Change-Id: I3f02a3ddec087822271d4fe5b9498c4d19cbb22d Issue-ID: CIMAN-116 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r--jjb/so/so-chef-repo.yaml13
-rw-r--r--jjb/so/so-docker-config.yaml13
-rw-r--r--jjb/so/so-so-config.yaml13
3 files changed, 0 insertions, 39 deletions
diff --git a/jjb/so/so-chef-repo.yaml b/jjb/so/so-chef-repo.yaml
deleted file mode 100644
index 08acb5463..000000000
--- a/jjb/so/so-chef-repo.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
----
-- project:
- name: so-chef-repo
- project-name: 'so-chef-repo'
- jobs:
- - gerrit-maven-clm
- project: 'so/chef-repo'
- stream:
- - 'master':
- branch: 'master'
- mvn-settings: 'so-chef-repo-settings'
- files: '**'
- archive-artifacts: ''
diff --git a/jjb/so/so-docker-config.yaml b/jjb/so/so-docker-config.yaml
deleted file mode 100644
index 0d61fc4e9..000000000
--- a/jjb/so/so-docker-config.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
----
-- project:
- name: so-docker-config
- project-name: 'so-docker-config'
- jobs:
- - gerrit-maven-clm
- project: 'so/docker-config'
- stream:
- - 'master':
- branch: 'master'
- mvn-settings: 'so-docker-config-settings'
- files: '**'
- archive-artifacts: ''
diff --git a/jjb/so/so-so-config.yaml b/jjb/so/so-so-config.yaml
deleted file mode 100644
index bf63719b2..000000000
--- a/jjb/so/so-so-config.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
----
-- project:
- name: so-so-config
- project-name: 'so-so-config'
- jobs:
- - gerrit-maven-clm
- project: 'so/so-config'
- stream:
- - 'master':
- branch: 'master'
- mvn-settings: 'so-so-config-settings'
- files: '**'
- archive-artifacts: ''