Merge lp://staging/~al-maisan/launchpad/observe-virtualized-507323 into lp://staging/launchpad/db-devel
Proposed by
Muharem Hrnjadovic
Status: | Merged |
---|---|
Approved by: | Paul Hummer |
Approved revision: | not available |
Merged at revision: | not available |
Proposed branch: | lp://staging/~al-maisan/launchpad/observe-virtualized-507323 |
Merge into: | lp://staging/launchpad/db-devel |
Prerequisite: | lp://staging/~al-maisan/launchpad/qualify-subquery-507562 |
Diff against target: |
32 lines (+15/-6) 1 file modified
lib/lp/buildmaster/model/builder.py (+15/-6) |
To merge this branch: | bzr merge lp://staging/~al-maisan/launchpad/observe-virtualized-507323 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Paul Hummer (community) | code | Approve | |
Review via email: mp+17412@code.staging.launchpad.net |
To post a comment you must log in.
Hello there!
The selection of candidate jobs for idle builders in the build farm compares virtualized) for these.
the platform settings (processor/
In cases where a potential candidate job does not care about virtualization it
should only be considered for virtualized builders.
This is a security precaution preventing the execution of untrusted code on
native builders.
Please note that all _findBuildCandi date() tests (we have a pretty extensive
test coverage of the build farm candidate job selection) pass.
Test to run:
bin/test -vv -t build
No "make lint" errors or warnings.