Skip to content

Commit

Permalink
Skip building the horizontest container
Browse files Browse the repository at this point in the history
As we are facing issue [1] to build the horizontest
conatiner while building the tcib container.

[1]: https://issues.redhat.com/browse/OSPCIX-378
  • Loading branch information
bshewale authored and openshift-merge-bot[bot] committed Jul 19, 2024
1 parent 3b250f0 commit 983d7f2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 11 additions & 0 deletions roles/build_containers/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,17 @@ cifmw_build_containers_cleanup: false
# Install tcib from source
cifmw_build_containers_install_from_source: false

cifmw_build_containers_exclude_containers:
master:
centos9:
- horizontest
antelope:
centos9:
- horizontest
rhos18:
rhel9:
- horizontest

# Downstream only variables:
#
# cifmw_build_containers_rhel_modules
Expand Down
1 change: 0 additions & 1 deletion roles/build_containers/molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
hosts: all
vars:
cifmw_build_containers_cleanup: true
cifmw_build_containers_install_from_source: true
cifmw_build_containers_config_file: "{{ ansible_user_dir }}/src/github.com/openstack-k8s-operators/ci-framework/roles/build_containers/files/containers.yaml"
roles:
- role: "build_containers"

0 comments on commit 983d7f2

Please sign in to comment.