summaryrefslogtreecommitdiff
path: root/netci.groovy
AgeCommit message (Collapse)AuthorFilesLines
2016-04-15Fix a difference in passing the sequential parameter between Bash and BatchSean Gillespie1-1/+1
2016-04-15Update the corefx copy steps to point to the new locationMatt Mitchell1-1/+1
2016-04-13Merge pull request #4320 from mmitche/add-reportingMatt Mitchell1-5/+12
Add reporting functionality to the coreclr netci file
2016-04-13Add reporting functionality to the coreclr netci fileMatt Mitchell1-5/+12
Also eliminate a few jobs that aren't being referenced.
2016-04-13Only archive dylib and .so files from the native coreclr testsMatt Mitchell1-1/+1
Avoids a few hundred extra files
2016-04-11Add longgc to a new assertSean Gillespie1-1/+1
2016-04-11Create Long-running GC test job for the CISean Gillespie1-4/+71
2016-04-08Remove unecessary jobsMatt Mitchell1-13/+18
The jobs that involve multiple build stages (like most things xplat) always use the native bits from the default scenario. Remove builds that are unused
2016-04-07ARM64: Update email notification3 -- testingKyungwoo Lee1-2/+2
2016-04-07Merge pull request #4149 from wtgodbe/triggerPhrasesWilliam Godbe1-0/+2
Add documentation for CI Trigger Phrases
2016-04-07Add documentation for CI Trigger Phraseswtgodbe1-0/+2
2016-04-07ARM64: Update email notification2Kyungwoo Lee1-3/+3
Only for arm64 group (both PR/Push) -- testing.
2016-04-07ARM64: Update email notificationKyungwoo Lee1-2/+4
Only sending email for Windows run when push occurs. Skip sending email for private run (PR).
2016-04-07Merge pull request #4144 from kyulee1/emailKyungwoo Lee1-4/+31
ARM64: Add email notification for failing job
2016-04-07Trigger phrase currently has invalid regexMatt Mitchell1-2/+2
Should be double quoted for string interpolation
2016-04-07ARM64: Add email notification for failing jobKyungwoo Lee1-4/+31
Similar to roslyn job, added an email publisher to the job. Fixed job title to reflect "Test" for Checked/Release case. Refined triggered message to enable individual configuration. So, instead of "test Windows_NT arm64" that runs all configurations, just "test Windows_NT arm64 Checked" for instance.
2016-04-06ARM64: Launch test build and run in parallelKyungwoo Lee1-4/+8
This change allows to buildtest.cmd for arm64 in separate. Currently we build coreclr and tests for arm64 and then run tests in sequence even though we run the pre-built test suite. This change pushes down the test built part into the lab post script that launches buildtests.cmd and arm64postbuild.cmd concurrently. The latter part is mostly waiting for the results from arm64 box. So we can almost hide the test build time which is around 30 min.
2016-04-06Merge pull request #4110 from kyulee1/testupdateKyungwoo Lee1-2/+1
ARM64: Test.lst update with the latest lab run
2016-04-06ARM64: Test.lst update with the latest lab runKyungwoo Lee1-2/+1
Fixes https://github.com/dotnet/coreclr/issues/4028 Enabled a few more PASS tests as well based on the lab results.
2016-04-06Various changes to the CIwtgodbe1-35/+69
2016-04-05Test Results Report to ARM64Kyungwoo Lee1-2/+4
2016-04-01Merge pull request #4004 from sejongoh/use_corefx_outerloop_testSejong Oh1-1/+1
Use corefx outerloop tests
2016-03-31Merge pull request #4035 from kyulee1/commonKyungwoo Lee1-1/+1
Update build script for arm64
2016-03-31Update build script for arm64Kyungwoo Lee1-1/+1
2016-03-31Add arm32 build per pr.jashook1-2/+10
2016-03-30Use cirefx outerloop testsSejong Oh1-1/+1
2016-03-24Merge pull request #3885 from sejongoh/test_env_scriptSejong Oh1-19/+40
Add --test-env option to tests/runtest.sh to set stress mode environm…
2016-03-24Add --test-env option to tests/runtest.sh to set stress mode environment ↵Sejong OH1-19/+40
varibles just before tests run.
2016-03-23Add per-commit runs & PR trigger phrases for Pri1 R2R GCStress 15 test runs ↵wtgodbe1-6/+67
for Windows, OSX, CentOS, and Ubuntu
2016-03-22Switch per-commit CentOS jobs from Checked to Releasewtgodbe1-13/+7
2016-03-18Update label for arm and arm64 cross builds on UbuntuMatt Mitchell1-1/+3
Update the label to the newer image which contains the required rootfs.
2016-03-17Merge pull request #3790 from wtgodbe/timeoutWilliam Godbe1-1/+8
Increase timeouts for R2R jobs to 4 hours. Also enable mistakenly disabled CentOS R2R jobs
2016-03-17Increase timeouts for R2R jobs to 4 hours. Also enable mistakenly disabled ↵wtgodbe1-1/+8
CentOS R2R jobs
2016-03-17Merge pull request #3786 from jashook/arm64_ci_timeoutsJarret Shook1-1/+7
Arm64 Windows timeout increase
2016-03-17Arm64 Windows timeout increasejashook1-1/+7
Currently the arm64 ci is timing out at 2 hours. When this happens the arm64 machines are left in a undefined state. Increasing the timeout to avoid this.
2016-03-16Switch default Windows x64 Release PR test to pri1 in CIwtgodbe1-2/+3
2016-03-15Remove release only check.jashook1-4/+2
Allows debug and checked builds to run tests on arm64 machines.
2016-03-15Fix file-too-long errors caused by adding R2R tests to CIwtgodbe1-6/+6
2016-03-15Enable pri0 crossgen build/tests per-commit, and pri1 by trigger phrasewtgodbe1-19/+129
2016-03-11Fix name on triggerMatt Mitchell1-1/+1
2016-03-11Merge pull request #3197 from mmitche/branchifyMatt Mitchell1-90/+73
[Do Not Merge] Move coreclr to branch model
2016-03-11Merge pull request #3645 from sejongoh/increase_gctest_time_outSejong Oh1-3/+8
Increase timeout and crond schedule for GC stress testing
2016-03-11Move coreclr to branched CI modelMatt Mitchell1-90/+73
This moves coreclr to the branch-based CI model. In this model, instead of having the CI generate jobs out of dotnet/coreclr's master branch for all branches (using all sorts of odd naming suffixes of course), the master CI lists tell the CI which branches it should look at for CI config info. It passes the branch name to the netci file, which then can use it to tell the SCM to pull code from specific branches or set branch specific PR triggers.
2016-03-10a This is a combination of 2 commits.Sejong Oh1-3/+8
Increase timeout and crond schedule for GC stress testing
2016-03-10Fix shell command to execute init-tool.sh on CISejong Oh1-1/+1
2016-03-09Merge pull request #3599 from ramarag/arm64nativetestsRama krishnan Raghupathy1-1/+1
Enable native test binaries to be built for Arm64
2016-03-09Enable native test binaries to be built for Arm64Rama Krishnan Raghupathy1-1/+1
2016-03-09Add folks to private runKyungwoo Lee1-1/+1
2016-03-08Fix GC stress setup failure on Unix-like OSesSejong Oh1-6/+38
2016-03-07Merge pull request #2878 from jashook/x86_exclude_updateJarret Shook1-3/+6
Update x86 lb excludes and turn on ci testing for x86 lb.