Add cross testing with Zuul
Add the "zuul-client-zuul-functional" integration test. This test ensures that the zuul-client CLI can interact as intended with a "real" instance of Zuul. Depends-On: https://review.opendev.org/752039 Change-Id: I23e3c4cc2721a000ec244696c27ab44c0a96d868
This commit is contained in:
parent
e9b427e8de
commit
ff9b60a809
15
.zuul.yaml
15
.zuul.yaml
@ -1,3 +1,16 @@
|
|||||||
|
- job:
|
||||||
|
name: zuul-client-zuul-functional
|
||||||
|
parent: tox
|
||||||
|
description: |
|
||||||
|
Test that Zuul and zuul-client work together.
|
||||||
|
required-projects:
|
||||||
|
- zuul/zuul
|
||||||
|
- zuul/zuul-client
|
||||||
|
vars:
|
||||||
|
zuul_work_dir: "{{ zuul.projects['opendev.org/zuul/zuul'].src_dir }}"
|
||||||
|
tox_envlist: zuul_client
|
||||||
|
nodeset: ubuntu-bionic
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
vars:
|
vars:
|
||||||
release_python: python3
|
release_python: python3
|
||||||
@ -13,6 +26,7 @@
|
|||||||
- tox-py38:
|
- tox-py38:
|
||||||
nodeset: ubuntu-bionic
|
nodeset: ubuntu-bionic
|
||||||
timeout: 3600
|
timeout: 3600
|
||||||
|
- zuul-client-zuul-functional
|
||||||
- build-python-release
|
- build-python-release
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
@ -26,6 +40,7 @@
|
|||||||
- tox-py38:
|
- tox-py38:
|
||||||
nodeset: ubuntu-bionic
|
nodeset: ubuntu-bionic
|
||||||
timeout: 3600
|
timeout: 3600
|
||||||
|
- zuul-client-zuul-functional
|
||||||
- build-python-release
|
- build-python-release
|
||||||
promote:
|
promote:
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user