Skip to content
StepArgumentsStatus
Start of Pipeline - (1 hr 13 min in block)
withEnv - (1 hr 13 min in block)DOCKER_EXPERIMENTAL, TESTDEBUG, APT_MIRROR, DOCKER_BUILDKIT, DOCKER_GRAPHDRIVER, CHECK_CONFIG_COMMIT, TIMEOUT
withEnv block - (1 hr 13 min in block)
timeout - (1 hr 13 min in block)
timeout block - (1 hr 13 min in block)
timestamps - (1 hr 13 min in block)
timestamps block - (1 hr 13 min in block)
stage - (0.27 sec in block)pr-hack
stage block (pr-hack) - (0.24 sec in block)
script - (0.17 sec in block)
script block - (0.15 sec in block)
echo - (3 ms in self)Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
milestone - (70 ms in self)2
milestone - (71 ms in self)3
stage - (19 sec in block)DCO-check
stage block (DCO-check) - (19 sec in block)
node - (19 sec in block)amd64 && ubuntu-1804 && overlay2
node block - (19 sec in block)
checkout - (16 sec in self)
withEnv - (3.3 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_URL
withEnv block - (3.3 sec in block)
sh - (3.3 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 && cd /workspace && hack/validate/dco'
stage - (1 hr 12 min in block)Build
stage block (Build) - (1 hr 12 min in block)
parallel - (1 hr 12 min in block)
parallel block (Branch: unit-validate) - (14 ms in block)
stage - (32 min in block)unit-validate
stage block (unit-validate) - (32 min in block)
node - (32 min in block)amd64 && ubuntu-1804 && overlay2
node block - (32 min in block)
checkout - (0.99 sec in self)
withEnv - (32 min in block)GIT_BRANCH, GIT_COMMIT, GIT_URL
withEnv block - (32 min in block)
sh - (0.28 sec in self)if [ "${BRANCH_NAME%%-*}" != "PR" ] || [ "${CHANGE_TARGET:-master}" != "master" ] || [ "${validate_force}" = "true" ]; then echo "1"; fi
withEnv - (32 min in block)TEST_FORCE_VALIDATE
withEnv block - (32 min in block)
stage - (2.4 sec in block)Print info
stage block (Print info) - (2.4 sec in block)
sh - (0.32 sec in self)docker version
sh - (1.2 sec in self)docker info
sh - (0.84 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 - (5 min 1 sec in block)Build dev image
stage block (Build dev image) - (5 min 1 sec in block)
sh - (5 min 1 sec in self)docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:${GIT_COMMIT} .
stage - (4 min 10 sec in block)Validate
stage block (Validate) - (4 min 10 sec in block)
sh - (4 min 10 sec in self) docker run --rm -t --privileged -v "$WORKSPACE/bundles:/go/src/github.com/docker/docker/bundles" -v "$WORKSPACE/.git:/go/src/github.com/docker/docker/.git" --name docker-pr$BUILD_NUMBER -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=${GIT_COMMIT} -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=${GIT_URL} -e VALIDATE_BRANCH=${CHANGE_TARGET} docker:${GIT_COMMIT} hack/validate/default
stage - (7 min 23 sec in block)Docker-py
stage block (Docker-py) - (7 min 22 sec in block)
sh - (7 min 20 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/make.sh dynbinary test-docker-py
junit - (0.14 sec in self)
sh - (0.27 sec in self) echo "Ensuring container killed." docker rm -vf docker-pr$BUILD_NUMBER || true
sh - (1.6 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.59 sec in block)
catchError block - (0.58 sec in block)
sh - (0.32 sec in self) bundleName=docker-py echo "Creating ${bundleName}-bundles.tar.gz" tar -czf ${bundleName}-bundles.tar.gz bundles/test-docker-py/*.xml bundles/test-docker-py/*.log
archiveArtifacts - (0.24 sec in self)
stage - (1 min 37 sec in block)Static
stage block (Static) - (1 min 37 sec in block)
sh - (1 min 37 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_GITCOMMIT=${GIT_COMMIT} -e DOCKER_GRAPHDRIVER docker:${GIT_COMMIT} hack/make.sh binary
stage - (5 min 56 sec in block)Cross
stage block (Cross) - (5 min 56 sec in block)
sh - (5 min 56 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_GITCOMMIT=${GIT_COMMIT} -e DOCKER_GRAPHDRIVER docker:${GIT_COMMIT} hack/make.sh cross
stage - (7 min 55 sec in block)Unit tests
stage block (Unit tests) - (7 min 55 sec in block)
sh - (0.27 sec in self) sudo modprobe ip6table_filter
sh - (7 min 54 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.25 sec in self)
stage - (14 sec in block)Validate vendor
stage block (Validate vendor) - (14 sec in block)
sh - (14 sec in self) docker run --rm -t --privileged -v "$WORKSPACE/.git:/go/src/github.com/docker/docker/.git" --name docker-pr$BUILD_NUMBER -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=${GIT_COMMIT} -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=${GIT_URL} -e VALIDATE_BRANCH=${CHANGE_TARGET} docker:${GIT_COMMIT} hack/validate/vendor
sh - (0.31 sec in self) echo 'Ensuring container killed.' docker rm -vf docker-pr$BUILD_NUMBER || true
sh - (0.87 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.92 sec in block)
catchError block - (0.89 sec in block)
sh - (0.27 sec in self) bundleName=unit echo "Creating ${bundleName}-bundles.tar.gz" tar -czvf ${bundleName}-bundles.tar.gz bundles/junit-report*.xml bundles/go-test-report*.json bundles/profile*.out
archiveArtifacts - (0.6 sec in self)
sh - (0.3 sec in self)make clean
deleteDir - (0.2 sec in self)
parallel block (Branch: amd64) - (16 ms in block)
stage - (51 min in block)amd64
stage block (amd64) - (51 min in block)
node - (51 min in block)amd64 && ubuntu-1804 && overlay2
node block - (51 min in block)
checkout - (16 sec in self)
withEnv - (50 min in block)GIT_BRANCH, GIT_COMMIT, GIT_URL
withEnv block - (50 min in block)
stage - (1.4 sec in block)Print info
stage block (Print info) - (1.3 sec in block)
sh - (0.28 sec in self)docker version
sh - (0.28 sec in self)docker info
sh - (0.8 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 - (2 min 10 sec in block)Build dev image
stage block (Build dev image) - (2 min 10 sec in block)
sh - (2 min 10 sec in self) # todo: include ip_vs in base image sudo modprobe ip_vs docker build --force-rm --build-arg APT_MIRROR -t docker:${GIT_COMMIT} .
stage - (48 min in block)Run tests
stage block (Run tests) - (48 min in block)
sh - (48 min in self)
junit - (0.52 sec in self)
sh - (1.2 sec in self) echo "Ensuring container killed." cids=$(docker ps -aq -f name=docker-pr${BUILD_NUMBER}-*) [ -n "$cids" ] && docker rm -vf $cids || true
sh - (2.8 sec in self) echo "Chowning /workspace to jenkins user" docker run --rm -v "$WORKSPACE:/workspace" busybox chown -R "$(id -u):$(id -g)" /workspace
catchError - (1.7 sec in block)
catchError block - (1.7 sec in block)
sh - (1.2 sec in self) bundleName=amd64 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.51 sec in self)
sh - (0.28 sec in self)make clean
deleteDir - (2.8 sec in self)
parallel block (Branch: rootless) - (17 ms in block)
stage - (9 min 19 sec in block)rootless
stage block (rootless) - (9 min 19 sec in block)
node - (9 min 19 sec in block)amd64 && ubuntu-1804 && overlay2
node block - (8 min 58 sec in block)
checkout - (16 sec in self)
withEnv - (8 min 41 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_URL
withEnv block - (8 min 41 sec in block)
stage - (1.9 sec in block)Print info
stage block (Print info) - (1.9 sec in block)
sh - (0.27 sec in self)docker version
sh - (0.83 sec in self)docker info
sh - (0.78 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 - (4.7 sec in block)Build dev image
stage block (Build dev image) - (4.7 sec in block)
sh - (4.6 sec in self) docker build --force-rm --build-arg APT_MIRROR -t docker:${GIT_COMMIT} .
stage - (8 min 31 sec in block)Integration tests
stage block (Integration tests) - (8 min 31 sec in block)
withEnv - (8 min 31 sec in block)DOCKER_ROOTLESS, TEST_SKIP_INTEGRATION_CLI
withEnv block - (8 min 31 sec in block)
sh - (8 min 30 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_GITCOMMIT=${GIT_COMMIT} -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_ROOTLESS -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.35 sec in self)
sh - (0.31 sec in self) echo "Ensuring container killed." docker rm -vf docker-pr$BUILD_NUMBER || true
sh - (1.6 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.63 sec in block)
catchError block - (0.6 sec in block)
sh - (0.31 sec in self) bundleName=amd64-rootless 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.27 sec in self)
sh - (0.27 sec in self)make clean
deleteDir - (0.48 sec in self)
parallel block (Branch: cgroup2) - (18 ms in block)
stage - (14 min in block)cgroup2
stage block (cgroup2) - (14 min in block)
node - (14 min in block)amd64 && ubuntu-2004 && cgroup2
node block - (14 min in block)
checkout - (16 sec in self)
withEnv - (14 min in block)GIT_BRANCH, GIT_COMMIT, GIT_URL
withEnv block - (14 min in block)
stage - (1.1 sec in block)Print info
stage block (Print info) - (1.1 sec in block)
sh - (0.29 sec in self)docker version
sh - (0.85 sec in self)docker info
stage - (5.1 sec in block)Build dev image
stage block (Build dev image) - (4.6 sec in block)
sh - (4.6 sec in self) docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:${GIT_COMMIT} .
stage - (14 min in block)Integration tests
stage block (Integration tests) - (14 min in block)
withEnv - (14 min in block)TEST_SKIP_INTEGRATION_CLI, DOCKER_SYSTEMD
withEnv block - (14 min in block)
sh - (14 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_GITCOMMIT=${GIT_COMMIT} -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_SYSTEMD -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.14 sec in self)
sh - (0.28 sec in self) echo "Ensuring container killed." docker rm -vf docker-pr$BUILD_NUMBER || true
sh - (1.6 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.93 sec in block)
catchError block - (0.89 sec in block)
sh - (0.56 sec in self) bundleName=amd64-cgroup2 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.32 sec in self)
sh - (0.28 sec in self)make clean
deleteDir - (1.5 sec in self)
parallel block (Branch: s390x) - (1 ms in block)
stage - (0.61 sec in block)s390x
stage block (s390x) - (0.6 sec in block)
stage - (0.2 sec in block)Print info
stage block (Print info) - (3 ms in block)
stage - (0.1 sec in block)Build dev image
stage block (Build dev image) - (25 ms in block)
stage - (0.13 sec in block)Unit tests
stage block (Unit tests) - (15 ms in block)
stage - (28 ms in block)Integration tests
stage block (Integration tests) - (14 ms in block)
parallel block (Branch: s390x integration-cli) - (19 ms in block)
stage - (0.5 sec in block)s390x integration-cli
stage block (s390x integration-cli) - (0.46 sec in block)
stage - (0.19 sec in block)Print info
stage block (Print info) - (6 ms in block)
stage - (0.1 sec in block)Build dev image
stage block (Build dev image) - (27 ms in block)
stage - (49 ms in block)Integration-cli tests
stage block (Integration-cli tests) - (17 ms in block)
parallel block (Branch: ppc64le) - (20 ms in block)
stage - (0.62 sec in block)ppc64le
stage block (ppc64le) - (0.6 sec in block)
stage - (0.2 sec in block)Print info
stage block (Print info) - (2 ms in block)
stage - (0.1 sec in block)Build dev image
stage block (Build dev image) - (24 ms in block)
stage - (0.13 sec in block)Unit tests
stage block (Unit tests) - (13 ms in block)
stage - (39 ms in block)Integration tests
stage block (Integration tests) - (12 ms in block)
parallel block (Branch: ppc64le integration-cli) - (21 ms in block)
stage - (0.51 sec in block)ppc64le integration-cli
stage block (ppc64le integration-cli) - (0.46 sec in block)
stage - (0.19 sec in block)Print info
stage block (Print info) - (4 ms in block)
stage - (0.1 sec in block)Build dev image
stage block (Build dev image) - (27 ms in block)
stage - (60 ms in block)Integration-cli tests
stage block (Integration-cli tests) - (16 ms in block)
parallel block (Branch: arm64) - (22 ms in block)
stage - (17 min in block)arm64
stage block (arm64) - (17 min in block)
node - (17 min in block)arm64 && ubuntu-2004
node block - (17 min in block)
checkout - (13 sec in self)
withEnv - (17 min in block)GIT_BRANCH, GIT_COMMIT, GIT_URL
withEnv block - (17 min in block)
withEnv - (17 min in block)TEST_SKIP_INTEGRATION_CLI
withEnv block - (17 min in block)
stage - (1.7 sec in block)Print info
stage block (Print info) - (1.7 sec in block)
sh - (0.27 sec in self)docker version
sh - (0.87 sec in self)docker info
sh - (0.57 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.7 sec in block)Build dev image
stage block (Build dev image) - (3.7 sec in block)
sh - (3.7 sec in self)docker build --force-rm --build-arg APT_MIRROR -t docker:${GIT_COMMIT} .
stage - (6 min 41 sec in block)Unit tests
stage block (Unit tests) - (6 min 41 sec in block)
sh - (0.27 sec in self) sudo modprobe ip6table_filter
sh - (6 min 40 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.13 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_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.12 sec in self)
sh - (0.31 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.6 sec in block)
catchError block - (0.56 sec in block)
sh - (0.27 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.27 sec in self)
sh - (0.27 sec in self)make clean
deleteDir - (1.5 sec in self)
parallel block (Branch: win-RS5) - (23 ms in block)
stage - (1 hr 12 min in block)win-RS5
stage block (win-RS5) - (1 hr 12 min in block)
node - (1 hr 12 min in block)windows-2019
node block - (1 hr 12 min in block)
ws - (1 hr 12 min in block)d:\gopath\src\github.com\docker\docker
ws block - (1 hr 12 min in block)
checkout - (1 min 3 sec in self)
withEnv - (1 hr 11 min in block)GIT_BRANCH, GIT_COMMIT, GIT_URL
withEnv block - (1 hr 11 min in block)
withEnv - (1 hr 11 min in block)SOURCES_DRIVE, TESTRUN_DRIVE, DOCKER_DUT_DEBUG, TESTRUN_SUBDIR, DOCKER_BUILDKIT, WINDOWS_BASE_IMAGE, WINDOWS_BASE_IMAGE_TAG, SKIP_VALIDATION_TESTS, SOURCES_SUBDIR
withEnv block - (1 hr 11 min in block)
stage - (23 sec in block)Print info
stage block (Print info) - (23 sec in block)
sh - (9.6 sec in self)docker version
sh - (13 sec in self)docker info
stage - (1 hr 10 min in block)Run tests
stage block (Run tests) - (1 hr 10 min in block)
powershell - (1 hr 10 min in self) $ErrorActionPreference = 'Stop' Invoke-WebRequest https://github.com/moby/docker-ci-zap/blob/master/docker-ci-zap.exe?raw=true -OutFile C:/Windows/System32/docker-ci-zap.exe ./hack/ci/windows.ps1 exit $LastExitCode
junit - (7.5 sec in self)
catchError - (19 sec in block)
catchError block - (19 sec in block)
powershell - (3.3 sec in self) cd $env:WORKSPACE $bundleName="windowsRS5-integration" Write-Host -ForegroundColor Green "Creating ${bundleName}-bundles.zip" # archiveArtifacts does not support env-vars to , so save the artifacts in a fixed location Compress-Archive -Path "bundles/CIDUT.out", "bundles/CIDUT.err", "bundles/junit-report-*.xml" -CompressionLevel Optimal -DestinationPath "${bundleName}-bundles.zip"
archiveArtifacts - (15 sec in self)
sh - (2.1 sec in self)make clean
deleteDir - (2.3 sec in self)
parallel block (Branch: win-2022) - (24 ms in block)
stage - (59 min in block)win-2022
stage block (win-2022) - (59 min in block)
node - (59 min in block)windows-2022
node block - (59 min in block)
ws - (59 min in block)d:\gopath\src\github.com\docker\docker
ws block - (59 min in block)
checkout - (20 sec in self)
withEnv - (59 min in block)GIT_BRANCH, GIT_COMMIT, GIT_URL
withEnv block - (59 min in block)
withEnv - (59 min in block)SOURCES_DRIVE, TESTRUN_DRIVE, DOCKER_DUT_DEBUG, TESTRUN_SUBDIR, DOCKER_BUILDKIT, WINDOWS_BASE_IMAGE, WINDOWS_BASE_IMAGE_TAG, SKIP_VALIDATION_TESTS, SOURCES_SUBDIR
withEnv block - (59 min in block)
stage - (2.3 sec in block)Print info
stage block (Print info) - (2.2 sec in block)
sh - (1.1 sec in self)docker version
sh - (1.1 sec in self)docker info
stage - (59 min in block)Run tests
stage block (Run tests) - (59 min in block)
powershell - (59 min in self) $ErrorActionPreference = 'Stop' Invoke-WebRequest https://github.com/moby/docker-ci-zap/blob/master/docker-ci-zap.exe?raw=true -OutFile C:/Windows/System32/docker-ci-zap.exe ./hack/ci/windows.ps1 exit $LastExitCode
junit - (0.57 sec in self)
catchError - (4.4 sec in block)
catchError block - (4.4 sec in block)
powershell - (3 sec in self) cd $env:WORKSPACE $bundleName="win-2022-integration" Write-Host -ForegroundColor Green "Creating ${bundleName}-bundles.zip" # archiveArtifacts does not support env-vars to , so save the artifacts in a fixed location Compress-Archive -Path "bundles/CIDUT.out", "bundles/CIDUT.err", "bundles/junit-report-*.xml" -CompressionLevel Optimal -DestinationPath "${bundleName}-bundles.zip"
archiveArtifacts - (1.4 sec in self)
sh - (1.6 sec in self)make clean
deleteDir - (1.5 sec in self)
parallel block (Branch: win-2022-c8d) - (1 hr 2 min in block)
stage - (1 hr 2 min in block)win-2022-c8d
stage block (win-2022-c8d) - (1 hr 2 min in block)
node - (1 hr 2 min in block)windows-2022
node block - (1 hr 2 min in block)
ws - (1 hr 2 min in block)d:\gopath\src\github.com\docker\docker
ws block - (1 hr 2 min in block)
checkout - (21 sec in self)
withEnv - (1 hr 2 min in block)GIT_BRANCH, GIT_COMMIT, GIT_URL
withEnv block - (1 hr 2 min in block)
withEnv - (1 hr 2 min in block)SOURCES_DRIVE, TESTRUN_DRIVE, DOCKER_DUT_DEBUG, TESTRUN_SUBDIR, DOCKER_BUILDKIT, WINDOWS_BASE_IMAGE, WINDOWS_BASE_IMAGE_TAG, DOCKER_WINDOWS_CONTAINERD_RUNTIME, SKIP_VALIDATION_TESTS, SOURCES_SUBDIR
withEnv block - (1 hr 2 min in block)
stage - (2.3 sec in block)Print info
stage block (Print info) - (2.3 sec in block)
sh - (1.1 sec in self)docker version
sh - (1.1 sec in self)docker info
stage - (1 hr 1 min in block)Run tests
stage block (Run tests) - (1 hr 1 min in block)
powershell - (1 hr 1 min in self) $ErrorActionPreference = 'Stop' Invoke-WebRequest https://github.com/moby/docker-ci-zap/blob/master/docker-ci-zap.exe?raw=true -OutFile C:/Windows/System32/docker-ci-zap.exe ./hack/ci/windows.ps1 exit $LastExitCode
junit - (0.55 sec in self)
catchError - (5.8 sec in block)
catchError block - (5.8 sec in block)
powershell - (4.3 sec in self) cd $env:WORKSPACE $bundleName="win-2022-c8d-integration" Write-Host -ForegroundColor Green "Creating ${bundleName}-bundles.zip" # archiveArtifacts does not support env-vars to , so save the artifacts in a fixed location Compress-Archive -Path "bundles/CIDUT.out", "bundles/CIDUT.err", "bundles/containerd.out", "bundles/containerd.err", "bundles/junit-report-*.xml" -CompressionLevel Optimal -DestinationPath "${bundleName}-bundles.zip"
archiveArtifacts - (1.5 sec in self)
sh - (1.6 sec in self)make clean
deleteDir - (1.3 sec in self)