[all-commits] [llvm/llvm-project] 596e95: [Github] Add github-automation container (#200704)
Tom Stellard via All-commits
all-commits at lists.llvm.org
Tue Jun 9 13:27:28 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 596e95cc514f33f0b176fcae781824d14c249464
https://github.com/llvm/llvm-project/commit/596e95cc514f33f0b176fcae781824d14c249464
Author: Tom Stellard <tstellar at redhat.com>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M .github/workflows/build-ci-container-tooling.yml
M .github/workflows/containers/github-action-ci-tooling/Dockerfile
Log Message:
-----------
[Github] Add github-automation container (#200704)
There are several jobs that use the pattern:
1. Checkout github-automation.py script.
2. Install dependencies for github-automation.py script.
3. Run the github-automation.py script.
We can consolidate a lot of this logic into the container and simplify
the workflows. This may also speed them up the workflow jobs slightly,
but most of them are already pretty fast, so it may not make a big
difference.
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