From 14104f4952cf3f71323d8c56de2cbfd1e49d23ce Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Wed, 4 Apr 2018 11:19:30 +0200 Subject: [PATCH] Revert "Temporarily disable projects depending on Vibe.d due to #190" --- vars/runPipeline.groovy | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/vars/runPipeline.groovy b/vars/runPipeline.groovy index 6eaf1eb1..37d3774a 100644 --- a/vars/runPipeline.groovy +++ b/vars/runPipeline.groovy @@ -429,7 +429,6 @@ def call() { timeout(time: 1, unit: 'HOURS') { retryOnPreemption({ buildDlang(); }); - // some projects are disabled due to https://github.com/dlang/ci/issues/190 def dub_projects = [ // run in under 10s, sorted alphabetically "Abscissa/libInputVisitor", @@ -437,7 +436,7 @@ def call() { timeout(time: 1, unit: 'HOURS') { "DerelictOrg/DerelictGL3", "DerelictOrg/DerelictGLFW3", "DerelictOrg/DerelictSDL2", - //"dlang-bots/dlang-bot", + "dlang-bots/dlang-bot", "kaleidicassociates/excel-d", "DlangScience/scid", "Netflix/vectorflow", @@ -458,7 +457,7 @@ def call() { timeout(time: 1, unit: 'HOURS') { // sorted by test time fast to slow (to minimize pending queue length) "dlang-community/dfmt", // 11s "BBasile/iz", // 12s - //"dlang-community/libdparse", // 13s + "dlang-community/libdparse", // 13s "libmir/mir-random", // 13s "dlang-community/D-YAML", // 15s "libmir/mir-algorithm", // 17s @@ -467,9 +466,9 @@ def call() { timeout(time: 1, unit: 'HOURS') { "d-gamedev-team/gfm", // 28s "atilaneves/unit-threaded", //36s "dlang/tools", // 40s - //"rejectedsoftware/diet-ng", // 56s + "rejectedsoftware/diet-ng", // 56s "d-widget-toolkit/dwt", // 1m16s - //"dlang-tour/core", // 1m17s + "dlang-tour/core", // 1m17s "dlang-community/D-Scanner", // 1m40s "eBay/tsv-utils-dlang", // 1m41s // temporarily disabled - see https://github.com/BlackEdder/ggplotd/pull/45 @@ -477,13 +476,13 @@ def call() { timeout(time: 1, unit: 'HOURS') { "higgsjs/Higgs", // 3m10s "dlang/dub", // 3m55s "sociomantic-tsunami/ocean", // 4m49s - //"vibe-d/vibe.d+libasync-base", // 3m45s - //"vibe-d/vibe.d+vibe-core-base", // 4m31s - //"vibe-d/vibe.d+libevent-base", // 4m20s - //"vibe-d/vibe.d+vibe-core-tests", // 6m44s - //"vibe-d/vibe.d+libevent-tests", // 8m35s - //"vibe-d/vibe.d+vibe-core-examples", // 9m51s - //"vibe-d/vibe.d+libevent-examples", // 12m1s + "vibe-d/vibe.d+libasync-base", // 3m45s + "vibe-d/vibe.d+vibe-core-base", // 4m31s + "vibe-d/vibe.d+libevent-base", // 4m20s + "vibe-d/vibe.d+vibe-core-tests", // 6m44s + "vibe-d/vibe.d+libevent-tests", // 8m35s + "vibe-d/vibe.d+vibe-core-examples", // 9m51s + "vibe-d/vibe.d+libevent-examples", // 12m1s ] stage ('Test Projects') {