From 6548e345f4db7c076ae8bfeb516906faada6ab5c Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Thu, 31 Oct 2019 09:28:26 -0700 Subject: [PATCH] Fix bad build-node definition I noticed that the ric-plt-lib-rmr-python-tox-sonar job was just hanging around not running and found that the build node had a typo in the definition name. Change-Id: Ic660e44ea775d12617c12567a17e14eb38111bc0 Signed-off-by: Andrew Grimberg --- jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml b/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml index a36aa25c..ca077eda 100644 --- a/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml +++ b/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml @@ -80,7 +80,7 @@ branch: master python-version: python3 # the pre-build-script installs debian packages - build-node: ubuntu1804-builder-2c-2ga + build-node: ubuntu1804-builder-2c-2g # install prereqs pre-build-script: !include-raw-escape: ../shell/install-deb-nng-rmr.sh sonarcloud: true -- 2.16.6