Commit 2913f1b
authored
{CI} Ignore downloadUrl when comparing index.json entries and always run service_name check (#9358)
- Add entry_equals_ignore_url to detect modified index.json entries while ignoring downloadUrl differences (avoids treating URL-only changes as metadata changes).
- Replace direct entry inequality with URL-agnostic comparison to build correct modified_entries list.
- Remove special-case skip for 'deploy-to-azure' so service_name.check runs for all external extensions.1 parent 872defb commit 2913f1b
1 file changed
+21
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
182 | 190 | | |
183 | | - | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
184 | 203 | | |
185 | 204 | | |
186 | 205 | | |
| |||
205 | 224 | | |
206 | 225 | | |
207 | 226 | | |
208 | | - | |
209 | | - | |
| 227 | + | |
210 | 228 | | |
211 | 229 | | |
212 | 230 | | |
| |||
0 commit comments