[all-commits] [llvm/llvm-project] c68118: [workflows] Stop using the build-test-llvm-project...

Tom Stellard via All-commits all-commits at lists.llvm.org
Thu Feb 8 15:40:47 PST 2024


  Branch: refs/heads/release/18.x
  Home:   https://github.com/llvm/llvm-project
  Commit: c681187f7d1a0279c7e8e389be45e1625f9bf6cd
      https://github.com/llvm/llvm-project/commit/c681187f7d1a0279c7e8e389be45e1625f9bf6cd
  Author: Tom Stellard <tstellar at redhat.com>
  Date:   2024-02-08 (Thu, 08 Feb 2024)

  Changed paths:
    M .github/workflows/llvm-project-tests.yml

  Log Message:
  -----------
  [workflows] Stop using the build-test-llvm-project action (#80580)

This action is really just a wrapper around cmake and ninja. It doesn't
add any value to the builds, and I don't think we need it now that there
are reusable workflows.

(cherry picked from commit d25022bb689b9bf48a24c0ae6c29c1d3c2f32823)


  Commit: 88d4f1a2dcaa4f6e4049f9eeb1837f1704b6d25c
      https://github.com/llvm/llvm-project/commit/88d4f1a2dcaa4f6e4049f9eeb1837f1704b6d25c
  Author: Tom Stellard <tstellar at redhat.com>
  Date:   2024-02-08 (Thu, 08 Feb 2024)

  Changed paths:
    M .github/workflows/libclc-tests.yml
    M .github/workflows/lldb-tests.yml
    M .github/workflows/llvm-project-tests.yml

  Log Message:
  -----------
  [workflows] Fix lldb-tests and libclc-tests (#80751)

This was broken by d25022bb689b9bf48a24c0ae6c29c1d3c2f32823, which
caused the workflow to pass an empty string to ninja as the target. The
'all' target is probably not the right target for these tests, but this
is what the behavior was before
d25022bb689b9bf48a24c0ae6c29c1d3c2f32823.

(cherry picked from commit 792d928e15aa30c8b686eff465598ceea0b03891)


  Commit: 9e2e194330dad239cf4e77e6e70a92d55ba53e05
      https://github.com/llvm/llvm-project/commit/9e2e194330dad239cf4e77e6e70a92d55ba53e05
  Author: Tom Stellard <tstellar at redhat.com>
  Date:   2024-02-08 (Thu, 08 Feb 2024)

  Changed paths:
    M .github/workflows/llvm-project-tests.yml

  Log Message:
  -----------
  [workflows] Use /mnt as the build directory on Linux (#80583)

There is more space available on /mnt (~56G) than on / (~30G), and we
are starting to see some of the CI jobs run out of disk space on Linux.

(cherry picked from commit 1a6426067fb33a8a789978f6e229108787a041be)


  Commit: a88b998f8e526719a5643b665f3de444c22f2c66
      https://github.com/llvm/llvm-project/commit/a88b998f8e526719a5643b665f3de444c22f2c66
  Author: Tom Stellard <tstellar at redhat.com>
  Date:   2024-02-08 (Thu, 08 Feb 2024)

  Changed paths:
    M .github/workflows/llvm-project-tests.yml

  Log Message:
  -----------
  [workflows] Fix libclc CI tests (#80942)

This was broken by 1a6426067fb33a8a789978f6e229108787a041be.

(cherry picked from commit ab92f6274b7c3a4b4445d47017bc481aa919545f)


Compare: https://github.com/llvm/llvm-project/compare/9fc4cf722318...a88b998f8e52


More information about the All-commits mailing list