Skip to content
Success

Changes

Summary

  1. Jenkinsfile: move static and cross compilation to unit-validate stage (details)
  2. hack: unmount leftover daemon root folders (details)
  3. Jenkinsfile: reduce time of integration tests by dividing tests into 3 (details)
  4. add powerpc-master stage to Jenkinsfile (details)
  5. add z-master stage to Jenkinsfile (details)
  6. set timeouts in Jenkinsfile to 2 hrs (details)
  7. use environment for power jobs in Jenkinsfile (details)
  8. use environment for z jobs in Jenkinsfile (details)
  9. be more lenient on junit report gathering in Jenkinsfile (details)
  10. rename z bundles in Jenkinsfile (details)
  11. rename powerpc bundles in Jenkinsfile (details)
  12. fix bundles filenames in Jenkinsfile (details)
  13. fix some spelling mistakes (details)
  14. Jenkinsfile: send junit.xml in the stage that produced it (details)
  15. Jenkinsfile: collect junit.xml for all architectures (details)
  16. Jenkinsfile: run DCO check before everything else (details)
Commit 251c8dca2832e109f61a589e85d80436b6f53a9c by andrewhsu
Jenkinsfile: move static and cross compilation to unit-validate stage
Signed-off-by: Tibor Vass <tibor@docker.com>
The file was modified Jenkinsfile (diff)
Commit 13df617d4cc98fe31f3ded78902119a1c1505005 by andrewhsu
hack: unmount leftover daemon root folders
Signed-off-by: Tibor Vass <tibor@docker.com>
The file was modified hack/make/.integration-daemon-stop (diff)
Commit e554fb23c82bd672436800dac3ea9739da8e3377 by andrewhsu
Jenkinsfile: reduce time of integration tests by dividing tests into 3
parallel runs
Signed-off-by: Tibor Vass <tibor@docker.com>
The file was modified hack/make/test-integration (diff)
The file was modified Makefile (diff)
The file was modified Jenkinsfile (diff)
The file was modified internal/test/daemon/daemon.go (diff)
Commit c2f9d58375fcccf7b6492acaf1c5ff8a705d0725 by andrewhsu
add powerpc-master stage to Jenkinsfile
The powerpc-master stage will just run the integration-cli tests. The
existing powerpc stage will run the unit tests and the integration
tests. In this way, PR check jobs will be shorter, but all integration
tests will run after PR is merged to master.
Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
The file was modified Jenkinsfile (diff)
Commit bdc1c1a02a791fcdf84618939274ef9957cc7ca8 by andrewhsu
add z-master stage to Jenkinsfile
The z-master stage will just run the integration-cli tests. The existing
z stage will run the unit tests and the integration tests. In this way,
PR check jobs will be shorter, but all integration tests will run after
PR is merged to master.
Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
The file was modified Jenkinsfile (diff)
Commit bf70a5975d73ba6833b4a644b4057e9b4ba5f6d5 by andrewhsu
set timeouts in Jenkinsfile to 2 hrs
Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
The file was modified Jenkinsfile (diff)
Commit 3564b03fbc5e050b4be04512fd1079a5dd355219 by andrewhsu
use environment for power jobs in Jenkinsfile
Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
The file was modified Jenkinsfile (diff)
Commit 4e2f39cf1447ffd2abd6d0eb1d828c38b3496aa0 by andrewhsu
use environment for z jobs in Jenkinsfile
Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
The file was modified Jenkinsfile (diff)
Commit 0cfc1ec2bdcdb94dcb60dfdfead86aa4aa737195 by andrewhsu
be more lenient on junit report gathering in Jenkinsfile
In case a job fails before even generating a report file.
Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
The file was modified Jenkinsfile (diff)
Commit a049ea1a9301b8804775c719f369a7bc8b5cecc9 by andrewhsu
rename z bundles in Jenkinsfile
Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
The file was modified Jenkinsfile (diff)
Commit ad29f9e471bcad61b66e813845598c7e61e3385c by andrewhsu
rename powerpc bundles in Jenkinsfile
Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
The file was modified Jenkinsfile (diff)
Commit eb30f0ad8448d27cf9303744596ee0310457f0b9 by andrewhsu
fix bundles filenames in Jenkinsfile
Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
The file was modified Jenkinsfile (diff)
Commit f6226a2a56c38b790b59393ff4ce7f88f790c811 by qiushida
fix some spelling mistakes
Signed-off-by: SataQiu <qiushida@beyondcent.com>
The file was modified api/swagger.yaml (diff)
The file was modified integration-cli/docker_cli_restart_test.go (diff)
The file was modified MAINTAINERS (diff)
Commit 7f9328ad2e4f2c8aecac9a69f21616943711dc64 by Sebastiaan van Stijn
Jenkinsfile: send junit.xml in the stage that produced it
This will send the results directly after the tests complete, and make
the stage more atomic.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
The file was modified Jenkinsfile (diff)
Commit e2f5b78e780f2ad0d69f7abdfdada17a0ff66bb2 by Sebastiaan van Stijn
Jenkinsfile: collect junit.xml for all architectures
Jenkins groups them per stage, so collecting them for all architectures
is possible (without them conflicting or becoming ambiguous)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
The file was modified Jenkinsfile (diff)
Commit d6f7909c7639105c93e0670999e6f0536e9f6fff by Sebastiaan van Stijn
Jenkinsfile: run DCO check before everything else
This will run the DCO check in a lightweight alpine container, before
running other stages, and before building the development
image/container
(which can take a long time).
A Jenkins parameter was added to optionally skip the DCO check
(skip_dco)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
The file was modified Jenkinsfile (diff)