Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

5. Build and run Package and Smoke Tests

5.1. Build bigtop/slaves Docker images

Create a release specific job to build images:

https://ci.bigtop.apache.org/view/Docker/job/Docker-Toolchain-1.2.1/

Make sure all the built images are uploaded to Dockerhub

https://hub.docker.com/r/bigtop/slaves/tags/

No Format
# Go to bigtop CI build slave: docker-slave-06, docker-slave-07
# See which image is built on the host
docker images |head
# Only push images successfully built by CI to Dockerhub
for os in centos-6 centos-7 fedora-25 opensuse-42.1 debian-8 ubuntu-16.04; do docker push bigtop/slaves:1.2.1-$os; done

 TODO

6. Build and Deploy Artifacts

...