Tell project-config about itself
Due to the fact that we had to freeze config in order to filter branch it as the seed repo for the creation of the project-config repo, the patch that created project-config in config landed after the filter branch. So the information about project-config itself is not currently in project-config. This patch addresses the situation. Backport of: https://review.openstack.org/#/c/121650/15 Change-Id: I669fb70f2dabb57300e0e7cdddc49e16b7e67d47
This commit is contained in:
parent
8bd266833c
commit
20c2f79757
10
gerrit/acls/openstack-infra/project-config.config
Normal file
10
gerrit/acls/openstack-infra/project-config.config
Normal file
@ -0,0 +1,10 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group project-config-core
|
||||
label-Code-Review = -2..+2 group project-config-core
|
||||
label-Workflow = -1..+1 group project-config-core
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -168,6 +168,11 @@
|
||||
- openstack-ci
|
||||
description: log analyzer tools for logs.openstack.org
|
||||
upstream: git://github.com/sdague/os_loganalyze.git
|
||||
- project: openstack-infra/project-config
|
||||
groups:
|
||||
- openstack-ci
|
||||
description: configuration files for project CI systems
|
||||
upstream: git://github.com/anteaya/project-config.git
|
||||
- project: openstack-infra/publications
|
||||
groups:
|
||||
- openstack-ci
|
||||
|
@ -31,6 +31,7 @@ openstack-infra:
|
||||
- openstack-infra/nose-html-output
|
||||
- openstack-infra/odsreg
|
||||
- openstack-infra/os-loganalyze
|
||||
- openstack-infra/project-config
|
||||
- openstack-infra/publications
|
||||
- openstack-infra/puppet-apparmor
|
||||
- openstack-infra/puppet-dashboard
|
||||
@ -758,6 +759,7 @@ openstack-merges:
|
||||
- openstack-infra/odsreg
|
||||
- openstack-infra/openstackid
|
||||
- openstack-infra/os-loganalyze
|
||||
- openstack-infra/project-config
|
||||
- openstack-infra/publications
|
||||
- openstack-infra/puppet-apparmor
|
||||
- openstack-infra/puppet-dashboard
|
||||
|
@ -543,6 +543,14 @@
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: project-config
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
||||
jobs:
|
||||
- gate-{name}-pep8
|
||||
- gate-{name}-bashate
|
||||
|
||||
- project:
|
||||
name: gerrit-powered-agenda
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@ -3295,6 +3295,22 @@ projects:
|
||||
- gate-os-loganalyze-pep8
|
||||
- gate-os-loganalyze-python27
|
||||
|
||||
- name: openstack-infra/project-config
|
||||
template:
|
||||
- name: merge-check
|
||||
check:
|
||||
- config-compare-xml
|
||||
- gate-config-layout
|
||||
- gate-project-config-pep8
|
||||
- gate-project-config-bashate
|
||||
- gate-config-irc-access
|
||||
- gate-config-projects-yaml
|
||||
gate:
|
||||
- gate-config-layout
|
||||
- gate-project-config-pep8
|
||||
- gate-config-irc-access
|
||||
- gate-config-projects-yaml
|
||||
|
||||
- name: openstack-infra/publications
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user