Skip to content
StepArgumentsStatus
Start of Pipeline - (20 min in block)
withEnv - (20 min in block)DOCKER_EXPERIMENTAL, TESTDEBUG, DOCKER_BUILDKIT, DOCKER_GRAPHDRIVER, CHECK_CONFIG_COMMIT, TIMEOUT
withEnv block - (20 min in block)
timeout - (20 min in block)
timeout block - (20 min in block)
timestamps - (20 min in block)
timestamps block - (20 min in block)
stage - (0.5 sec in block)pr-hack
stage block (pr-hack) - (0.48 sec in block)
script - (0.41 sec in block)
script block - (0.4 sec in block)
echo - (7 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)10
milestone - (0.25 sec in self)11
stage - (1 min 22 sec in block)DCO-check
stage block (DCO-check) - (1 min 22 sec in block)
node - (1 min 22 sec in block)arm64 && ubuntu-2004
node block - (35 sec in block)
checkout - (21 sec in self)
withEnv - (13 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (13 sec in block)
sh - (13 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 - (18 min in block)Build
stage block (Build) - (18 min in block)
parallel - (18 min in block)
parallel block (Branch: s390x) - (11 ms in block)
stage - (0.34 sec in block)s390x
stage block (s390x) - (0.33 sec in block)
stage - (68 ms in block)Print info
stage block (Print info) - (13 ms in block)
stage - (52 ms in block)Build dev image
stage block (Build dev image) - (14 ms in block)
stage - (64 ms in block)Unit tests
stage block (Unit tests) - (14 ms in block)
stage - (28 ms in block)Integration tests
stage block (Integration tests) - (22 ms in block)
parallel block (Branch: s390x integration-cli) - (13 ms in block)
stage - (0.29 sec in block)s390x integration-cli
stage block (s390x integration-cli) - (0.28 sec in block)
stage - (68 ms in block)Print info
stage block (Print info) - (12 ms in block)
stage - (52 ms in block)Build dev image
stage block (Build dev image) - (13 ms in block)
stage - (32 ms in block)Integration-cli tests
stage block (Integration-cli tests) - (14 ms in block)
parallel block (Branch: ppc64le) - (15 ms in block)
stage - (0.34 sec in block)ppc64le
stage block (ppc64le) - (0.32 sec in block)
stage - (68 ms in block)Print info
stage block (Print info) - (12 ms in block)
stage - (52 ms in block)Build dev image
stage block (Build dev image) - (11 ms in block)
stage - (62 ms in block)Unit tests
stage block (Unit tests) - (14 ms in block)
stage - (34 ms in block)Integration tests
stage block (Integration tests) - (20 ms in block)
parallel block (Branch: ppc64le integration-cli) - (17 ms in block)
stage - (0.29 sec in block)ppc64le integration-cli
stage block (ppc64le integration-cli) - (0.27 sec in block)
stage - (69 ms in block)Print info
stage block (Print info) - (12 ms in block)
stage - (51 ms in block)Build dev image
stage block (Build dev image) - (11 ms in block)
stage - (44 ms in block)Integration-cli tests
stage block (Integration-cli tests) - (13 ms in block)
parallel block (Branch: arm64) - (18 min in block)
stage - (18 min in block)arm64
stage block (arm64) - (18 min in block)
node - (18 min in block)arm64 && ubuntu-2004
node block - (18 min in block)
checkout - (0.66 sec in self)
withEnv - (18 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (18 min in block)
withEnv - (18 min in block)TEST_SKIP_INTEGRATION_CLI
withEnv block - (18 min in block)
stage - (12 sec in block)Print info
stage block (Print info) - (12 sec in block)
sh - (0.28 sec in self)docker version
sh - (10 sec in self)docker info
sh - (1.5 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 - (3 min 2 sec in block)Build dev image
stage block (Build dev image) - (3 min 2 sec in block)
sh - (3 min 2 sec in self)docker build --force-rm -t docker:${GIT_COMMIT} .
stage - (4 min 44 sec in block)Unit tests
stage block (Unit tests) - (4 min 44 sec in block)
sh - (0.28 sec in self) sudo modprobe ip6table_filter
sh - (4 min 42 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 - (1.6 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.22 sec in self)
sh - (0.28 sec in self) echo "Ensuring container killed." docker rm -vf docker-pr$BUILD_NUMBER || true
sh - (1.9 sec in self) echo "Chowning /workspace to jenkins user" docker run --rm -v "$WORKSPACE:/workspace" busybox chown -R "$(id -u):$(id -g)" /workspace
catchError - (2 sec in block)
catchError block - (2 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 - (1.4 sec in self)
sh - (0.27 sec in self)make clean
deleteDir - (1.9 sec in self)