Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IronicDrivers
ci-project-config
Commits
aa3853ff
Commit
aa3853ff
authored
Aug 22, 2017
by
Ricardo Araujo
Committed by
Ricardo Araujo
Aug 22, 2017
Browse files
Update zuul scripts
parent
11a7398b
Changes
2
Hide whitespace changes
Inline
Side-by-side
zuul/layout.yaml
View file @
aa3853ff
...
...
@@ -70,6 +70,7 @@ pipelines:
jobs
:
-
name
:
^dsvm-tempest-ironic.*$
parameter-function
:
single_use_node
# parameter-function: set_node_options
skip-if
:
-
project
:
^openstack/ironic$
all-files-match-any
:
...
...
@@ -84,6 +85,7 @@ jobs:
-
name
:
check-dsvm-ironic-oneview-power-and-management
parameter-function
:
single_use_node
# parameter-function: set_node_options
skip-if
:
-
project
:
^openstack/ironic$
all-files-match-any
:
...
...
zuul/openstack_functions.py
View file @
aa3853ff
...
...
@@ -52,7 +52,7 @@ def set_node_options(item, job, params):
params
[
'OFFLINE_NODE_WHEN_COMPLETE'
]
=
'1'
# Pass tags through for subunit2sql
params
[
'JOB_TAGS'
]
=
' '
.
join
(
sorted
(
job
.
tags
))
proposal_re
=
r
'^.*(propose|upstream)-(.*?)-(constraints-.*|updates?|update-(liberty|mitaka|newton|ocata|pike)|plugins-list|openstack-constraints|update-constraints)$'
# noqa
proposal_re
=
r
'^.*(propose|upstream)-(.*?)-(constraints-.*|updates?|update-(liberty|mitaka|newton|ocata|pike)|plugins-list|openstack-constraints|update-constraints
|osa-test-scripts
)$'
# noqa
release_re
=
r
'^.*-(forge|jenkinsci|mavencentral|pypi-(both|wheel)|npm)-upload$'
hook_re
=
r
'^hook-(.*?)-(rtfd)$'
wheel_re
=
r
'^wheel-(build|release)-.*$'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment