bf3218193b
scm module had a few existing tests so now those tests are the examples. Change-Id: Iaf039a5bb6f3910b09198e4a800a94f3f58804f9
19 lines
549 B
YAML
19 lines
549 B
YAML
scm:
|
|
- repo:
|
|
manifest-url: https://example.com/project/
|
|
manifest-branch: stable
|
|
manifest-file: repo.xml
|
|
manifest-group: drivers
|
|
destination-dir: build
|
|
repo-url: https://internal.net/projects/repo
|
|
mirror-dir: ~/git/project/
|
|
jobs: 3
|
|
current-branch: false
|
|
quiet: false
|
|
local-manifest: |
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<manifest>
|
|
<project path="external/project" name="org/project"
|
|
remote="gerrit" revision="master" />
|
|
</manifest>
|