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 292217f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions roles/tempest/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
- name: ELF Define new container image name"
ansible.builtin.set_fact:
telemetry_tempest_image: "localhost/openstack-tempest-all"
telemetry_tempest_tag: "telemetry-tempest-plugins"
telemetry_tempest_image_tag: "telemetry-tempest-plugins"

- name: ELF Create a new image to use the newer version of telemetry_tempest_plugin containers.podman.
# This section runs the container.
Expand All @@ -78,7 +78,7 @@
# Then paste it in here.
ansible.builtin.shell:
cmd: |
podman build -t {{ telemetry_tempest_image }}:{{ telemetry_tempest_tag }} -f - <<EOF
podman build -t {{ telemetry_tempest_image }}:{{ telemetry_tempest_image_tag }} -f - <<EOF
FROM {{ cifmw_tempest_image }}:{{ cifmw_tempest_image_tag }}
RUN whoami
USER root
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 292217f

Please sign in to comment.