Commit ac5c3d5
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
2 files changed
+2
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
| 172 | + | |
179 | 173 | | |
180 | 174 | | |
181 | 175 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
0 commit comments