Skip to content

Commit

Permalink
Merge pull request CentOS#96 from mohammedzee1000/2016-10-12_13-48-03…
Browse files Browse the repository at this point in the history
…-cccp_yml

Added cccp.yml files for building on centos container pipeline.
  • Loading branch information
kbsingh authored Oct 12, 2016
2 parents 4d45a3d + 759023c commit fcdcb08
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bind/centos7/cccp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# This is for the purpose of building the container through the CentOS Communnity
# Container Pipeline. https://github.com/CentOS/container-index

job-id: bind
test-skip: true
5 changes: 5 additions & 0 deletions kubernetes/apiserver/cccp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# This is for the purpose of building the container through the CentOS Communnity
# Container Pipeline. https://github.com/CentOS/container-index

job-id: kubernetes-apiserver
test-skip: true
5 changes: 5 additions & 0 deletions kubernetes/controller-manager/cccp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# This is for the purpose of building the container through the CentOS Communnity
# Container Pipeline. https://github.com/CentOS/container-index

job-id: kubernetes-controller-manager
test-skip: true
5 changes: 5 additions & 0 deletions kubernetes/kubelet/cccp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# This is for the purpose of building the container through the CentOS Communnity
# Container Pipeline. https://github.com/CentOS/container-index

job-id: kubernetes-controller-kubelet
test-skip: true
5 changes: 5 additions & 0 deletions kubernetes/master/cccp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# This is for the purpose of building the container through the CentOS Communnity
# Container Pipeline. https://github.com/CentOS/container-index

job-id: kubernetes-master
test-skip: true
5 changes: 5 additions & 0 deletions kubernetes/node/cccp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# This is for the purpose of building the container through the CentOS Communnity
# Container Pipeline. https://github.com/CentOS/container-index

job-id: kubernetes-node
test-skip: true
5 changes: 5 additions & 0 deletions kubernetes/proxy/cccp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# This is for the purpose of building the container through the CentOS Communnity
# Container Pipeline. https://github.com/CentOS/container-index

job-id: kubernetes-controller-proxy
test-skip: true
5 changes: 5 additions & 0 deletions kubernetes/scheduler/cccp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# This is for the purpose of building the container through the CentOS Communnity
# Container Pipeline. https://github.com/CentOS/container-index

job-id: kubernetes-scheduler
test-skip: true
5 changes: 5 additions & 0 deletions powershell/centos7/cccp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# This is for the purpose of building the container through the CentOS Communnity
# Container Pipeline. https://github.com/CentOS/container-index

job-id: powershell
test-skip: true

0 comments on commit fcdcb08

Please sign in to comment.