From: Andrew Grimberg Date: Thu, 31 Oct 2019 16:28:26 +0000 (-0700) Subject: Fix bad build-node definition X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=6548e345f4db7c076ae8bfeb516906faada6ab5c 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 --- 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