Tools like ara are now installed within the virtualenv where ansible is installed. We need to add the bindir of those into the path so ansible will find them. Change-Id: Ic8d0cf821222f792e892a765b2dccaa0f35653afchanges/27/649427/1
parent
63976c5815
commit
70ec13a7ca
@ -0,0 +1,4 @@
|
||||
- hosts: localhost
|
||||
tasks:
|
||||
- name: Run ara
|
||||
shell: ara --help
|
@ -0,0 +1,27 @@
|
||||
- pipeline:
|
||||
name: check
|
||||
manager: independent
|
||||
post-review: true
|
||||
trigger:
|
||||
gerrit:
|
||||
- event: patchset-created
|
||||
success:
|
||||
gerrit:
|
||||
Verified: 1
|
||||
failure:
|
||||
gerrit:
|
||||
Verified: -1
|
||||
|
||||
- job:
|
||||
name: base
|
||||
parent: null
|
||||
|
||||
- job:
|
||||
name: test-ara
|
||||
run: playbooks/ara.yaml
|
||||
|
||||
- project:
|
||||
name: org/project
|
||||
check:
|
||||
jobs:
|
||||
- test-ara
|
@ -0,0 +1 @@
|
||||
test
|
@ -0,0 +1,8 @@
|
||||
- tenant:
|
||||
name: tenant-one
|
||||
source:
|
||||
gerrit:
|
||||
config-projects:
|
||||
- common-config
|
||||
untrusted-projects:
|
||||
- org/project
|
Loading…
Reference in new issue