summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorGildas Lanilis <gildas.lanilis@huawei.com>2018-09-20 12:36:21 -0700
committerGildas Lanilis <gildas.lanilis@huawei.com>2018-09-20 12:36:21 -0700
commitd7b11fc0bb5a9d0841a715e6c6776481287e0e31 (patch)
tree36d5583c7dc166bca9f32c7d66096e02c65938ab /jjb
parent77ce0f44d5d29382c231eb28d7129c7bf2aa8a39 (diff)
Remove jjb config file for unused repo
ccsdk-storage-pgaas is no longer used in Casablanca release, thus removing this ci-managment config file. Change-Id: I9a5fcb924c9c51b352d82b23e3c7caebcb6da169 Issue-ID: CCSDK-587 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/ccsdk/storage-pgaas.yaml35
1 files changed, 0 insertions, 35 deletions
diff --git a/jjb/ccsdk/storage-pgaas.yaml b/jjb/ccsdk/storage-pgaas.yaml
deleted file mode 100644
index 73c0bee43..000000000
--- a/jjb/ccsdk/storage-pgaas.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
----
-- project:
- name: ccsdk-storage-pgaas
- project-name: 'ccsdk-storage-pgaas'
- jobs:
- - gerrit-maven-clm
- - '{project-name}-{stream}-verify-java'
- - '{project-name}-{stream}-merge-java'
- - '{project-name}-{stream}-release-version-java-daily'
-
- project: 'ccsdk/storage/pgaas'
- stream:
- - 'master':
- branch: 'master'
- mvn-settings: 'ccsdk-storage-pgaas-settings'
- # due to a strange macro / variable translation problem this needs to be
- # passed as a string block to properly get the properties correctly defined
- # in the job
- maven-deploy-properties: |
- deployAtEnd=true
- files: '**'
- archive-artifacts: ''
-
-- project:
- name: ccsdk-storage-pgaas-sonar
- jobs:
- - gerrit-maven-sonar
- cron: 'H 11 * * *'
- build-node: ubuntu1604-builder-4c-4g
- project: 'ccsdk/storage/pgaas'
- project-name: 'ccsdk-storage-pgaas'
- branch: 'master'
- mvn-settings: 'ccsdk-storage-pgaas-settings'
- mvn-goals: 'clean install'
- mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'