Add a release job for sandbox
To help debug production problems that only show up with tags. Change-Id: I538482e7b93e503edd0e805958d114633d1098f0
This commit is contained in:
parent
76e726a713
commit
46c53e2362
@ -53,3 +53,15 @@
|
|||||||
- console-log
|
- console-log
|
||||||
|
|
||||||
node: '{node}'
|
node: '{node}'
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: 'sandbox-tag'
|
||||||
|
|
||||||
|
builders:
|
||||||
|
- revoke-sudo
|
||||||
|
- gerrit-git-prep
|
||||||
|
|
||||||
|
publishers:
|
||||||
|
- console-log
|
||||||
|
|
||||||
|
node: 'bare-precise'
|
||||||
|
@ -2526,6 +2526,10 @@ projects:
|
|||||||
- noop
|
- noop
|
||||||
gate:
|
gate:
|
||||||
- noop
|
- noop
|
||||||
|
pre-release:
|
||||||
|
- sandbox-tag
|
||||||
|
release:
|
||||||
|
- sandbox-tag
|
||||||
|
|
||||||
- name: openstack-dev/specs-cookiecutter
|
- name: openstack-dev/specs-cookiecutter
|
||||||
check:
|
check:
|
||||||
|
Loading…
Reference in New Issue
Block a user