diff options
author | 2019-04-10 17:00:32 -0500 | |
---|---|---|
committer | 2019-04-10 17:00:32 -0500 | |
commit | bacb13c097243d1fd3ec5f95327e77fe46329fd0 (patch) | |
tree | 97d3ec1f2689967a5568c6676cf9d24bf6f0bb92 | |
parent | da11d2e0ec8b33d89be7fa79c2fd5deff6c47e9b (diff) |
Fix the ci-jobs build node
Changing the ci-jobs build node to use the updated common packer image
to resolve the unstable builds error xmlstarlet: command not found. The
basebuild node worked with lftools v0.18.0 but not with lftools v0.22.2.
Change-Id: I4e46abbfd71a077c53af85b970abaea7ceeff31d
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
-rw-r--r-- | jjb/ci-management/ci-management-jobs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/ci-management/ci-management-jobs.yaml b/jjb/ci-management/ci-management-jobs.yaml index efb580d5a..bd9b350d6 100644 --- a/jjb/ci-management/ci-management-jobs.yaml +++ b/jjb/ci-management/ci-management-jobs.yaml @@ -6,7 +6,7 @@ project: ci-management project-name: ci-management - build-node: centos7-basebuild-4c-4g + build-node: centos7-basebuilder-4c-4g build-timeout: 30 jjb-version: 2.6.0 |