aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
Commit message (Collapse)AuthorAgeFilesLines
* .drone.yml: Reorder testGuillaume Martres2017-04-121-2/+2
| | | | | | Since the tests will be run in FIFO order, we can minimize the number of intensive tests running concurrently by putting the intensive tests at the end of the list.
* Rename filter shorthand to vulpix and update `drone.yml`Felix Mulder2017-04-121-6/+4
|
* Rename test suite to "vulpix"Felix Mulder2017-04-121-4/+4
|
* Fix #2203: Explain how to re-sign .drone.ymlOlivier Blanvillain2017-04-111-0/+6
|
* Revert CI memory changesFelix Mulder2017-03-291-1/+1
| | | | | It is necessary to do this in a new commit because of having to make sure that the signed drone file is current
* Add test filtering via `filterTest <regex>`Felix Mulder2017-03-291-7/+7
|
* Restore partest and enable it to run alongside new partestFelix Mulder2017-03-291-0/+4
|
* Kill partestFelix Mulder2017-03-291-2/+0
|
* disable auto-debug test (#1980)liu fengyun2017-02-141-1/+0
| | | | The non-determinism is anonying, disable for now until we have a better solution.
* add debug test to droneliu fengyun2017-02-101-0/+1
|
* Create symbolic link to .ivy2 instead of using sbt argumentOlivier Blanvillain2017-02-101-1/+2
|
* Fix dotr/dotc scriptsOlivier Blanvillain2017-02-071-1/+1
|
* Change integrations to only fire on changed build statusFelix Mulder2017-02-021-0/+7
|
* Update plugin using fixed secretFelix Mulder2017-02-021-1/+0
|
* Fix slack integration and allow empty to gh-pagesFelix Mulder2017-02-021-0/+1
|
* Add script to update orphan gh-pages branchFelix Mulder2017-02-021-0/+17
|
* Add meta project dotty-bootstrappedGuillaume Martres2017-01-281-1/+1
| | | | | | This way you can run both the dotty-library-bootstrapped and dotty-compiler-bootstrapped tests with one command: sbt ;publishLocal;dotty-bootstrapped/test
* .drone.yml: Give more resources to the JVM used by sbtGuillaume Martres2017-01-281-1/+1
| | | | | | | | | | | | sbt runs up to `Runtime.getRuntime.availableProcessors` tasks in parallel, on our CI that means 40 tasks, compilation tasks are the one with the biggest footprint and the introduction of `dotty-library-bootstrapped` and `dotty-compiler-bootstrapped` in this PR means that sbt can now run more compilation tasks in parallel. To prevent the JVM from exploding, we increase: - The max heap size, from 1G to 4G - The max code cache size, from 240M to 512M - The max metaspace size, from 256M to 1G
* Enable sbt-based bootstrap in the CIGuillaume Martres2017-01-271-0/+1
|
* Reuse old script for updating scala-scalaFelix Mulder2016-12-191-1/+1
|
* Add git pull scala-scala to list of test commandsFelix Mulder2016-12-191-1/+2
|
* Update docker image's scala-scala cloneFelix Mulder2016-12-191-1/+1
|
* Change docker image to use lampepfl oneFelix Mulder2016-11-231-1/+1
|
* make drone use img with openjdk8 and javadocFelix Mulder2016-11-221-2/+2
|
* Propagate memory setting to testsFelix Mulder2016-11-221-1/+1
|
* increase threads to 2 in reduced threads casesFelix Mulder2016-11-221-0/+1
|
* Add drone integrationFelix Mulder2016-11-221-0/+12