Don't offline after periodic-mirror-python26

* modules/openstack_project/files/zuul/layout.yaml: A too-greedy
pattern for matching Python 2.6 unit test job names inadvertently
also included the periodic-mirror-python26 job. The upshot was that
Zuul instructed Jenkins to offline the static mirror26 slave where
it runs after job completion. Add a negative lookahead to exclude
this job from the pattern for single-use behavior.

Change-Id: I31852ddfefb630044850af7eeb08627a709411cc
This commit is contained in:
Jeremy Stanley 2014-02-14 19:42:26 +00:00
parent f2dc8c3b9b
commit 2a3f3e42a9

View File

@ -225,7 +225,7 @@ jobs:
parameter-function: set_log_url
- name: ^.*(dsvm|devstack-vm).*$
parameter-function: single_use_node
- name: '^(gate|periodic)-.*-python26.*$'
- name: '^(gate|periodic)-(?!mirror).*-python26.*$'
parameter-function: single_use_node
- name: gate-sqlalchemy-migrate-unittests-26sa07
parameter-function: single_use_node