Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In line with previous changes to disable building some of these tests, disable one that is consistently failing to compile with AT2. I did some diagnosis on this, since it was apparently succeeding to build with the AT1 configuration/machine, and I didn't want to disable it if necessary. The load numbers on the AT2 machine show the CPU spiking to over 100%, but only for 1-2 minutes. When I checked one of the AT1 machines, I saw the same spike, but only to about 60%. This makes sense, since the parallelism for these machines is higher, given that they have more CPUs. I think the trade-off of disabling this test vs. slowing down the build of all other tests is justified (though unfortunate). We shall see what this does to the load numbers. Some sort of randomized compile order could also help avoid this type of issue happening repeatedly in the future. Signed-off-by: Samuel E. Browne <[email protected]>
- Loading branch information