Re: Insufficient CPU quota in apache-beam-testing causes test flakes

2019-04-16 Thread Valentyn Tymofieiev
Thanks, Yifan. 1. It appears that there are 32 jenkins-related instances, 16 cores each, which consume over 2/3 of available CPU quota. 2. Among old VMs there are 6 1-core VMs, that look like "gke-io-datastores-*" and "gke-metrics-*". They don't consume much quota, but I am curious why do we have

Re: Insufficient CPU quota in apache-beam-testing causes test flakes

2019-04-16 Thread Yifan Zou
We recently created 16 compute instances for the Jenkins. Each one of them has 16 CPUs, means they consume 256 CPU in total. I guess that is why the CPU usage in us-central1 remains high. We're working on the migrating the rest of old Jenkins agents, and the old instances will be removed once

Insufficient CPU quota in apache-beam-testing causes test flakes

2019-04-16 Thread Valentyn Tymofieiev
FYI, I have recently observed a large amount of test failures in Beam test suites where Dataflow Jobs failed due to a lack of CPU quota in apache-beam-testing project. We have been adding new suites for Python 3.x versions, which may have contributed to this. problem. I have not investigated yet