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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-12Add common "test" target for precompiling test assemblies (#11622)Alexander Köplinger
So we can precompile all tests across the repo using a simple "make test" in the root.
2018-04-26[ci] Check CI_TAGS instead of ghprbPullIdAlexander Köplinger
2018-01-24[ci] Align acceptance tests timeoutsMarek Safar
2018-01-05[ci] Bump timeout in acceptance-testsAlexander Köplinger
2017-11-27[acceptance-tests] Run shorter version of GCStress on PRs and update targets ↵Alexander Köplinger
(#6106) In 22f0977132c09c17bfc88c6e64b27c9eb1c91c50 it was disabled but we can actually just run a shorter version in PRs. Also reenable the precompilation target for the managed CoreCLR tests.
2017-11-27[ci] Update acceptance-testsMarek Safar
2017-06-13[ci] Get rid of remaining usages of WORKSPACE env varAlexander Köplinger
Most of it was already removed in ea519ada8c38cae67f56e27ca70d32923ce9f23a
2016-12-08[ci] Simplify run-jenkins.sh script variables (#4111)Alexander Köplinger
Get rid of WORKSPACE which is set by Jenkins, this allows one to more easily run the run-jenkins.sh script locally e.g. on cygwin. The only thing that needs to be passed in is CI_TAGS and label.
2016-07-26[ci] Don't cd in run-test-acceptance-tests.shAlexander Köplinger
The other scripts like TESTCMD rely on paths being based off of the repo root.
2016-07-25[ci] Move acceptance-tests script from Jenkins into the repoAlexander Köplinger
Yay, less state on Jenkins!