Finish retiring x/pbrx
Depends-On: https://review.opendev.org/726462 Change-Id: I0a5b2a352cdbf443976b18db4e4d210e4c7af581
This commit is contained in:
parent
9ccdffeee9
commit
c6d2d35efc
gerrit
gerritbot
playbooks/pbrx-push
zuul.d
zuul
@ -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
|
||||
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
|
||||
|
@ -1923,7 +1923,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
|
@ -8026,11 +8026,6 @@
|
||||
templates:
|
||||
- openstack-python-jobs
|
||||
|
||||
- project:
|
||||
name: x/pbrx
|
||||
templates:
|
||||
- noop-jobs
|
||||
|
||||
- project:
|
||||
name: x/performa
|
||||
templates:
|
||||
|
@ -1346,7 +1346,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