Commit Graph

7 Commits

Author SHA1 Message Date
Martin Chacon Piza 9aa47afe5d Fix zuul publish docker image job
Add tag to docker push command with specific branch name

Change-Id: Ie4b135c456333cd8a98cfb1d5231351786d1dd86
2021-02-24 11:48:20 +01:00
Martin Chacon Piza 99f6cf2b1c Fix zuul publish docker image job
Add tag to docker push command

Change-Id: I531c7349f51248bbc6050755d821f444d75141a5
2021-02-02 15:41:54 +01:00
OpenDev Sysadmins 61e2e00454 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:43:04 +00:00
Witek Bedyk 58c7922e8f Use full branch name as build_image.sh argument
`build_image.sh` expects full branch name as argument like e.g.
`stable/stein`. This change fixes Zuul playbook to pass the right
argument.

Depends-On: https://review.openstack.org/649538
Change-Id: Ie132389a21ed74cec4e7e22ecdcb9254964b9d3c
2019-04-03 10:47:13 +02:00
Dobroslaw Zybort cb38433e4c Prepare one zuul docker job for all services
We want to have one flow for building Docker images of all Monasca
components. Every component should have `docker` folder and in this
folder file with name `build_image.sh` should be placed. By having one
global Zuul we could force this convention. Also this is good for
avoiding code duplication. Remove timeouts. They was unnecessary big.

Story: 2001694
Task: 28994
Change-Id: Iee7de1d8e873817a3b6f72e7ecc815bd8d6eb705
2019-02-11 15:48:58 +01:00
Dobroslaw Zybort dcc26703fa Push monasca/base image on commit, periodicaly and on release
Remove docker `files` check.
This check works only in `check` and `gate` steps, but is not
functioning properly in `post` step and always fail resulting
in not pushed images of monasca/base.

Change-Id: Id960e831948ee87e078688e43b864b22a6ee11ae
2018-12-03 14:03:54 +01:00
Dobroslaw Zybort 6f97685454 Build Docker image in zuul
Story: 2001694
Task: 23054

Change-Id: I554e1efdfb7b996d805748a7930a76e2124e060b
2018-07-19 10:02:47 +02:00