[all-commits] [llvm/llvm-project] d1a7d2: CI: move libclang python byindings tests to main CI

Matheus Izvekov via All-commits all-commits at lists.llvm.org
Thu Jun 4 13:12:57 PDT 2026


  Branch: refs/heads/users/mizvekov/improve-libclang-python-tests
  Home:   https://github.com/llvm/llvm-project
  Commit: d1a7d2f94bbbedc8b6e3df21c46b7e63b2c62819
      https://github.com/llvm/llvm-project/commit/d1a7d2f94bbbedc8b6e3df21c46b7e63b2c62819
  Author: Matheus Izvekov <mizvekov at gmail.com>
  Date:   2026-06-04 (Thu, 04 Jun 2026)

  Changed paths:
    M .ci/compute_projects.py
    M .ci/compute_projects_test.py
    R .github/workflows/libclang-python-tests.yml

  Log Message:
  -----------
  CI: move libclang python byindings tests to main CI

This removes the separate python bindings CI, which run on the GitHub free
runners and take more than one hour to build libclang.

The tests are executed instead in the monolithic pipelines,
whenever clang would be tested.

This is fine in terms of resources because all the dependencies are
built anyway, and the tests themselves take less than one second to
run on the free runners.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list