From 4950e923543fb6b6b85a3d8b309a89cffee666fc Mon Sep 17 00:00:00 2001 From: Mihails Strasuns Date: Fri, 5 Jan 2018 15:15:28 +0200 Subject: [PATCH 1/2] Test ocean v4.0.0-alpha.4 Contains fix for the bug which will be detected by https://github.com/dlang/dmd/pull/7553 --- vars/runPipeline.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/runPipeline.groovy b/vars/runPipeline.groovy index 8a2d4764..a6ce6735 100644 --- a/vars/runPipeline.groovy +++ b/vars/runPipeline.groovy @@ -163,7 +163,7 @@ def testDownstreamProject (name) { if (repo == 'rejectedsoftware/vibe.d') { clone("https://github.com/${repo}.git", 'v0.8.3-alpha.1') } else if (repo == "sociomantic-tsunami/ocean") { - clone("https://github.com/${repo}.git", 'v4.0.0-alpha.2') + clone("https://github.com/${repo}.git", 'v4.0.0-alpha.4') } else { cloneLatestTag("https://github.com/${repo}.git") } From 7de0fcf2f245bce736dc99f99e51c0bfb14035fb Mon Sep 17 00:00:00 2001 From: Mihails Strasuns Date: Fri, 5 Jan 2018 15:17:11 +0200 Subject: [PATCH 2/2] Remove workaround for flakey ocean test It is supposed to be fixed in alpha.4 thus disabling it should not be necessary. --- vars/runPipeline.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/vars/runPipeline.groovy b/vars/runPipeline.groovy index a6ce6735..de8f8196 100644 --- a/vars/runPipeline.groovy +++ b/vars/runPipeline.groovy @@ -222,7 +222,6 @@ def testDownstreamProject (name) { case 'sociomantic-tsunami/ocean': sh ''' - echo '\nTEST_FILTER_OUT += $C/test/sysstats/main.d' >> Build.mak git submodule update --init make d2conv V=1 make test V=1 DVER=2 F=production ALLOW_DEPRECATIONS=1