Add requests-mock to stackforge
Recently accepted to global-requirements. As client projects start adopting the library we want to be able to test changes to the library against those clients. Change-Id: Ic6b3dbc53de4bfae382b9807e58844b7b6839e7b
This commit is contained in:
parent
1256cbf775
commit
236b38fd1a
@ -0,0 +1,14 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
abandon = group requests-mock-core
|
||||||
|
label-Code-Review = -2..+2 group requests-mock-core
|
||||||
|
label-Workflow = -1..+1 group requests-mock-core
|
||||||
|
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
pushSignedTag = group requests-mock-ptl
|
||||||
|
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = false
|
||||||
|
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -2824,6 +2824,16 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- python-jobs
|
- python-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: requests-mock
|
||||||
|
github-org: stackforge
|
||||||
|
node: 'bare-precise || bare-trusty'
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
- hook-{name}-rtfd
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: stacktach
|
name: stacktach
|
||||||
github-org: stackforge
|
github-org: stackforge
|
||||||
|
@ -1012,6 +1012,9 @@
|
|||||||
description: Testing and result upload client for refstack
|
description: Testing and result upload client for refstack
|
||||||
upstream: git://github.com/dlenwell/refstack-client
|
upstream: git://github.com/dlenwell/refstack-client
|
||||||
use-storyboard: true
|
use-storyboard: true
|
||||||
|
- project: stackforge/requests-mock
|
||||||
|
description: Mocked responses for the requests library
|
||||||
|
upstream: git://github.com/jamielennox/requests-mock.git
|
||||||
- project: stackforge/rubick
|
- project: stackforge/rubick
|
||||||
description: Rule-based diagnostics of configuration of OpenStack platform
|
description: Rule-based diagnostics of configuration of OpenStack platform
|
||||||
upstream: git://github.com/MirantisLabs/rubick
|
upstream: git://github.com/MirantisLabs/rubick
|
||||||
|
@ -4532,6 +4532,12 @@ projects:
|
|||||||
post:
|
post:
|
||||||
- refstack-client-coverage
|
- refstack-client-coverage
|
||||||
|
|
||||||
|
- name: stackforge/requests-mock
|
||||||
|
template:
|
||||||
|
- name: python-jobs
|
||||||
|
- name: python3-jobs
|
||||||
|
- name: pypy-jobs
|
||||||
|
|
||||||
- name: stackforge/rubick
|
- name: stackforge/rubick
|
||||||
check:
|
check:
|
||||||
- gate-rubick-pep8
|
- gate-rubick-pep8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user