Merge "Finish retiring x/pbrx"
This commit is contained in:
commit
cc61ac970d
@ -1,14 +0,0 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group pbrx-core
|
||||
label-Code-Review = -2..+2 group pbrx-core
|
||||
label-Workflow = -1..+1 group pbrx-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group pbrx-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -7509,8 +7509,8 @@
|
||||
- project: x/pandaman
|
||||
description: ITDB Service for OpenStack
|
||||
- project: x/pbrx
|
||||
description: Utilities for projects using pbr
|
||||
use-storyboard: true
|
||||
description: RETIRED, Utilities for projects using pbr
|
||||
acl-config: /home/gerrit2/acls/openstack/retired.config
|
||||
- project: x/performa
|
||||
description: Distributed scenario runner, results processor and report generator
|
||||
- project: x/picasso
|
||||
|
@ -1920,7 +1920,6 @@ zuul:
|
||||
- change-merged
|
||||
projects:
|
||||
- opendev/zone-zuul-ci.org
|
||||
- x/pbrx
|
||||
- zuul/gcp-authdaemon
|
||||
- zuul/nodepool
|
||||
- zuul/project-config
|
||||
|
@ -1,18 +0,0 @@
|
||||
- hosts: all
|
||||
tasks:
|
||||
|
||||
- name: Docker Hub login
|
||||
command: docker login -u {{ openstackzuul_docker_login.user }} -p {{ openstackzuul_docker_login.password }}
|
||||
no_log: True
|
||||
|
||||
- block:
|
||||
|
||||
- name: Push prefixed container images
|
||||
command: 'pbrx --debug push-images --prefix={{ pbrx_prefix }}'
|
||||
args:
|
||||
chdir: '{{ zuul_work_dir|default(zuul.project.src_dir) }}'
|
||||
|
||||
always:
|
||||
|
||||
- name: Docker Hub logout
|
||||
command: docker logout
|
@ -8010,11 +8010,6 @@
|
||||
templates:
|
||||
- openstack-python-jobs
|
||||
|
||||
- project:
|
||||
name: x/pbrx
|
||||
templates:
|
||||
- noop-jobs
|
||||
|
||||
- project:
|
||||
name: x/performa
|
||||
templates:
|
||||
|
@ -1343,7 +1343,6 @@
|
||||
- x/packetary-specs
|
||||
- x/packstack
|
||||
- x/pandaman
|
||||
- x/pbrx
|
||||
- x/performa
|
||||
- x/picasso
|
||||
- x/poppy
|
||||
|
Loading…
x
Reference in New Issue
Block a user