
Set the stx_remote_repo, stx_remote_branch and stx_remote_dest variables to pull directly from the source repo to test. Change-Id: I6d5bb56c71c38c4274532c258a1682e578cedf10 Signed-off-by: Dean Troyer <dtroyer@gmail.com>
20 lines
520 B
YAML
20 lines
520 B
YAML
- project:
|
|
templates:
|
|
- noop-jobs
|
|
check:
|
|
jobs:
|
|
- stx-github-debug:
|
|
vars:
|
|
stx_remote_repo: https://github.com/starlingx-staging/tools-contrib.git
|
|
stx_remote_branch: master
|
|
|
|
- job:
|
|
name: stx-github-debug
|
|
parent: tox
|
|
vars:
|
|
stx_remote_repo: https://github.com/starlingx-staging/tools.contrib.git
|
|
stx_remote_branch: master
|
|
stx_repo_dest: src/test-repo
|
|
tox_envlist: debug
|
|
pre-run: playbooks/fetch-remote-repo/pre.yaml
|