dotnet-ci
dotnet-ci copied to clipboard
Repository containing scripting for the dotnet-ci Jenkins instance.
MIEngine has been moved to Azure-Pipelines. See https://github.com/Microsoft/MIEngine/pull/843
We get a lot of Jenkins failures like https://ci3.dot.net/job/aspnet_IISIntegration/job/master/job/windows-Configuration_Release_prtest/75/console in https://github.com/aspnet/IISIntegration repo. I suspect that it's caused by hanging w3wp or iisexpress processes that are not killed by default targets....
We are currently using the latest-vs15-5 image, but in order to build .NET Core 2.1 apps, we need to have VS 15.7. We build with msbuild due to some projects...
When the job hangs, it times out and nothing gets archived. This is not optimal, since the hang might have been caused by the system under test in which case...
Every once in a while we get an issue that similar to a repository that's not English, it would be helpful if dotnet bot had a command to translate.
``` Caused by: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: file:/E:/dbg/netci/r14/release-1.4/combinednetci.groovy: 478: Apparent variable 'GenerationSettings' was found in a static scope but doesn't refer to a local variable, static field or class. Possible causes:...
Occasionally even if the BFA detects an error properly, the error string (like compile error) is not indicated even though the replacement (${1,1} for instance) is valid. I am suspicious...
Ported from https://github.com/dotnet/roslyn/issues/6337 We have a few PRs on `dotnet/roslyn` that have been around long enough that the Jenkins results have been dropped. Is the dropping of build/test results intentional?...
Right now it's possible that the checked out hash is different for different sub-jobs of a flow job. There are a few reasons: 1) GitHub push events contain no info...
We should create an automated process for new CI instances. Here are the general steps. Some of this is already available: 1. Create a new VM in Azure with correct...