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

Commit 787263a

Browse files
authored
Merge pull request #40782 from thaJeztah/19.03_backport_switch_to_s390x_ubuntu_1804
[19.03 backport] Switch to s390x Ubuntu 18.04 Upstream-commit: 367700355424218d89d64974a332179896733826 Component: engine
2 parents c89bea6 + cdcca89 commit 787263a

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)