Skip to content

Commit e8657d9

Browse files
Address review: remove cpms_test from Jenkins job and drop redundant inner rescue
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 34cd493 commit e8657d9

2 files changed

Lines changed: 0 additions & 19 deletions

File tree

collection/stages/roles/day2ops/tasks/procedures/cpms_replace_attrs.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -163,17 +163,6 @@
163163
- cpms_replacements.sg_name in item.security_groups | json_query('[*].name')
164164
with_items: "{{ master_after }}"
165165

166-
rescue:
167-
- name: Run must-gather after cpms_replace_attrs failure
168-
ansible.builtin.include_role:
169-
name: tools_must-gather
170-
vars:
171-
must_gather_suffix: "cpms-replace-attrs"
172-
173-
- name: Fail inside rescue block
174-
ansible.builtin.fail:
175-
msg: "The cpms_replace_attrs procedure failed"
176-
177166
always:
178167
- name: Create restore patch for CPMS
179168
ansible.builtin.template:

jobs_definitions/4.17_ovnkubernetes_ipi.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,13 @@ stages:
1010
- post
1111
- verification
1212
- day2ops
13-
- cpms_test
1413
- openstack_test
1514
- conformance_test
1615
- cinder_csi_tests
1716
- manila_csi_tests
1817

1918
day2ops_procedures:
2019
- moving-etcd-to-ephemeral
21-
- cpms_replace_attrs
22-
23-
cpms_replacements:
24-
network_name: cpms-test-network
25-
subnet_name: cpms-test-subnet
26-
cidr: 192.168.240.0/24
27-
sg_name: cpms-test-sg
2820

2921
ocp_deployment_topology:
3022
network_type: OVNKubernetes

0 commit comments

Comments
 (0)