Skip to content

Commit ac5c3d5

Browse files
authored
Revert modify_openstackversions hook post_ctlplane (#320)
The #315 PR modified the hook to be executed as pre_tests. This caused the hook to be executed after our functional tests instead of before, which caused failures. Also this wasn't noticed, because of the "files" field we had defined in zuul.yaml for the functional-tests-osp18, which prevented the affected job to be executed on the original PR making everyone think it passed successfuly. This PR removes the "files" list from functional-tests-osp18 to have the functional-tests-osp18 executed for this change and to prevent similar mistakes in the future. The "irrelevant-files" list we have defined at the job definition seems detailed enough to stop the job from executing where we don't want it to.
1 parent 98372d7 commit ac5c3d5

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.zuul.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,7 @@
169169
override-checkout: main
170170
- feature-verification-tests-noop:
171171
files: *irrelevant_files
172-
- functional-tests-osp18:
173-
files:
174-
- roles/telemetry_autoscaling/.*
175-
- roles/telemetry_graphing/.*
176-
- roles/telemetry_logging/.*
177-
- roles/common/*
178-
- roles/telemetry_verify_metrics/.*
172+
- functional-tests-osp18
179173
- functional-logging-tests-osp18:
180174
irrelevant-files: *irrelevant_files
181175
files:

ci/vars-use-master-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
pre_tests_99_modify_openstackversions:
2+
post_ctlplane_deploy_99_modify_openstackversions:
33
source: "{{ ansible_user_dir }}/{{ zuul.projects['github.com/infrawatch/feature-verification-tests'].src_dir }}/ci/use-master-containers.yml"
44
type: playbook

0 commit comments

Comments
 (0)