Skip to content

Commit b6c46d7

Browse files
committed
modify zuul config to try only build the container I need
1 parent 3bea160 commit b6c46d7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

containers.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
container_images:
2+
- imagename: quay.io/podified-master-centos9/openstack-ansible-tests:current-podified

zuul.d/job.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
cifmw_test_operator_ansibletest_ansible_var_files: |
3434
cifmw_openshift_kubeconfig: "{{ cifmw_openshift_kubeconfig }}"
3535
cifmw_path: "{{ cifmw_path }}"
36+
cifmw_build_containers_config_file: "{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/tcib'].src_dir }}/containers.yaml"
3637

3738
- job:
3839
name: tcib-crc-podified-edpm-baremetal

0 commit comments

Comments
 (0)