Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-1.26] Use ci-built occm in all e2e tests #2353

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/playbooks/roles/install-cpo-occm/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ devstack_workdir: "{{ ansible_user_dir }}/devstack"

# Used for uploading image to local registry.
image_registry_host: localhost
build_image: false
build_image: true
run_e2e: false
# Used for access the private registry image from k8s
remote_registry_host: "{{ ansible_default_ipv4.address }}"
Expand Down
1 change: 0 additions & 1 deletion tests/playbooks/test-csi-cinder-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
cert_hosts: ' ["{{ ansible_default_ipv4.address }}"]'
- role: install-cpo-occm
run_e2e: false
build_image: false
environment: "{{ global_env }}"
- role: install-csi-cinder
environment: "{{ global_env }}"
1 change: 0 additions & 1 deletion tests/playbooks/test-csi-manila-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
cert_hosts: ' ["{{ ansible_default_ipv4.address }}"]'
- role: install-cpo-occm
run_e2e: false
build_image: false
- role: install-helm
- role: install-csi-manila
environment: "{{ global_env }}"
1 change: 0 additions & 1 deletion tests/playbooks/test-occm-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@
cert_hosts: ' ["{{ ansible_default_ipv4.address }}"]'
- role: install-cpo-occm
run_e2e: true
build_image: true
environment: "{{ global_env }}"