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.
24 lines
583 B
24 lines
583 B
--- |
|
- job: |
|
description: Base tripleo-validations job |
|
name: tripleo-validations-centos-8-base |
|
nodeset: centos-8 |
|
parent: base |
|
success-url: "reports.html" |
|
failure-url: "reports.html" |
|
pre-run: |
|
- tests/prepare-test-host.yml |
|
- ci/playbooks/pre.yml |
|
run: |
|
- ci/playbooks/run.yml |
|
timeout: 1800 |
|
voting: true |
|
|
|
- job: |
|
name: tripleo-ci-centos-8-standalone-tv-validation |
|
parent: tripleo-ci-centos-8-standalone |
|
vars: |
|
featureset: '052' |
|
validate_services: true |
|
enable_validation: true |
|
component: validation
|
|
|