Add a new project in stackforge named as i18n-test
to maintain the test codes for i18n and l10n functions. Change-Id: I485704f88e4f5fbb16c2b92251d5cdc3c4318ea1
This commit is contained in:
14
gerrit/acls/stackforge/i18n-test.config
Normal file
14
gerrit/acls/stackforge/i18n-test.config
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
abandon = group i18n-test-core
|
||||||
|
label-Code-Review = -2..+2 group i18n-test-core
|
||||||
|
label-Workflow = -1..+1 group i18n-test-core
|
||||||
|
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
pushSignedTag = group i18n-test-release
|
||||||
|
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@@ -1195,6 +1195,8 @@
|
|||||||
description: SaltStack formula used for installing OpenStack Horizon
|
description: SaltStack formula used for installing OpenStack Horizon
|
||||||
acl-config: /home/gerrit2/acls/stackforge/salt-formula.config
|
acl-config: /home/gerrit2/acls/stackforge/salt-formula.config
|
||||||
upstream: https://github.com/jeffrey4l/horizon-salt-formula.git
|
upstream: https://github.com/jeffrey4l/horizon-salt-formula.git
|
||||||
|
- project: stackforge/i18n-test
|
||||||
|
description: System tests for i18n & l10n
|
||||||
- project: stackforge/inception
|
- project: stackforge/inception
|
||||||
description: Inception Cloud Project
|
description: Inception Cloud Project
|
||||||
upstream: git://github.com/maoy/inception.git
|
upstream: git://github.com/maoy/inception.git
|
||||||
|
@@ -2735,6 +2735,14 @@
|
|||||||
node: 'bare-precise || bare-trusty'
|
node: 'bare-precise || bare-trusty'
|
||||||
tarball-site: tarballs.openstack.org
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: i18n-test
|
||||||
|
node: 'bare-precise || bare-trusty'
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: inception
|
name: inception
|
||||||
node: 'bare-precise || bare-trusty'
|
node: 'bare-precise || bare-trusty'
|
||||||
|
@@ -4466,6 +4466,12 @@ projects:
|
|||||||
- name: merge-check
|
- name: merge-check
|
||||||
- name: noop-jobs
|
- name: noop-jobs
|
||||||
|
|
||||||
|
- name: stackforge/i18n-test
|
||||||
|
template:
|
||||||
|
- name: merge-check
|
||||||
|
- name: python-jobs
|
||||||
|
- name: python3-jobs
|
||||||
|
|
||||||
- name: stackforge/inception
|
- name: stackforge/inception
|
||||||
template:
|
template:
|
||||||
- name: merge-check
|
- name: merge-check
|
||||||
|
Reference in New Issue
Block a user