Skip to content

Commit

Permalink
Merge pull request #1316 from TheRealHaoLiu/tmp-fix-ci
Browse files Browse the repository at this point in the history
Temporary fix for CI failure for web-task-split
  • Loading branch information
TheRealHaoLiu authored Mar 30, 2023
2 parents 34f4871 + c4d9970 commit d4e12df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions molecule/default/tasks/awx_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
msg: '{{ failed_task }}'

- block:
- name: Look up details for this deployment
- name: Look up details for this AWX instance
k8s_info:
namespace: "{{ namespace }}"
api_version: "awx.ansible.com/v1beta1"
Expand All @@ -98,7 +98,7 @@
namespace: '{{ namespace }}'
kind: Pod
label_selectors:
- app.kubernetes.io/name = example-awx
- app.kubernetes.io/name = example-awx-web
register: awx_pod

- name: Extract additional_labels from AWX spec
Expand Down

0 comments on commit d4e12df

Please sign in to comment.