aboutsummaryrefslogtreecommitdiff
path: root/scripts/jobs
Commit message (Collapse)AuthorAgeFilesLines
* Disable old CI scriptsFelix Mulder2016-12-193-0/+9
|
* Partest dotty non-bootstrapped.Dmitry Petrashko2016-01-132-1/+12
| | | | | | Needs to go in before https://github.com/scala/scala-jenkins-infra/pull/152 is deployed
* Partest also needs to close scala repo.Dmitry Petrashko2015-11-021-1/+2
|
* Use absolute dates in Jenkins git-log.Dmitry Petrashko2015-11-022-2/+2
|
* Ouch... remove comment that broke compilation.Dmitry Petrashko2015-11-022-1/+4
|
* Use custom repo to download fork of scale-library.Dmitry Petrashko2015-11-021-1/+1
|
* Enable running pos tests in partestDmitry Petrashko2015-10-231-1/+1
| | | | | As junit tests are run with dotty-compiled-by-scalac, it makes sense to execute run tests with dotty-compiled-by-dotty.
* Show be more verbose when running partest on JenkinsDmitry Petrashko2015-05-271-1/+1
| | | | Enables printing of diffs after test failure and a more summary in the end of test suite. Diffs do not work yet #609
* Do not run pos tests on partest.Dmitry Petrashko2015-05-221-1/+1
| | | | No need to run them twice.
* Clone scala/scala to ./scala-scala instead of ./scalaDmitry Petrashko2015-05-211-1/+1
| | | | Otherwise Intellij stops running JUnit tests correctly. No idea why.
* Add -e to bash options in scripts.Dmitry Petrashko2015-05-203-0/+6
| | | | See discussion in #591
* Run builds in parallel on the same machine.Dmitry Petrashko2015-05-203-3/+3
| | | | Allows sbts not to lock on the same ivy cache.
* Integrating with scala-infra for CI.Dmitry Petrashko2015-05-203-0/+18
See https://github.com/scala/scala-jenkins-infra/pull/56