Skip to content

Commit adaa8a9

Browse files
committed
Removed variant of cifmw-molecule-tofu job
Multiple job definitions with the same name are called variants. These may have different selection criteria which indicate to Zuul that, for instance, the job should behave differently on a different git branch. In this case, we have the same jobs, doing almost the same thing. Removed duplicated job definition.
1 parent 643b4a5 commit adaa8a9

4 files changed

Lines changed: 9 additions & 12 deletions

File tree

ci/config/molecule.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,8 @@
9898
- job:
9999
name: cifmw-molecule-shiftstack
100100
nodeset: centos-9-crc-2-48-0-xl-ibm
101+
- job:
102+
name: cifmw-molecule-tofu
103+
nodeset: centos-9-crc-2-48-0-xl
104+
files:
105+
- ^ci_framework/playbooks/run_tofu.yml

ci/templates/molecule.yaml.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Don't modify this file.
2+
# If you need apply custom molecule changes, please edit ci/config/molecule.yaml
13
{% set want_list = ['defaults', 'files', 'handlers', 'library',
24
'lookup_plugins', 'module_utils', 'molecule',
35
'tasks', 'templates', 'vars'] -%}

zuul.d/molecule.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,9 @@
789789
- ^roles/tofu/(defaults|files|handlers|library|lookup_plugins|module_utils|molecule|tasks|templates|vars).*
790790
- ^ci/playbooks/molecule.*
791791
- ^.config/molecule/.*
792+
- ^ci_framework/playbooks/run_tofu.yml
792793
name: cifmw-molecule-tofu
794+
nodeset: centos-9-crc-2-48-0-xl
793795
parent: cifmw-molecule-base
794796
vars:
795797
TEST_RUN: tofu

zuul.d/tofu.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)