Commit c9d2cf9
committed
Improve code consistency and fix missing test annotation
Use early returns in timeout handling for better code consistency
and readability throughout the reconciliation logic.
Add missing @test:execution=parallel annotation to the excessive
reconciliation e2e test for proper test categorization.
Addresses review feedback from PR tektoncd#9202.1 parent 798b72f commit c9d2cf9
File tree
2 files changed
+4
-1
lines changed- pkg/reconciler/pipelinerun
- test
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
| 298 | + | |
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| 70 | + | |
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
| |||
0 commit comments