Skip to content

Commit

Permalink
[tempest] Reenable tempest-molecule job and update undefined var
Browse files Browse the repository at this point in the history
  • Loading branch information
elfiesmelfie committed Jan 25, 2024
1 parent e7b1574 commit fa54545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/tempest/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
ansible.builtin.shell:
cmd: |
podman build -t {{ telemetry_tempest_image }}:{{ telemetry_tempest_tag }} -f - <<EOF
FROM {{ cifmw_tempest_image }}:{{ cifmw_tempest_image_tag }}
FROM {{ cifmw_tempest_image }}:{{ cifmw_tempest_tag }}
RUN whoami
USER root
RUN dnf install -y python3-pip
Expand Down
2 changes: 1 addition & 1 deletion zuul.d/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
#- cifmw-molecule-rhol_crc
#- cifmw-molecule-run_hook
#- cifmw-molecule-set_openstack_containers
#- cifmw-molecule-tempest
- cifmw-molecule-tempest
#- cifmw-molecule-test_deps
#- cifmw-molecule-tobiko
#- cifmw-molecule-tofu
Expand Down

0 comments on commit fa54545

Please sign in to comment.