Skip to content

Commit 4d67ffe

Browse files
committed
disable sandboxing for mgmt_tooling
it needs more access to iterate available node and their labels. tooling is fairly elevated anyway, so it makes no difference.
1 parent 38f0085 commit 4d67ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins-jobs/xenon/mgmt_tooling.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
# Clones, tests and deploys tooling to all slaves.
2424
class MGMTTooling < PipelineJob
2525
def initialize
26-
super('mgmt_tooling', template: 'mgmt_tooling')
26+
super('mgmt_tooling', template: 'mgmt_tooling', sandbox: false)
2727
end
2828
end

0 commit comments

Comments
 (0)