diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-03-19 14:44:18 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-03-19 14:45:54 -0700 |
commit | 4f41c69646466dd82ec7b0482f236cf1bb076639 (patch) | |
tree | 332c51e34190b0c1d09a39edd0551d8c11740432 /jjb/vvp/vvp-test-engine.yaml | |
parent | 941ff9ac9f157f1bcac2ae8ea357d21d1727fbd3 (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/vvp/vvp-test-engine.yaml')
-rw-r--r-- | jjb/vvp/vvp-test-engine.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/vvp/vvp-test-engine.yaml b/jjb/vvp/vvp-test-engine.yaml index 3c79f06b3..71bbbc8ef 100644 --- a/jjb/vvp/vvp-test-engine.yaml +++ b/jjb/vvp/vvp-test-engine.yaml @@ -12,7 +12,7 @@ path: '.' pattern: '**' mvn-settings: 'vvp-test-engine-settings' - build-node: ubuntu1604-basebuild-4c-4g + build-node: ubuntu1604-builder-4c-4g jobs: - gerrit-python-xc-clm - '{project-name}-{stream}-{subproject}-verify-python' @@ -24,7 +24,7 @@ jobs: - gerrit-maven-sonar cron: 'H 11 * * *' - build-node: ubuntu1604-basebuild-4c-4g + build-node: ubuntu1604-builder-4c-4g project: 'vvp/test-engine' project-name: 'vvp-test-engine' branch: 'master' |