diff options
author | Jannick Kremer <jannick.kremer@mailbox.org> | 2024-08-08 18:43:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-08 19:43:01 +0200 |
commit | 458fa12202868281f11680a18878d57defcccc9f (patch) | |
tree | 79e463c83dce978d2a852786774a2246936ef0dd /lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | |
parent | 9ddff0b93e01d603a1a9b04c32505095841c5be5 (diff) | |
download | llvm-458fa12202868281f11680a18878d57defcccc9f.zip llvm-458fa12202868281f11680a18878d57defcccc9f.tar.gz llvm-458fa12202868281f11680a18878d57defcccc9f.tar.bz2 |
[Github] Allow CI to run different Python version tests at once (#102455)
Previously, #77219 added a `python_version` parameter for the Github
Actions CI Ninja-based build tests. This is necessary to run component
tests on different Python versions, as is currently done by the only
user of this parameter, the [Libclang Python bindings
test](https://github.com/llvm/llvm-project/blob/main/.github/workflows/libclang-python-tests.yml).
The parameter is missing from the concurrency group of the
workflow, meaning that starting the workflow with two different Python
versions immediately cancels one of them, as pointed out by
https://github.com/llvm/llvm-project/pull/77219#issuecomment-1937105822.
This change fixes that problem by making the Python version part of the
concurrency group key, and removes the superfluous concurrency group
from the calling workflow.
Diffstat (limited to 'lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp')
0 files changed, 0 insertions, 0 deletions