Import Zuul v3 job
Add run-tests job in-tree for Zuul v3. This job has been converted to Zuul v3 syntax. Change-Id: I76139623f828cd5d27644df81bf632519f568f39
This commit is contained in:
parent
82f9e84b86
commit
b0fb22d3fe
13
.zuul.yaml
Normal file
13
.zuul.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
- job:
|
||||
name: cl-openstack-client-run-tests
|
||||
description: |
|
||||
Run tests for cl-openstack-client project.
|
||||
run: playbooks/run-tests/run.yaml
|
||||
|
||||
- project:
|
||||
check:
|
||||
jobs:
|
||||
- cl-openstack-client-run-tests
|
||||
gate:
|
||||
jobs:
|
||||
- cl-openstack-client-run-tests
|
7
playbooks/run-tests/run.yaml
Normal file
7
playbooks/run-tests/run.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
- hosts: all
|
||||
|
||||
tasks:
|
||||
- name: Run run-tests.sh
|
||||
command: ./run-tests.sh
|
||||
args:
|
||||
chdir: '{{ zuul.project.src_dir }}'
|
Loading…
x
Reference in New Issue
Block a user