Merge "Fix CentOS8 Migration leftover"

This commit is contained in:
Zuul 2020-05-04 03:56:55 +00:00 committed by Gerrit Code Review
commit 54e6bdd03c
2 changed files with 3 additions and 6 deletions

View File

@ -59,7 +59,7 @@
---
{% set items = molecule_yaml['content'] | b64decode | from_yaml %}
{% set job_index = [] %}
{% set new_job_name = "tripleo-validations-centos-7-molecule-" ~ _role_name %}
{% set new_job_name = "tripleo-validations-centos-8-molecule-" ~ _role_name %}
{% for item in items %}
{% if 'project-template' in item %}
{% if item['project-template']['name'] == "tripleo-validations-molecule-jobs" %}
@ -83,7 +83,7 @@
{% if (job_index | length) < 1 %}
{% set new_job = {
"name": new_job_name,
"parent": "tripleo-validations-centos-7-base",
"parent": "tripleo-validations-centos-8-base",
"files": [
"^roles/" ~ _role_name ~ "/.*"
],

View File

@ -26,6 +26,7 @@
jobs:
- tripleo-validations-centos-8-molecule-ceph
- tripleo-validations-centos-8-molecule-check_latest_packages_version
- tripleo-validations-centos-8-molecule-check_network_gateway
- tripleo-validations-centos-8-molecule-controller_token
- tripleo-validations-centos-8-molecule-controller_ulimits
- tripleo-validations-centos-8-molecule-ctlplane_ip_range
@ -39,14 +40,10 @@
- tripleo-validations-centos-8-molecule-undercloud_cpu
- tripleo-validations-centos-8-molecule-undercloud_debug
- tripleo-validations-centos-8-molecule-undercloud_disk_space
- tripleo-validations-centos-8-molecule-nova_status
- tripleo-validations-centos-8-molecule-image_serve
- tripleo-validations-centos-8-molecule-check_network_gateway
- tripleo-validations-centos-8-molecule-undercloud_heat_purge_deleted
- tripleo-validations-centos-8-molecule-undercloud_ram
- tripleo-validations-centos-8-molecule-undercloud_tokenflush
- tripleo-validations-centos-8-molecule-validate_selinux
# - tripleo-validations-centos-8-molecule-check_network_gateway
name: tripleo-validations-molecule-jobs
- job:
files: