From 05af410cbd45e2e46ce96771af58ab5422621d93 Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Wed, 30 Jan 2019 15:35:02 -0600 Subject: [PATCH] Modify TREX node This node change will switch TREX to use the new common-packer image and the new ci-environment. The switch to common-packer standardizes the project with other LF projects providing additional support and automation. The switch to the new ci-environment is to isolate the build minions for security reasons. Change-Id: I5040708861e7720cb008429e4077278f5b2ba701 Signed-off-by: Vanessa Rene Valderrama --- jjb/trex/trex.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/trex/trex.yaml b/jjb/trex/trex.yaml index 1c19c310f..6e4f62bdc 100644 --- a/jjb/trex/trex.yaml +++ b/jjb/trex/trex.yaml @@ -19,7 +19,7 @@ name: 'trex-verify-{stream}-{os}' project-type: freestyle - node: '{os}-basebuild-4c-4g' + node: '{os}-builder-4c-4g' concurrent: true build-discarder: @@ -63,7 +63,7 @@ name: 'trex-merge-{stream}-{os}' project-type: freestyle - node: '{os}-basebuild-4c-4g' + node: '{os}-builder-4c-4g' concurrent: true build-discarder: -- 2.16.6