Skip to content

Commit

Permalink
Disable CI test for AWXMeshIngress
Browse files Browse the repository at this point in the history
TODO: fix this
  • Loading branch information
TheRealHaoLiu committed Jan 18, 2024
1 parent bd2a922 commit 76f12ca
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions molecule/default/tasks/awxmeshingress_test.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
---
- name: Create the awx.ansible.com/v1alpha1.AWXMeshIngress
k8s:
state: present
namespace: '{{ namespace }}'
definition: "{{ lookup('template', '/'.join([samples_dir, cr_file])) | from_yaml }}"
wait: yes
wait_timeout: 300
wait_condition:
type: Successful
status: "True"
vars:
cr_file: 'awx_v1alpha1_awxmeshingress.yaml'
# TODO: Add tests for AWXMeshIngress
# ---
# - name: Create the awx.ansible.com/v1alpha1.AWXMeshIngress
# k8s:
# state: present
# namespace: '{{ namespace }}'
# definition: "{{ lookup('template', '/'.join([samples_dir, cr_file])) | from_yaml }}"
# wait: yes
# wait_timeout: 300
# wait_condition:
# type: Successful
# status: "True"
# vars:
# cr_file: 'awx_v1alpha1_awxmeshingress.yaml'

- name: Add assertions here
assert:
that: false
fail_msg: FIXME Add real assertions for your operator
# - name: Add assertions here
# assert:
# that: false
# fail_msg: FIXME Add real assertions for your operator

0 comments on commit 76f12ca

Please sign in to comment.