Skip to content

Commit a86f59c

Browse files
committed
Add molecule jobs from edpm-ansible
The edpm-ansible folks would like to run own job also when our changes are related to molecule job. Let's trigger some of they jobs here. Depends-On: #3385 Signed-off-by: Daniel Pawlik <[email protected]>
1 parent 67de624 commit a86f59c

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

ci/playbooks/molecule-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,5 @@
4949
chdir: "{{ roles_dir }}"
5050
cmd: >-
5151
set -o pipefail;
52-
mkdir -p {{ roles_dir }}/../../group_vars ;
5352
molecule -c {{ mol_config_dir }} test --all |
5453
tee {{ ansible_user_dir }}/ci-framework-data/logs/molecule-execution.log

roles/cifmw_cephadm/molecule/default/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# Mainly used to override the defaults set in .config/molecule/
33
# By default, it uses the "config_podman.yml" - in CI, it will use
4-
# "config_local.yml".
4+
# "config_local.yml"
55
log: true
66

77
provisioner:

scripts/create_role_molecule.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
from jinja2 import Environment, FileSystemLoader
2222

2323
additional_molecule_jobs = [
24-
"edpm-ansible-molecule-edpm_kernel",
2524
"edpm-ansible-molecule-edpm_podman",
2625
"edpm-ansible-molecule-edpm_ovs",
2726
]

zuul.d/projects.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@
104104
- cifmw-molecule-update_containers
105105
- cifmw-molecule-validations
106106
- cifmw-molecule-virtualbmc
107-
- edpm-ansible-molecule-edpm_kernel
108107
- edpm-ansible-molecule-edpm_podman
109108
- edpm-ansible-molecule-edpm_ovs
110109
github-post:

0 commit comments

Comments
 (0)