Skip to content
StepArgumentsStatus
Start of Pipeline - (15 min in block)
withEnv - (15 min in block)DOCKER_EXPERIMENTAL, TESTDEBUG, APT_MIRROR, DOCKER_BUILDKIT, DOCKER_GRAPHDRIVER, CHECK_CONFIG_COMMIT, TIMEOUT
withEnv block - (15 min in block)
timeout - (15 min in block)
timeout block - (15 min in block)
timestamps - (15 min in block)
timestamps block - (15 min in block)
stage - (0.35 sec in block)pr-hack
stage block (pr-hack) - (0.33 sec in block)
script - (0.28 sec in block)
script block - (0.27 sec in block)
echo - (2 ms in self)Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
milestone - (0.13 sec in self)14
milestone - (0.13 sec in self)15
stage - (17 sec in block)DCO-check
stage block (DCO-check) - (17 sec in block)
node - (17 sec in block)arm64 && ubuntu-2004
node block - (17 sec in block)
checkout - (13 sec in self)
withEnv - (3.8 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (3.8 sec in block)
sh - (3.8 sec in self) docker run --rm -v "$WORKSPACE:/workspace" -e VALIDATE_REPO=${GIT_URL} -e VALIDATE_BRANCH=${CHANGE_TARGET} alpine sh -c 'apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco'
stage - (15 min in block)Build
stage block (Build) - (15 min in block)
parallel - (15 min in block)
parallel block (Branch: s390x) - (7 ms in block)
stage - (0.29 sec in block)s390x
stage block (s390x) - (0.28 sec in block)
stage - (67 ms in block)Print info
stage block (Print info) - (12 ms in block)
stage - (54 ms in block)Build dev image
stage block (Build dev image) - (15 ms in block)
stage - (60 ms in block)Unit tests
stage block (Unit tests) - (11 ms in block)
stage - (28 ms in block)Integration tests
stage block (Integration tests) - (21 ms in block)
parallel block (Branch: s390x integration-cli) - (8 ms in block)
stage - (0.25 sec in block)s390x integration-cli
stage block (s390x integration-cli) - (0.23 sec in block)
stage - (67 ms in block)Print info
stage block (Print info) - (10 ms in block)
stage - (55 ms in block)Build dev image
stage block (Build dev image) - (15 ms in block)
stage - (28 ms in block)Integration-cli tests
stage block (Integration-cli tests) - (10 ms in block)
parallel block (Branch: ppc64le) - (10 ms in block)
stage - (0.3 sec in block)ppc64le
stage block (ppc64le) - (0.28 sec in block)
stage - (67 ms in block)Print info
stage block (Print info) - (9 ms in block)
stage - (55 ms in block)Build dev image
stage block (Build dev image) - (13 ms in block)
stage - (58 ms in block)Unit tests
stage block (Unit tests) - (10 ms in block)
stage - (33 ms in block)Integration tests
stage block (Integration tests) - (20 ms in block)
parallel block (Branch: ppc64le integration-cli) - (11 ms in block)
stage - (0.25 sec in block)ppc64le integration-cli
stage block (ppc64le integration-cli) - (0.23 sec in block)
stage - (67 ms in block)Print info
stage block (Print info) - (9 ms in block)
stage - (55 ms in block)Build dev image
stage block (Build dev image) - (13 ms in block)
stage - (40 ms in block)Integration-cli tests
stage block (Integration-cli tests) - (9 ms in block)
parallel block (Branch: arm64) - (15 min in block)
stage - (15 min in block)arm64
stage block (arm64) - (15 min in block)
node - (15 min in block)arm64 && ubuntu-2004
node block - (15 min in block)
checkout - (0.73 sec in self)
withEnv - (15 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (15 min in block)
withEnv - (15 min in block)TEST_SKIP_INTEGRATION_CLI
withEnv block - (15 min in block)
stage - (1.6 sec in block)Print info
stage block (Print info) - (1.6 sec in block)
sh - (0.31 sec in self)docker version
sh - (0.27 sec in self)docker info
sh - (1 sec in self) echo "check-config.sh version: ${CHECK_CONFIG_COMMIT}" curl -fsSL -o ${WORKSPACE}/check-config.sh "https://raw.githubusercontent.com/moby/moby/${CHECK_CONFIG_COMMIT}/contrib/check-config.sh" && bash ${WORKSPACE}/check-config.sh || true
stage - (37 sec in block)Build dev image
stage block (Build dev image) - (37 sec in block)
sh - (37 sec in self)docker build --force-rm --build-arg APT_MIRROR -t docker:${GIT_COMMIT} .
stage - (4 min 47 sec in block)Unit tests
stage block (Unit tests) - (4 min 47 sec in block)
sh - (0.27 sec in self) sudo modprobe ip6table_filter
sh - (4 min 47 sec in self) docker run --rm -t --privileged -v "$WORKSPACE/bundles:/go/src/github.com/docker/docker/bundles" --name docker-pr$BUILD_NUMBER -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=${GIT_COMMIT} -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=${GIT_URL} -e VALIDATE_BRANCH=${CHANGE_TARGET} docker:${GIT_COMMIT} hack/test/unit
junit - (0.1 sec in self)
stage - (10 min in block)Integration tests
stage block (Integration tests) - (10 min in block)
withEnv - (10 min in block)TEST_SKIP_INTEGRATION_CLI
withEnv block - (10 min in block)
sh - (10 min in self) docker run --rm -t --privileged -v "$WORKSPACE/bundles:/go/src/github.com/docker/docker/bundles" --name docker-pr$BUILD_NUMBER -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=${GIT_COMMIT} -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_INTEGRATION_USE_SNAPSHOTTER -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=${GIT_URL} -e VALIDATE_BRANCH=${CHANGE_TARGET} docker:${GIT_COMMIT} hack/make.sh dynbinary test-integration
junit - (0.23 sec in self)
sh - (0.27 sec in self) echo "Ensuring container killed." docker rm -vf docker-pr$BUILD_NUMBER || true
sh - (1.2 sec in self) echo "Chowning /workspace to jenkins user" docker run --rm -v "$WORKSPACE:/workspace" busybox chown -R "$(id -u):$(id -g)" /workspace
catchError - (0.91 sec in block)
catchError block - (0.89 sec in block)
sh - (0.53 sec in self) bundleName=arm64-integration echo "Creating ${bundleName}-bundles.tar.gz" # exclude overlay2 directories find bundles -path '*/root/*overlay2' -prune -o -type f \( -name '*-report.json' -o -name '*.log' -o -name '*.prof' -o -name '*-report.xml' \) -print | xargs tar -czf ${bundleName}-bundles.tar.gz
archiveArtifacts - (0.35 sec in self)
sh - (0.27 sec in self)make clean
deleteDir - (1.8 sec in self)