Debian: publish images

Let us publish Debian/source images periodically and at release time.

Debian/binary images publish at release time as we may not have binary
packages during development cycle.

Change-Id: I1e821a04d8637141ac7977937fddab6910c4eeaf
This commit is contained in:
Marcin Juszkiewicz 2019-10-02 05:13:55 -07:00
parent ac3269c080
commit 9b60e010f4
1 changed files with 25 additions and 0 deletions

View File

@ -4,6 +4,13 @@
jobs:
- kolla-build-debian-source
- kolla-build-debian-binary
periodic:
jobs:
- kolla-publish-debian-source
release:
jobs:
- kolla-publish-debian-source
- kolla-publish-debian-binary
- job:
name: kolla-build-debian-source
@ -24,3 +31,21 @@
action: build
base_distro: debian
install_type: binary
- job:
name: kolla-publish-debian-binary
parent: kolla-build-debian-binary
post-run: tests/playbooks/publish.yml
vars:
publisher: true
secrets:
- kolla_dockerhub_creds
- job:
name: kolla-publish-debian-source
parent: kolla-build-debian-source
post-run: tests/playbooks/publish.yml
vars:
publisher: true
secrets:
- kolla_dockerhub_creds