Commit 3e02e0f
Shivam Mukhade
Wait for tekton.dev/pipeline label to add checkrun id label
this updates controller to wait for pipeline label in order to
avoid race condition.
this is a temporaray fix, we will update this with a proper fix soon.
this will not any performance change as pipelinerun is created and
started and waiting for adding label will not any effect on execution of
pipelinerun.
in case of concurreny, there may be delay of a few seconds in starting of
first pipelinerun from .tekton directory.
Signed-off-by: Shivam Mukhade <[email protected]>1 parent 2ecdc87 commit 3e02e0f
1 file changed
+16
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | 112 | | |
116 | 113 | | |
117 | 114 | | |
| |||
137 | 134 | | |
138 | 135 | | |
139 | 136 | | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
140 | 146 | | |
141 | 147 | | |
142 | 148 | | |
| |||
150 | 156 | | |
151 | 157 | | |
152 | 158 | | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
153 | 166 | | |
154 | 167 | | |
155 | 168 | | |
| |||
0 commit comments