You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
520 B
19 lines
520 B
- 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
|
|
|