From 4af628506616644d334f7fefbb9a49fb0d9de3c5 Mon Sep 17 00:00:00 2001 From: Alexey Rybalchenko Date: Mon, 30 Jul 2018 18:24:36 +0200 Subject: [PATCH] Update build machines --- Jenkinsfile | 5 ++--- Jenkinsfile.nightly | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f0c1708..b4d04e1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,9 +37,8 @@ pipeline{ steps{ script { parallel(buildMatrix([ - [os: 'Debian8', arch: 'x86_64', compiler: 'gcc4.9', fairsoft: 'oct17'], - [os: 'MacOS10.11', arch: 'x86_64', compiler: 'AppleLLVM8.0.0', fairsoft: 'oct17'], - [os: 'MacOS10.13', arch: 'x86_64', compiler: 'AppleLLVM9.0.0', fairsoft: 'oct17'], + [os: 'Debian8', arch: 'x86_64', compiler: 'gcc4.9', fairsoft: 'may18'], + [os: 'MacOS10.13', arch: 'x86_64', compiler: 'AppleLLVM9.0.0', fairsoft: 'may18'], ]) { spec, label -> sh '''\ echo "export BUILDDIR=$PWD/build" >> Dart.cfg diff --git a/Jenkinsfile.nightly b/Jenkinsfile.nightly index a9c9d01..12008d7 100644 --- a/Jenkinsfile.nightly +++ b/Jenkinsfile.nightly @@ -35,9 +35,9 @@ pipeline{ steps{ script { parallel(buildMatrix([ - [os: 'Debian8', arch: 'x86_64', compiler: 'gcc4.9', fairsoft: 'apr18'], - [os: 'MacOS10.11', arch: 'x86_64', compiler: 'AppleLLVM8.0.0', fairsoft: 'apr18'], - [os: 'MacOS10.13', arch: 'x86_64', compiler: 'AppleLLVM9.0.0', fairsoft: 'apr18'], + [os: 'Debian8', arch: 'x86_64', compiler: 'gcc4.9', fairsoft: 'may18'], + [os: 'MacOS10.11', arch: 'x86_64', compiler: 'AppleLLVM8.0.0', fairsoft: 'may18'], + [os: 'MacOS10.13', arch: 'x86_64', compiler: 'AppleLLVM9.0.0', fairsoft: 'may18'], ]) { spec, label -> sh '''\ echo "export BUILDDIR=$PWD/build" >> Dart.cfg