@@ -3,37 +3,37 @@ pipeline:
33 # We run tests in parallel. Tests run in a copy of the working directory to avoid conflict
44 test_legacy :
55 group : test
6- image : lampepfl/dotty:2017-09-08
6+ image : lampepfl/dotty:2017-09-27
77 commands :
88 - cp -R . /tmp/0/ && cd /tmp/0/
99 - ./project/scripts/sbt legacyTests
1010
1111 test :
1212 group : test
13- image : lampepfl/dotty:2017-09-08
13+ image : lampepfl/dotty:2017-09-27
1414 commands :
1515 - cp -R . /tmp/1/ && cd /tmp/1/
1616 - ./project/scripts/sbt test
1717 - ./project/scripts/sbt ";dotty-bench/jmh:run 1 1 tests/run/arrays.scala"
1818
1919 test_bootstrapped :
2020 group : test
21- image : lampepfl/dotty:2017-09-08
21+ image : lampepfl/dotty:2017-09-27
2222 commands :
2323 - cp -R . /tmp/2/ && cd /tmp/2/
2424 - ./project/scripts/sbt dotty-bootstrapped/test
2525 - ./project/scripts/sbt ";dotty-bench-bootstrapped/jmh:run 1 1 tests/run/arrays.scala"
2626
2727 test_optimised :
2828 group : test
29- image : lampepfl/dotty:2017-09-08
29+ image : lampepfl/dotty:2017-09-27
3030 commands :
3131 - cp -R . /tmp/3/ && cd /tmp/3/
3232 - ./project/scripts/sbt dotty-optimised/test
3333
3434 test_sbt :
3535 group : test
36- image : lampepfl/dotty:2017-09-08
36+ image : lampepfl/dotty:2017-09-27
3737 commands :
3838 - cp -R . /tmp/4/ && cd /tmp/4/
3939 - ./project/scripts/sbt sbt-dotty/scripted
@@ -43,7 +43,7 @@ pipeline:
4343
4444 # DOCUMENTATION:
4545 documentation :
46- image : lampepfl/dotty:2017-09-08
46+ image : lampepfl/dotty:2017-09-27
4747 commands :
4848 - ./project/scripts/genDocs
4949 secrets : [ bot_pass ]
@@ -53,7 +53,7 @@ pipeline:
5353 # PUBLISHING:
5454 # Publishing expect NIGHTLYBUILD or RELEASEBUILD to be set. See dottyVersion in Build.scala
5555 publish_nightly :
56- image : lampepfl/dotty:2017-09-08
56+ image : lampepfl/dotty:2017-09-27
5757 environment :
5858 - NIGHTLYBUILD=yes
5959 commands :
@@ -66,7 +66,7 @@ pipeline:
6666 environment : nightly
6767
6868 publish_release :
69- image : lampepfl/dotty:2017-09-08
69+ image : lampepfl/dotty:2017-09-27
7070 environment :
7171 - RELEASEBUILD=yes
7272 commands :
@@ -79,7 +79,7 @@ pipeline:
7979 environment : release
8080
8181 publish_sbt_release :
82- image : lampepfl/dotty:2017-09-08
82+ image : lampepfl/dotty:2017-09-27
8383 environment :
8484 - RELEASEBUILD=yes
8585 commands :
0 commit comments