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-03-31Add CROSS check for testing (#17709)Matt Mitchell
2017-03-30Add daily test run for netfx (#17435)Santiago Fernandez Madero
* Add new job in netci.groovy
2017-03-30Fix test by fixing Fedora version checks (#17654)Dan Moseley
* Fix test by adding F25 * remove comment * Centralize check * Simplify check * extra line * Stop fedora 23- EOL * update readme to remove 23 * Remove Fedora23 checks from tests * Remove fedora 23 from pipeline * Tighten condition to match before * Turns out Fedora does produce [3]
2017-03-28Enable PortableRID packagingGaurav Khanna
2017-03-28[Linux/x86] Fix CI build errorHyeongseok Oh
Fix typo: wrong file name
2017-03-28Merge pull request #17541 from hseok-oh/ci/arm_defaultEric Mellino
[ARM/CI] Set default CI job and change docker image
2017-03-27Merge pull request #17182 from hseok-oh/ci/linux_x86_buildEric Mellino
[Linux/x86] Enable CI Linux/x86 build
2017-03-27[ARM/CI] Set default CI job and change docker imageHyeongseok Oh
- Set default CI job: dotnet/core-setup#790 - Chnage docker image newer
2017-03-17[Linux/x86] Enable CI Linux/x86 buildHyeongseok Oh
Make new job: Linux/x86 build (debug/release) - Triggered daily - Docker for crossbuild - Use pre-generated rootfs
2017-03-11Merge remote-tracking branch 'dotnet/master' into master_to_applecryptoJeremy Barton
Conflicts: netci.groovy src/System.Net.Security/src/System/Net/Security/SecureChannel.cs src/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Pal.Unix/OpenSslX509Encoder.cs src/System.Security.Cryptography.X509Certificates/src/Resources/Strings.resx src/System.Security.Cryptography.X509Certificates/tests/Cert.cs src/System.Security.Cryptography.X509Certificates/tests/CollectionImportTests.cs src/System.Security.Cryptography.X509Certificates/tests/CollectionTests.cs src/System.Security.Cryptography.X509Certificates/tests/PfxTests.cs src/System.Security.Cryptography.X509Certificates/tests/X509StoreTests.cs
2017-03-09Include the ArchGroup in CI job names on Jenkins.Eric Mellino
* This will help distinguish which architecture each CI job is configured to build for.
2017-03-08Adding netfx vertical build with tests (#16837)Santiago Fernandez Madero
* Update netci.groovy to build-tests for all target groups
2017-03-01Explicitly use OSX 10.12 instead of 10.11 (#16562)Matt Mitchell
2017-02-25[ARM/CI] Use correct Ubuntu name for armHyung-Kyu Choi
Let's use "Ubuntu14.04" instead of "Ubuntu" for arm, because "Ubuntu14.04" is defined and is being used for other architectures. Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
2017-02-24Enable manual CI triggering for arm and armel (#16378)Hyung-Kyu Choi
1. Enable following manual CI triggering for arm and armel. Innerloop Ubuntu arm Release Cross Build Innerloop Ubuntu arm Debug Cross Build Innerloop Ubuntu16.04 arm Release Cross Build Innerloop Ubuntu16.04 arm Debug Cross Build Innerloop Tizen armel Release Cross Build Innerloop Tizen armel Debug Cross Build Which replaces following old style commands. innerloop linuxarmemulator HardFP Release innerloop linuxarmemulator HardFP Debug innerloop linuxarmemulator SoftFP Release innerloop linuxarmemulator SoftFP Debug 2. Prepare bin/build.tar.gz correctly to run unit tests in coreclr CI for arm and armel. Before netci.groovy made old-fashioned build.tar.gz. 3. Add some options to arm32 CI script. 4. Rename scripts/arm32_ci_script.sh to cross/arm32_ci_script.sh Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
2017-02-18Add /usr/local/bin to PATH (#16280)Matt Mitchell
Add /usr/local/bin to PATH Add the /usr/local/bin to the PATH so as to ensure cmake is on the PATH in sudo run outerloop tests
2017-02-17Enable Dumpling for Unix CI tests (#16246)Eric Mellino
* Pass a simple flag "IsCIBuild" in netci.groovy * In dir.props, define a common set of properties that are contingent on "IsCIBuild", so they don't need to be duplicated everywhere in netci.groovy. * Set EnableDumpling=true for Unix builds (Windows support forthcoming).
2017-02-14Add a CI leg that runs an AllConfigurations buildEric St. John
2017-02-11Merge commit '5091856f5ec900505026f8296e8b2fd5f958796b' into dev/apple_cryptoJeremy Barton
Conflicts: src/System.Security.Cryptography.Encoding/src/Configurations.props src/System.Security.Cryptography.Encoding/src/System.Security.Cryptography.Encoding.csproj
2017-02-04Adding uap and uapaot vertical buildsJose Perez Rodriguez
2017-02-01Enable PortableLinux for OuterloopGaurav Khanna
2017-01-29Augment the build command for portableLinux buildGaurav Khanna (CLR)
2017-01-29Add PortableLinux build to CIGaurav Khanna (CLR)
2017-01-24Fix netci.groovy tar invocationMatt Ellis
String interpolation doesn't happen inside single quoted strings. Fixes #15420
2017-01-23Change tar path for Ubuntu RunsDrew Scoggins
In the recent dev/eng work we changed around the layout of the binaries that we dropped. But we also produce the new runtime folder which has all of the dependencies in one place. For Ubuntu performance runs on coreclr we have used the uploaded zip file as our CoreFX. This change simply removes all of the folders that were previously packaged and now just includes the content of the runtime folder.
2017-01-19Merge pull request #15265 from bartonjs/merge_neweng_masterJeremy Barton
Merge dotnet/master to dotnet/dev/apple_crypto
2017-01-18Copy netci.groovy from dotnet/masterJeremy Barton
netci.groovy as of a84543b21a1b0a98711c28315b58d29e2bae8f2b
2017-01-18Merge remote-tracking branch 'dotnet/master' into merge_neweng_masterJeremy Barton
Conflicts: src/Common/tests/System/Security/Cryptography/AlgorithmImplementations/DSA/DSASignVerify.cs src/System.Security.Cryptography.Algorithms/src/Resources/Strings.resx src/System.Security.Cryptography.Encoding/src/System.Security.Cryptography.Encoding.builds src/System.Security.Cryptography.Encoding/src/project.json
2017-01-17Merge pull request #15174 from joperezr/CodeCoverageJose Perez Rodriguez
Fixing documentation for code coverage
2017-01-14Adding Test analysis step back to CI runsJose Perez Rodriguez
2017-01-14Fixing documentation for code coverageJose Perez Rodriguez
2017-01-13Updating CI definition so that the RI PR has the right validation (#15164)Jose Perez Rodriguez
2017-01-05rename -arm-softfp to -armel for arm32 CIchunseoklee
Signed-off-by: chunseoklee <chunseok.lee@samsung.com>
2016-12-16Pass TestNugetRuntimeId to OSX Outerloop runssepidehMS
2016-12-08Remove non-functional arm64 automationMatt Mitchell
2016-12-08Remove arm64_corefx testingMatt Mitchell
The old automation for arm64 isn't available. Remove until we get a replacement
2016-11-16Use setMachineAffinity instead of legacy labelsMatt Mitchell
2016-11-15Adding x86 CI build and test run.Jose Perez Rodriguez
2016-11-12WIPMatt Mitchell
2016-11-12Use setMachineAffinity instead of explicit labelsMatt Mitchell
2016-11-11[ARM/CI] Enable arm prtests which can be run manually.Hanjoung Lee
2016-11-09Re-enable CentOS legs for PRsStephen Toub
2016-11-08Disable Linux ARM Emulator builds in PRsStephen Toub
Failing PRs consistently due to https://github.com/dotnet/corefx/issues/13394
2016-11-06Temporarily disabling CentOS7.1 PR legsStephen Toub
Due to https://github.com/dotnet/corefx/issues/13395, all CentOS legs are failing in PRs.
2016-11-02Add netci.groovy configurations for Fedora 24Eric Mellino
2016-10-19[ARM/CI] Add arm-hardfp build to CIHanjoung Lee
Now we have both hardfp and softfp build for ARM. Related Issue : #12545
2016-10-12[Arm/CI] Add hardfp build to arm32_ci_script.shHanjoung Lee
Now hardfp is default. For softfp, `--softfp` must be given as an argument. Related Issue : #12545
2016-09-15Add runs for Ubuntu 16.10 and openSUSE 42.1 to CI.Eric Mellino
2016-09-13Merge remote-tracking branch 'mainrepo/dev/api' into MergeDevApiJose Perez Rodriguez
2016-09-11Enable Windows 10 outerloop testing in PRsStephen Toub
It looks like this was disabled in https://github.com/dotnet/corefx/pull/10178, citing https://github.com/dotnet/corefx/issues/10177 to bring it back. That issues is now closed as fixed, so hopefully this works now.