From 40869ed01edd974709ea593618c12464b2505109 Mon Sep 17 00:00:00 2001 From: Alexey Rybalchenko Date: Thu, 17 May 2018 16:28:31 +0200 Subject: [PATCH] Modify target CI environment --- Jenkinsfile | 6 +++--- Jenkinsfile.nightly | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 66b74272..58b509dd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,9 +37,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 diff --git a/Jenkinsfile.nightly b/Jenkinsfile.nightly index a9c9d017..12008d7a 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