Finish retiring x/pbrx
Depends-On: https://review.opendev.org/726462 Change-Id: I0a5b2a352cdbf443976b18db4e4d210e4c7af581
This commit is contained in:
@@ -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
|
|
@@ -7505,8 +7505,8 @@
|
|||||||
- project: x/pandaman
|
- project: x/pandaman
|
||||||
description: ITDB Service for OpenStack
|
description: ITDB Service for OpenStack
|
||||||
- project: x/pbrx
|
- project: x/pbrx
|
||||||
description: Utilities for projects using pbr
|
description: RETIRED, Utilities for projects using pbr
|
||||||
use-storyboard: true
|
acl-config: /home/gerrit2/acls/openstack/retired.config
|
||||||
- project: x/performa
|
- project: x/performa
|
||||||
description: Distributed scenario runner, results processor and report generator
|
description: Distributed scenario runner, results processor and report generator
|
||||||
- project: x/picasso
|
- project: x/picasso
|
||||||
|
@@ -1923,7 +1923,6 @@ zuul:
|
|||||||
- change-merged
|
- change-merged
|
||||||
projects:
|
projects:
|
||||||
- opendev/zone-zuul-ci.org
|
- opendev/zone-zuul-ci.org
|
||||||
- x/pbrx
|
|
||||||
- zuul/gcp-authdaemon
|
- zuul/gcp-authdaemon
|
||||||
- zuul/nodepool
|
- zuul/nodepool
|
||||||
- zuul/project-config
|
- 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
|
|
@@ -8026,11 +8026,6 @@
|
|||||||
templates:
|
templates:
|
||||||
- openstack-python-jobs
|
- openstack-python-jobs
|
||||||
|
|
||||||
- project:
|
|
||||||
name: x/pbrx
|
|
||||||
templates:
|
|
||||||
- noop-jobs
|
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: x/performa
|
name: x/performa
|
||||||
templates:
|
templates:
|
||||||
|
@@ -1346,7 +1346,6 @@
|
|||||||
- x/packetary-specs
|
- x/packetary-specs
|
||||||
- x/packstack
|
- x/packstack
|
||||||
- x/pandaman
|
- x/pandaman
|
||||||
- x/pbrx
|
|
||||||
- x/performa
|
- x/performa
|
||||||
- x/picasso
|
- x/picasso
|
||||||
- x/poppy
|
- x/poppy
|
||||||
|
Reference in New Issue
Block a user