Commit 9c2ef7e
fix(ci): Dont run functional tests if changing patch series
Currently, we often get stuck with the problem where something in the
host kernel breaks that causes functional tests to fail, but we cannot
update the patch series from which the host kernel gets built, because
functional tests are failing. Break this cyclic dependency by simply not
running functional tests when updating only the patch series (as they
dont test the updated kernel anyway.
Signed-off-by: Patrick Roy <roypat@amazon.co.uk>1 parent 428dc38 commit 9c2ef7e
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
125 | 127 | | |
126 | 128 | | |
127 | 129 | | |
| |||
0 commit comments