Commit ae601fa
Fix Python linux distribtest for aarch64_alpine target and enable for presubmit test (grpc#39647)
Following the fix in grpc#39558 to separate the build job for musllinux_1_1_aarch64, looks like the distrib_target step was also not working mutually exclusive with the exclude filters as expected.
The target `python_linux_aarch64_alpine` in the distrib_targets step should also only be part of the `grpc_distribtests_python_arm64` kokoro job but is wrongly getting executed as part of the `grpc_distribtests_python` kokoro job and hence failing on master currently. Hence updated the exclude filters to separate it.
Also, the `python_linux_aarch64_alpine` distrib_target was not running as part of the presubmit tests, which is why this wasn't flagged earlier during the grpc#39558 PR. Given that we want to ensure the future build jobs stay separated and not cause release blockers, I think it would be better to enable this distrib target for presubmits. Have included this change too in this PR.
Closes grpc#39647
COPYBARA_INTEGRATE_REVIEW=grpc#39647 from sreenithi:fix_distribtest_alpine 609ffde
PiperOrigin-RevId: 7625842471 parent 72ea42a commit ae601fa
File tree
2 files changed
+6
-7
lines changed- tools
- internal_ci/linux
- run_tests/artifacts
2 files changed
+6
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
77 | 76 | | |
78 | 77 | | |
79 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
461 | 461 | | |
462 | 462 | | |
463 | 463 | | |
464 | | - | |
| 464 | + | |
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
| |||
0 commit comments