This repository was archived by the owner on Oct 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ) {
You can’t perform that action at this time.
0 commit comments