nrwl / nx-jenkins-build

Example of setting up distributed Jenkins build for Nx workspace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Architecture info?

davidsmith2 opened this issue · comments

Awesome demo and write-up. Thanks so much.

I'm trying to recreate this using Azure VMs. Currently I have three VMs: one serves as the Jenkins master node and two serve as Jenkins slave nodes. The master node is used to build the distributed tasks and the slave nodes are used to run them. However I keep running into an issue where at least one of the slave nodes crashes during a test run. I'm also noticing very high (100%) CPU usage on the slave nodes. All nodes use Ubuntu 18.04-LTS with 3.5 GiB of RAM.

Any chance you could share some details of your architecture/configuration for comparison?