Skip to content

Commit 9f8b2b0

Browse files
authored
Merge pull request #1030 from tesonep/p10-run-tests-in-p130-image
Updating the test image to be P130
2 parents 08ae114 + 9923c09 commit 9f8b2b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ def runTests(platform, configuration, packages, withWorker, additionalParameters
246246
shell "mkdir runTests"
247247
dir("runTests"){
248248
try{
249-
shell "wget -O - get.pharo.org/64/120 | bash "
250-
shell "echo 120 > pharo.version"
249+
shell "wget -O - get.pharo.org/64/130 | bash "
250+
shell "echo 130 > pharo.version"
251251

252252
if(isWindows()){
253253
runInCygwin "cd runTests && unzip ../build/build/packages/PharoVM-*-${platform}-bin.zip -d ."

0 commit comments

Comments
 (0)