Fix bad build-node definition 99/1299/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 31 Oct 2019 16:28:26 +0000 (09:28 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 31 Oct 2019 16:28:26 +0000 (09:28 -0700)
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 <agrimberg@linuxfoundation.org>
jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml

index a36aa25..ca077ed 100644 (file)
@@ -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