openafs-deb-package-build: push to test PPA

The keys should be setup, run a test push to a temporary PPA to test
building.

Change-Id: I31fd91f3be32bc9109924d6363d0e32fd9d68b94
This commit is contained in:
Ian Wienand 2022-05-05 11:27:51 +10:00
parent 58cb728310
commit 68d03b5f86
1 changed files with 7 additions and 1 deletions

View File

@ -46,6 +46,12 @@
[ppa-openafs]
fqdn = ppa.launchpad.net
method = ftp
incoming = ~openstack-ci-core/ubuntu/openafs
incoming = ~openstack-ci-core/ubuntu/openafs-deb-test
login = anonymous
- name: Push files to PPA
shell: |
dput --to ppa-openafs {{ item | basename }}
args:
chdir: '{{ ansible_user_dir }}/openafs'
loop: "{{ _changes_files.files | map(attribute='path') | list }}"