Skip to content

Commit bcdf773

Browse files
committed
Add PTP GM test run
1 parent da06b24 commit bcdf773

3 files changed

Lines changed: 465 additions & 1 deletion

File tree

playbooks/cnf/deploy-run-cnf-tests-script.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
cnf_image_tag: "{{ container_registry }}/cnf-tests-rhel{{ cnf_tests_rhel }}:v{{ containers_version }}"
192192

193193
- name: Run CNF tests via makefile. OCP >= 4.15
194-
when: (ocp_minor_version|int >= 15 and ocp_major_version | int == 4) or ocp_major_version | int > 4
194+
when: (ocp_minor_version | int >= 15 and ocp_major_version | int == 4) or ocp_major_version | int > 4
195195
block:
196196
- name: Clone cnf-feature-deploy project
197197
block:

0 commit comments

Comments
 (0)