summaryrefslogtreecommitdiffstats
path: root/jjb/policy
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2018-03-19 14:44:18 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2018-03-19 14:45:54 -0700
commit4f41c69646466dd82ec7b0482f236cf1bb076639 (patch)
tree332c51e34190b0c1d09a39edd0551d8c11740432 /jjb/policy
parent941ff9ac9f157f1bcac2ae8ea357d21d1727fbd3 (diff)
Rename basebuild to builder
Rename nodes from "basebuild" to "builder" in preparation for updating to common-packer. Change-Id: I6ff64e3ee5c856391430296aded45d84c46de171 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb/policy')
-rw-r--r--jjb/policy/policy-common.yaml4
-rw-r--r--jjb/policy/policy-docker.yaml2
-rw-r--r--jjb/policy/policy-drools-applications.yaml4
-rw-r--r--jjb/policy/policy-drools-pdp.yaml4
-rw-r--r--jjb/policy/policy-engine.yaml4
5 files changed, 9 insertions, 9 deletions
diff --git a/jjb/policy/policy-common.yaml b/jjb/policy/policy-common.yaml
index fb760424c..dfb012cdb 100644
--- a/jjb/policy/policy-common.yaml
+++ b/jjb/policy/policy-common.yaml
@@ -15,13 +15,13 @@
mvn-settings: 'policy-common-settings'
files: '**'
archive-artifacts: ''
- build-node: ubuntu1604-basebuild-4c-4g
+ build-node: ubuntu1604-builder-4c-4g
- project:
name: policy-common-sonar
jobs:
- gerrit-maven-sonar
cron: 'H 11 * * *'
- build-node: ubuntu1604-basebuild-4c-4g
+ build-node: ubuntu1604-builder-4c-4g
project: 'policy/common'
project-name: 'policy-common'
branch: 'master'
diff --git a/jjb/policy/policy-docker.yaml b/jjb/policy/policy-docker.yaml
index de1392cc2..0eb5d7f07 100644
--- a/jjb/policy/policy-docker.yaml
+++ b/jjb/policy/policy-docker.yaml
@@ -25,4 +25,4 @@
mvn-settings: 'policy-docker-settings'
files: '**'
archive-artifacts: ''
- build-node: ubuntu1604-basebuild-4c-4g
+ build-node: ubuntu1604-builder-4c-4g
diff --git a/jjb/policy/policy-drools-applications.yaml b/jjb/policy/policy-drools-applications.yaml
index ccf078eed..39879c8a4 100644
--- a/jjb/policy/policy-drools-applications.yaml
+++ b/jjb/policy/policy-drools-applications.yaml
@@ -16,13 +16,13 @@
mvn-settings: 'policy-drools-applications-settings'
files: '**'
archive-artifacts: ''
- build-node: 'ubuntu1604-basebuild-4c-4g'
+ build-node: 'ubuntu1604-builder-4c-4g'
- project:
name: policy-drools-applications-sonar
jobs:
- gerrit-maven-sonar
cron: 'H 11 * * *'
- build-node: ubuntu1604-basebuild-4c-4g
+ build-node: ubuntu1604-builder-4c-4g
project: 'policy/drools-applications'
project-name: 'policy-drools-applications'
branch: 'master'
diff --git a/jjb/policy/policy-drools-pdp.yaml b/jjb/policy/policy-drools-pdp.yaml
index 3fc8f576e..bacd997c6 100644
--- a/jjb/policy/policy-drools-pdp.yaml
+++ b/jjb/policy/policy-drools-pdp.yaml
@@ -26,13 +26,13 @@
mvn-settings: 'policy-drools-pdp-settings'
files: '**'
archive-artifacts: ''
- build-node: 'ubuntu1604-basebuild-4c-4g'
+ build-node: 'ubuntu1604-builder-4c-4g'
- project:
name: policy-drools-pdp-sonar
jobs:
- gerrit-maven-sonar
cron: 'H 11 * * *'
- build-node: ubuntu1604-basebuild-4c-4g
+ build-node: ubuntu1604-builder-4c-4g
project: 'policy/drools-pdp'
project-name: 'policy-drools-pdp'
branch: 'master'
diff --git a/jjb/policy/policy-engine.yaml b/jjb/policy/policy-engine.yaml
index a8a9a1766..c364ef537 100644
--- a/jjb/policy/policy-engine.yaml
+++ b/jjb/policy/policy-engine.yaml
@@ -26,13 +26,13 @@
mvn-settings: 'policy-engine-settings'
files: '**'
archive-artifacts: ''
- build-node: 'ubuntu1604-basebuild-4c-4g'
+ build-node: 'ubuntu1604-builder-4c-4g'
- project:
name: policy-engine-sonar
jobs:
- gerrit-maven-sonar
cron: 'H 11 * * *'
- build-node: ubuntu1604-basebuild-4c-4g
+ build-node: ubuntu1604-builder-4c-4g
project: 'policy/engine'
project-name: 'policy-engine'
branch: 'master'