Skip to content

Commit 4792097

Browse files
authored
Use ci-built occm in all e2e tests (#2227)
Previously in e2e tests we only used ci-built occm for the occm e2e test. The cinder and manila e2e tests used the latest release occm image. With this change all e2e tests deploy a ci-built occm.
1 parent dd53a6e commit 4792097

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

tests/playbooks/roles/install-cpo-occm/defaults/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ devstack_workdir: "{{ ansible_user_dir }}/devstack"
44

55
# Used for uploading image to local registry.
66
image_registry_host: localhost
7-
build_image: false
7+
build_image: true
88
run_e2e: false
99
# Used for access the private registry image from k8s
1010
remote_registry_host: "{{ ansible_default_ipv4.address }}"

tests/playbooks/test-csi-cinder-e2e.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
cert_hosts: ' ["{{ ansible_default_ipv4.address }}"]'
2727
- role: install-cpo-occm
2828
run_e2e: false
29-
build_image: false
3029
environment: "{{ global_env }}"
3130
- role: install-csi-cinder
3231
environment: "{{ global_env }}"

tests/playbooks/test-csi-manila-e2e.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
cert_hosts: ' ["{{ ansible_default_ipv4.address }}"]'
2626
- role: install-cpo-occm
2727
run_e2e: false
28-
build_image: false
2928
- role: install-helm
3029
- role: install-csi-manila
3130
environment: "{{ global_env }}"

tests/playbooks/test-occm-e2e.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,4 @@
2727
cert_hosts: ' ["{{ ansible_default_ipv4.address }}"]'
2828
- role: install-cpo-occm
2929
run_e2e: true
30-
build_image: true
3130
environment: "{{ global_env }}"

0 commit comments

Comments
 (0)