Skip to content

Commit

Permalink
fix focal jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ricolin committed Dec 10, 2024
1 parent 9aee8f5 commit b4fdf05
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion zuul.d/jobs-focal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

- job:
name: ansible-collection-kubernetes-molecule-focal
parent: ansible-collection-kubernetes-molecule
parent: ansible-collection-kubernetes-molecule-py38
vars:
# NOTE(mnaser): Ubuntu Focal ships with an old Python
python_use_pyenv: true
Expand Down
8 changes: 8 additions & 0 deletions zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
vars:
chart_vendor_charts_root: roles/cert_manager/files

- job:
name: ansible-collection-kubernetes-molecule-py38
parent: tox-py38
abstract: true
pre-run: zuul.d/playbooks/molecule/pre.yml
run: zuul.d/playbooks/molecule/run.yml
post-run: zuul.d/playbooks/molecule/post.yml

- job:
name: ansible-collection-kubernetes-molecule
parent: tox
Expand Down

0 comments on commit b4fdf05

Please sign in to comment.