Commit da33cb6
committed
patchwork: derive check context field from CI job name
Currently for BPF CI the "context" field of a checks is effectively a
constant with enumerator, for example:
bpf/vmtest-bpf-next-VM_Test-48
This has an undesirable side-effect: different checks (such as "AI
review" vs "test_progs") may overwrite each other, depending on when
they run: for every PR update or for every new revision of the series.
Change how the context identifier is constructed: slugify the job
name, so that the check is associated with a job, independent of the
order or run time.
Signed-off-by: Ihor Solodrai <ihor.solodrai@linux.dev>1 parent 9d28ade commit da33cb6
File tree
3 files changed
+30
-20
lines changed- kernel_patches_daemon
- tests
3 files changed
+30
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
60 | 65 | | |
61 | 66 | | |
62 | 67 | | |
| |||
100 | 105 | | |
101 | 106 | | |
102 | 107 | | |
103 | | - | |
104 | 108 | | |
105 | | - | |
106 | 109 | | |
107 | 110 | | |
108 | 111 | | |
| |||
650 | 653 | | |
651 | 654 | | |
652 | 655 | | |
653 | | - | |
654 | | - | |
655 | | - | |
656 | | - | |
657 | | - | |
658 | | - | |
659 | | - | |
660 | | - | |
661 | | - | |
662 | 656 | | |
663 | 657 | | |
664 | 658 | | |
| |||
1277 | 1271 | | |
1278 | 1272 | | |
1279 | 1273 | | |
1280 | | - | |
| 1274 | + | |
1281 | 1275 | | |
1282 | 1276 | | |
1283 | 1277 | | |
1284 | 1278 | | |
1285 | | - | |
| 1279 | + | |
1286 | 1280 | | |
1287 | 1281 | | |
1288 | 1282 | | |
| |||
1344 | 1338 | | |
1345 | 1339 | | |
1346 | 1340 | | |
1347 | | - | |
| 1341 | + | |
1348 | 1342 | | |
1349 | 1343 | | |
1350 | 1344 | | |
1351 | 1345 | | |
1352 | 1346 | | |
1353 | 1347 | | |
1354 | | - | |
| 1348 | + | |
1355 | 1349 | | |
1356 | 1350 | | |
1357 | | - | |
| 1351 | + | |
1358 | 1352 | | |
1359 | 1353 | | |
1360 | 1354 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
99 | 115 | | |
100 | 116 | | |
101 | 117 | | |
| |||
700 | 716 | | |
701 | 717 | | |
702 | 718 | | |
703 | | - | |
| 719 | + | |
704 | 720 | | |
705 | 721 | | |
706 | 722 | | |
707 | | - | |
| 723 | + | |
708 | 724 | | |
709 | 725 | | |
710 | 726 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
401 | | - | |
| 401 | + | |
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
| |||
0 commit comments