Try out artifact signing job for bindep releases

Sign and upload signatures for bindep release sdist tarballs and
wheels. This is a temporary configuration to iron out any lingering
bugs before adding the job to the publish-to-pypi project-template
for use by everyone.

Change-Id: Icf155ee754a5e903353c3fb1bdf21673dca58b68
This commit is contained in:
Jeremy Stanley 2016-08-02 14:20:49 +00:00
parent d427dd2fba
commit 1a2539a225
2 changed files with 20 additions and 1 deletions

View File

@ -446,6 +446,7 @@
- 'gate-{name}-python35{suffix}':
suffix: '-nv'
- pypi-jobs
- '{name}-tarball-signing'
- project:
name: blazar

View File

@ -3346,7 +3346,6 @@ projects:
template:
- name: bindep-fallback
- name: merge-check
- name: publish-to-pypi
- name: pypy-jobs
- name: python-jobs
- name: python34-jobs
@ -3354,8 +3353,27 @@ projects:
post:
- bindep-coverage-ubuntu-trusty
- bindep-coverage-ubuntu-xenial
pre-release:
- bindep-tarball:
- bindep-pypi-both-upload
release:
- bindep-infra-docs-tags-only
- bindep-tarball:
- bindep-tarball-signing
- bindep-pypi-both-upload:
- wheel-build-ubuntu-trusty-amd64-python2:
- wheel-release-trustyx64
- wheel-build-ubuntu-trusty-amd64-python3:
- wheel-release-trustyx64
- wheel-build-ubuntu-xenial-amd64-python2:
- wheel-release-xenialx64
- wheel-build-ubuntu-xenial-amd64-python3:
- wheel-release-xenialx64
- wheel-build-centos-7-amd64-python2:
- wheel-release-cent7x64
- wheel-build-centos-7-amd64-python3:
- wheel-release-cent7x64
- bindep-announce-release
- name: openstack-infra/bugdaystats
template: