Disable scm when gerrit-git-prep in use
Don't use github scm when using gerrit-git-prep Will require me manually going in and clearing workspaces Fixes #1006636 Change-Id: If03633d2d37ad3219f81eb5e75649b4ccfa1a57c
This commit is contained in:
parent
4369225cf9
commit
e9a1442b6e
@ -114,7 +114,7 @@ builders:
|
||||
- python26
|
||||
|
||||
scm:
|
||||
scm: 'true'
|
||||
scm: 'false'
|
||||
|
||||
assignednode:
|
||||
node: '@NODE@'
|
||||
@ -156,7 +156,7 @@ builders:
|
||||
- python27
|
||||
|
||||
scm:
|
||||
scm: 'true'
|
||||
scm: 'false'
|
||||
|
||||
assignednode:
|
||||
node: '@NODE@'
|
||||
@ -391,7 +391,7 @@ builders:
|
||||
- python26
|
||||
|
||||
scm:
|
||||
scm: 'true'
|
||||
scm: 'false'
|
||||
|
||||
assignednode:
|
||||
node: '@NODE@'
|
||||
@ -435,7 +435,7 @@ builders:
|
||||
- python27
|
||||
|
||||
scm:
|
||||
scm: 'true'
|
||||
scm: 'false'
|
||||
|
||||
assignednode:
|
||||
node: '@NODE@'
|
||||
|
Loading…
x
Reference in New Issue
Block a user