4bd139d1f4
Ant's SCP job uses DirSet which only allows for paths relative to the directory from which Ant is working. It also does not search for anything outside the current directory. After Iee055beb853cbb76a073c8060d6920d317f5bd64 os-ansible-deployment will simply be able to use the devstack-logs publisher. This change needs to go in first so the os-ansible-deployment gate will unblock. Change-Id: If94e6b97c159000c83fadc6e4dd72d56ee90d3b9
33 lines
526 B
YAML
33 lines
526 B
YAML
- job-template:
|
|
name: '{name}-check-lint'
|
|
node: '{node}'
|
|
|
|
wrappers:
|
|
- build-timeout:
|
|
timeout: 5
|
|
- timestamps
|
|
|
|
builders:
|
|
- gerrit-git-prep
|
|
- ansible-check-lint
|
|
|
|
publishers:
|
|
- console-log
|
|
|
|
- job-template:
|
|
name: '{name}-dsvm-check-commit'
|
|
node: '{node}'
|
|
|
|
wrappers:
|
|
- build-timeout:
|
|
timeout: 120
|
|
- timestamps
|
|
|
|
builders:
|
|
- gerrit-git-prep
|
|
- ansible-check-commit
|
|
|
|
publishers:
|
|
- console-log
|
|
- devstack-logs
|