Update pypi secret and add job using it
Change-Id: Idfefa208b2934d3bb2da3e42db4d4f11e9c9d429
This commit is contained in:
parent
af5814b685
commit
266c195b83
13
zuul.d/release-jobs.yaml
Normal file
13
zuul.d/release-jobs.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
- job:
|
||||
name: release-powertrain-build
|
||||
parent: python-upload-pypi
|
||||
description: Generate and upload a python source tarball and binary wheel for powertrain-build.
|
||||
vars:
|
||||
release_python: python3
|
||||
secrets:
|
||||
- name: pypi_info
|
||||
secret: powertrain-build-pypi
|
||||
|
||||
- job:
|
||||
name: temp-failing-job
|
||||
run: playbooks/failing-job.yaml
|
@ -1,6 +1,7 @@
|
||||
- secret:
|
||||
name: powertrain-build-pypi
|
||||
data:
|
||||
repository: testpypi
|
||||
api_token: !encrypted/pkcs1-oaep
|
||||
- nfGWwlsL7o1t0bqiFISCn1jnBmVNxCUE9ROM2O4Qq5jsSoJSLquTaTKe+qmsehFe2sCVE
|
||||
EQKNc7v/wvGyFEACtd5w5EHWVZI1BVBfKT3Av27zd6s0YK32TfEf9NUWNORXxt/So1v1O
|
||||
|
Loading…
Reference in New Issue
Block a user