Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit cdcca89

Browse files
StefanSchererthaJeztah
authored andcommitted
Switch to s390x Ubuntu 18.04
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com> (cherry picked from commit c239bbbcb20acc0e85dc075c375d8ef9b489755a) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 4581499848e975546b835d3630bae69f9e511864 Component: engine
1 parent 565e5c5 commit cdcca89

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

components/engine/Jenkinsfile

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ pipeline {
265265
sh '''
266266
# todo: include ip_vs in base image
267267
sudo modprobe ip_vs
268-
268+
269269
docker build --force-rm --build-arg APT_MIRROR -t docker:${GIT_COMMIT} .
270270
'''
271271
}
@@ -275,7 +275,7 @@ pipeline {
275275
sh '''#!/bin/bash
276276
# bash is needed so 'jobs -p' works properly
277277
# it also accepts setting inline envvars for functions without explicitly exporting
278-
278+
279279
run_tests() {
280280
[ -n "$TESTDEBUG" ] && rm= || rm=--rm;
281281
docker run $rm -t --privileged \
@@ -375,9 +375,7 @@ pipeline {
375375
beforeAgent true
376376
expression { params.s390x }
377377
}
378-
agent { label 's390x-ubuntu-1604' }
379-
// s390x machines run on Docker 18.06, and buildkit has some bugs on that version
380-
environment { DOCKER_BUILDKIT = '0' }
378+
agent { label 's390x-ubuntu-1804' }
381379

382380
stages {
383381
stage("Print info") {
@@ -483,9 +481,7 @@ pipeline {
483481
not { changeRequest() }
484482
expression { params.s390x }
485483
}
486-
agent { label 's390x-ubuntu-1604' }
487-
// s390x machines run on Docker 18.06, and buildkit has some bugs on that version
488-
environment { DOCKER_BUILDKIT = '0' }
484+
agent { label 's390x-ubuntu-1804' }
489485

490486
stages {
491487
stage("Print info") {

0 commit comments

Comments
 (0)