Skip to content

Commit

Permalink
Add make targets to pre-getkubeconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
elfiesmelfie committed Dec 19, 2023
1 parent 482bfcc commit c803be2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ci/pre-get_kubeconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
# cmd: |
# mkdir -p {{ cifmw_openshift_kubeconfig | dirname }}
# ln -s {{ ansible_env.HOME }}/.kube/config {{ cifmw_openshift_kubeconfig }}
- 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


# # I need to figure out why the ci_script module is not available in the environment, since the command above is taking the login command out of that.
- name: "Login into openshift"
Expand Down

0 comments on commit c803be2

Please sign in to comment.