Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-27Disable alpine official tests build (#24898)Jan Vorlicek
* Disable alpine official tests build * Fix parentheses * Rename PB_EnableTestBuild to PB_DisableTestBuild * Add Create Helix Test Jobs condition for Windows
2017-10-26Fix offical Alpine build - sync arguments (#24884)Jan Vorlicek
* Fix offical Alpine build - sync arguments It turns out that the sync.sh command needs to be passed the -SkipTests option too so that it doesn't try to sync core-setup packages that are used only for running tests. Since there are no core-setup packages for Alpine yet, the sync was failing. I have also noticed that there was a recent change in the sync arguments that I have not discovered after rebase of my changes to master. So I have added the new option there. * Replace SkipTests with BuildTests=false I have realized that the build.sh and sync.sh command should be getting -BuildTests=false instead of the -SkipTests to fix the problem.
2017-10-26Enable official builds for Alpine Linux (#24876)Jan Vorlicek
* Enable official builds for Alpine Linux This change enables official builds for Alpine 3.6. It doesn't enable tests since we don't have a way to create Alpine queue. * Reflect PR feedback
2017-10-25Enable publishing to azure feed (#24784)Karthik Rajasekaran
2017-10-12Update CentOS 6 docker image (#24576)Jan Vorlicek
This update fixes problem with git not supporting https protocol
2017-10-07Update CentOS 6 and 7 docker images (#24463)Jan Vorlicek
The images now contain clang 3.9 with PGO support
2017-09-26Update build to clang/llvm 3.9Mike McLaughlin
Update scripts, docs and build pipeline docker images to clang/llvm/lldb 3.9
2017-09-25Changes to actually propate PB_SignType through the PipeBuild processMatt Galbraith
2017-09-23Revert "Update build to clang/llvm 3.9 (#24177)"Jan Vorlicek
This reverts commit 21e008a3401a4d76ef5123df8f072e9f3c7823bb.
2017-09-22Update build to clang/llvm 3.9 (#24177)Mike McLaughlin
Update scripts, docs and build pipeline docker images to clang/llvm/lldb 3.9
2017-08-26Add /p:PortableBuild=false to sync.sh for RHEL6 (#23565)smile21prc
* Add /p:PortableBuild=false to sync.sh for RHEL6 Add /p:PortableBuild=false to sync.sh for RHEL6 * Add /p:PortableBuild=false to PB_BuildTestsArguments as well Add /p:PortableBuild=false to PB_BuildTestsArguments as well
2017-08-23Remove Windows.10.Amd64.Core from desktop runs as this is uninteresting ↵Matt Galbraith
there and no expected variance from regular windows 10 skus.
2017-08-23Fix pipeline entries which cause 3x extra AOT runsMatt Galbraith
2017-08-21Enable rhel6 in both official builds and CI of corefx master (#23088)smile21prc
* Enable RedHat 6 in master, changes in pipeline.json Enable RedHat 6 in master, changes in pipeline.json * Enable RHEL6 in corefx CI Enable RHEL6 in corefx CI * Pass OS name to scripts * Use OSName to get docker name * Try fixing the error of "Unknown OS name" Try fixing the error of "Unknown OS name" * Change reporting OS of RHEL6 to "RedHat6" Change reporting OS of RHEL6 to "RedHat6" * Update dockertag of Centos6, and add logic to detect rhel6 Update dockertag of Centos6, and add logic to detect rhel6 * Port changes from Release/2.0.0 to fix RHEL 6 official builds Port changes from Release/2.0.0 to fix RHEL 6 official builds * Revert CI changes per Wes's review comment as they are not needed for now Revert CI changes per Wes's review comment as they are not needed for now
2017-08-07Move queues to the PB_TargetQueue parameter replacing ',' for '+'. This ↵Juan Carlos Aguilera Mendez
fixes: https://github.com/dotnet/core-eng/issues/1331
2017-07-26Add quotes for uapaot TargetQueues (#22648)Davis Goodin
2017-07-26After adding Helix Queue for Ubuntu1710 we are enabling BuildTest for this SKU.Juan Carlos Aguilera Mendez
2017-07-25Enable BuildTest in Windows Server CoreJC Aguilera
Enable BuildTest in Windows Server Core
2017-07-25Adding Outerloop based on Santi's commentJC Aguilera
2017-07-25Addressing Santi's commentsJC Aguilera
2017-07-25Remove one more blockJC Aguilera
2017-07-25Using TargetQueues instead of adding a new JSON blockJC Aguilera
2017-07-25Ubuntu16.10 is EOL so remove it form our test queues (#22568)Wes Haggard
* Ubuntu16.10 is EOL so remove it form our test queues * Remove 16.10 from official build definition * Remove 16.10 from build pipeline
2017-07-25Enable BuildTest in Windows Server CoreJC Aguilera
Windows Server Core was just created so now enabling work to be processed in this image
2017-06-23Merge pull request #21385 from joperezr/armRunsJose Perez Rodriguez
Enable uap F5 arm helix runs
2017-06-23Enable uap F5 arm helix runsJose Perez Rodriguez
2017-06-23Add Outerloop tests to daily helix test runs for Uap and UapAot (#21382)Santiago Fernandez Madero
2017-06-22Add OSX 10.13 to the list of test queues for OSXWes Haggard
2017-06-20Adding x86 UWP F5 test runs to HelixJose Perez Rodriguez
2017-06-19Merge pull request #21229 from joperezr/FixPipeBuildsJose Perez Rodriguez
Fixing uap pipeline builds
2017-06-19Fixing uap pipeline buildsJose Perez Rodriguez
2017-06-19Moving UAP test runs to Windows RS3Jose Perez Rodriguez
2017-06-12Enable two new queues (Suse SLES 12) and (Fedora 26) (#20878)smile21prc
Suse SLES 12 and Fedora 26 need to be supported for Core 2.0 as well: https://github.com/dotnet/core-eng/issues/861 They ran well in staging, now enable them in Prod corefx official runs.
2017-05-31Add platform reporting parameter to OSX Debug definitionWes Haggard
2017-05-30Update WOA builds to build and send test jobs to .NET HelixMatt Galbraith
2017-05-30Fix linux official build definitionsWes Haggard
Make linux-crossbuild definition consistent with linux definition and pass in arch and configuration.
2017-05-30Fix quoting around TestProduct optionWes Haggard
2017-05-30Make portable builds the default and remove non-portable official buildsWes Haggard
2017-05-24Remove HelixJob type allowing these to default to test/functional/cli/Matt Galbraith
2017-05-23Add RedHat 7.2 and Debian 9.0 to portable linux test runs. Disable all ↵Matt Galbraith
remaining non-portable core test runs.
2017-05-10Disable RID-specific Helix runs. Will need to coordinate removing the ↵Matt Galbraith
actual build/publish steps with Core-Setup / CLI teams, making sure they move to portable packages
2017-05-05Adding TestILC x86 Helix runsJose Perez Rodriguez
2017-05-03Add repo name explicitly to symbol publish legDavis Goodin
DotNet-CoreFX-Trusted is the same as the default value specified in the build leg's checked-in json, but it seems that setting it manually might be necessary because the symbol leg broke while the package publish leg didn't. The goal of the workaround is to make DotNet-Trusted-Publish-Symbols work at least as well as DotNet-Trusted-Publish.
2017-05-03Remove SUSE 42.1 RID-specific build, update versions to match ↵Matt Galbraith
https://github.com/dotnet/core/blob/master/roadmap.md
2017-04-28Add Nano and Suse 42.2 queuesMatt Galbraith
2017-04-28Turn off X86 Nano build, does not applyMatt Galbraith
2017-04-28Add Windows Nano queue configurationMatt Galbraith
2017-04-27Add Centos 7.1 to Portable Linux runs (#19018)Matt Galbraith
2017-04-25Add symbol publish (index/archive) build legDavis Goodin
Remove unused variable PB_SymbolsBuildIdRoot
2017-04-14Merge pull request #18349 from wtgodbe/updateCrossImageWes Haggard
Update Docker images for crossbuilds