Skip to content

Commit

Permalink
Shorten job names for OSA os_keystone repo
Browse files Browse the repository at this point in the history
Due to the length limit for the shabeng line [1] the jobs
for the OpenStack-Ansible keystone role are failing.

This patch shortens the names appropriately.

[1] pypa/virtualenv#596

Change-Id: I11d39d786a01a5519e58752962e578169f667c7b
  • Loading branch information
Jesse Pretorius committed Sep 1, 2016
1 parent 52d9256 commit 3ae6ad9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions jenkins/jobs/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7485,8 +7485,8 @@
- ubuntu-xenial
pipeline: gate
scenario:
- func_uwsgi_nginx
- func_uwsgi_apache
- uwsgi_nginx
- uwsgi_apache
- '{pipeline}-{name}-ansible-{scenario}-{ostype}{job-suffix}':
job-suffix: ''
ostype:
Expand All @@ -7495,8 +7495,8 @@
- ubuntu-xenial
pipeline: gate
scenario:
- func_uwsgi_nginx
- func_uwsgi_apache
- uwsgi_nginx
- uwsgi_apache

- project:
name: openstack-ansible-os_magnum
Expand Down
12 changes: 6 additions & 6 deletions zuul/layout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11584,12 +11584,12 @@ projects:
- name: ansible-role-functional-jobs-trusty
- name: ansible-role-functional-jobs-xenial
check:
- gate-openstack-ansible-os_keystone-ansible-func_uwsgi_nginx-centos-7-nv
- gate-openstack-ansible-os_keystone-ansible-func_uwsgi_nginx-ubuntu-trusty-nv
- gate-openstack-ansible-os_keystone-ansible-func_uwsgi_nginx-ubuntu-xenial-nv
- gate-openstack-ansible-os_keystone-ansible-func_uwsgi_apache-centos-7-nv
- gate-openstack-ansible-os_keystone-ansible-func_uwsgi_apache-ubuntu-trusty-nv
- gate-openstack-ansible-os_keystone-ansible-func_uwsgi_apache-ubuntu-xenial-nv
- gate-openstack-ansible-os_keystone-ansible-uwsgi_nginx-centos-7-nv
- gate-openstack-ansible-os_keystone-ansible-uwsgi_nginx-ubuntu-trusty-nv
- gate-openstack-ansible-os_keystone-ansible-uwsgi_nginx-ubuntu-xenial-nv
- gate-openstack-ansible-os_keystone-ansible-uwsgi_apache-centos-7-nv
- gate-openstack-ansible-os_keystone-ansible-uwsgi_apache-ubuntu-trusty-nv
- gate-openstack-ansible-os_keystone-ansible-uwsgi_apache-ubuntu-xenial-nv
release:
- openstack-ansible-os_keystone-announce-release

Expand Down

0 comments on commit 3ae6ad9

Please sign in to comment.