Skip to content

Commit

Permalink
run make targets
Browse files Browse the repository at this point in the history
  • Loading branch information
elfiesmelfie committed Dec 19, 2023
1 parent d25f091 commit 482bfcc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,18 +196,18 @@
STF CRC jobs that build and deploy STF
github-check:
jobs:
- stf-crc-ocp_412-nightly_bundles:
voting: false
- stf-crc-ocp_413-nightly_bundles:
voting: false
- stf-crc-ocp_414-nightly_bundles:
voting: false
- stf-crc-ocp_412-local_build
- stf-crc-ocp_413-local_build
#- stf-crc-ocp_412-nightly_bundles:
# voting: false
#- stf-crc-ocp_413-nightly_bundles:
# voting: false
#- stf-crc-ocp_414-nightly_bundles:
# voting: false
#- stf-crc-ocp_412-local_build
#- stf-crc-ocp_413-local_build
- stf-crc-ocp_414-local_build
- stf-crc-ocp_412-local_build-index_deploy
- stf-crc-ocp_413-local_build-index_deploy
- stf-crc-ocp_414-local_build-index_deploy
#- stf-crc-ocp_412-local_build-index_deploy
#- stf-crc-ocp_413-local_build-index_deploy
#- stf-crc-ocp_414-local_build-index_deploy

- project:
name: infrawatch/service-telemetry-operator
Expand Down
8 changes: 8 additions & 0 deletions ci/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
sto_dir: '{{ ansible_env.HOME }}/{{ zuul.projects["github.com/infrawatch/service-telemetry-operator"].src_dir }}'
when: sto_dir | default('') | length == 0

- name: Run make targets for setup
community.general.make:
chdir: '{{ ansible_env.HOME }}/{{ zuul.projects["github.com/openstack-k8s-operators/ci-framework"].src_dir }}'
target: "{{ item }}"
with_items:
- setup_tests
- setup_molecule

- name: "Run bootstrap playbook"
ansible.builtin.shell:
cmd: |
Expand Down

0 comments on commit 482bfcc

Please sign in to comment.