Skip to content

Commit

Permalink
Merge pull request #173130 from Homebrew/reformat_triage_labels
Browse files Browse the repository at this point in the history
make formula lists more readable and formatted
  • Loading branch information
carlocab authored May 29, 2024
2 parents ec33321 + 01c1ba3 commit 48a8e23
Showing 1 changed file with 136 additions and 3 deletions.
139 changes: 136 additions & 3 deletions .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,12 +219,90 @@ jobs:
content: system "swift", "build"
- label: long build
path: Formula/.+/(agda|apache-pulsar|arangodb|aws-sdk-cpp|cp2k|deno|dotnet|emscripten|envoy|gcc|ghc|graph-tool|gstreamer|haskell-language-server|libtensorflow|mame|metashell|mlkit|mpich|node|nwchem|ponyc|pytorch|rust|swift|texlive|qt|root|souffle|v8|vtk|)(@[0-9]+)?.rb
path: "Formula/.+/(\
agda|\
apache-pulsar|\
arangodb|\
aws-sdk-cpp|\
cp2k|\
deno|\
dotnet|\
emscripten|\
envoy|\
gcc|\
ghc|\
graph-tool|\
gstreamer|\
haskell-language-server|\
libtensorflow|\
mame|\
metashell|\
mlkit|\
mpich|\
node|\
nwchem|\
ponyc|\
pytorch|\
rust|\
swift|\
texlive|\
qt|\
root|\
souffle|\
v8|\
vtk\
)(@[0-9]+)?.rb"
keep_if_no_match: true
allow_any_match: true
- label: long dependent tests
path: Formula/.+/(at-spi2-core|boost|brotli|c-ares|dav1d|freetype|gcc|ghc|glib|gsettings-desktop-schemas|gtk\+3|harfbuzz|highway|hwloc|icu4c|imath|jasper|jpeg-turbo|libgcrypt|libgpg-error|libidn2|libmicrohttpd|librist|libnghttp2|libomp|libpng|libunistring|mpfr|mpg123|node|numpy|openblas|openjpeg|p11-kit|pango|pcre2|rav1e|rust|shared-mime-info|suite-sparse|qt|readline|unbound|xz|zstd)(@[0-9]+)?.rb
path: "Formula/.+/(\
at-spi2-core|\
boost|\
brotli|\
c-ares|\
dav1d|\
freetype|\
gcc|\
ghc|\
glib|\
gsettings-desktop-schemas|\
gtk\\+3|\
harfbuzz|\
highway|\
hwloc|\
icu4c|\
imath|\
jasper|\
jpeg-turbo|\
libgcrypt|\
libgpg-error|\
libidn2|\
libmicrohttpd|\
librist|\
libnghttp2|\
libomp|\
libpng|\
libunistring|\
mpfr|\
mpg123|\
node|\
numpy|\
openblas|\
openjpeg|\
p11-kit|\
pango|\
pcre2|\
rav1e|\
rust|\
shared-mime-info|\
suite-sparse|\
qt|\
readline|\
unbound|\
xz|\
zstd\
)(@[0-9]+)?.rb"
keep_if_no_match: true
allow_any_match: true
Expand All @@ -246,7 +324,62 @@ jobs:
allow_any_match: true
- label: CI-linux-self-hosted-deps
path: Formula/.+/(alsa-lib|aom|brotli|cups|dart-sdk|dbus|freetype|gdbm|glib|glslang|gmp|gtk4|gzip|harfbuzz|hdf5|icu4c|json-c|krb5|libarchive|libedit|libnghttp2|libsndfile|libssh2|libtiff|libva|libx11|libxcrypt|libxml2|libxrandr|llvm|mesa|minizip|mpfr|mysql-connector-c\+\+|nss|numpy|open-mpi|openexr|p11-kit|[email protected]|qt(@5)?|readline|remind|shared-mime-info|souffle|systemd|texlive|unbound|utf8cpp|util-linux|webp|xz|zlib|zstd).rb
path: "Formula/.+/(\
alsa-lib|\
aom|\
brotli|\
cups|\
dart-sdk|\
dbus|\
freetype|\
gdbm|\
glib|\
glslang|\
gmp|\
gtk4|\
gzip|\
harfbuzz|\
hdf5|\
icu4c|\
json-c|\
krb5|\
libarchive|\
libedit|\
libnghttp2|\
libsndfile|\
libssh2|\
libtiff|\
libva|\
libx11|\
libxcrypt|\
libxml2|\
libxrandr|\
llvm|\
mesa|\
minizip|\
mpfr|\
mysql-connector-c\\+\\+|\
nss|\
numpy|\
open-mpi|\
openexr|\
p11-kit|\
[email protected]|\
qt(@5)?|\
readline|\
remind|\
shared-mime-info|\
souffle|\
systemd|\
texlive|\
unbound|\
utf8cpp|\
util-linux|\
webp|\
xz|\
zlib|\
zstd\
).rb"
keep_if_no_match: true
allow_any_match: true
Expand Down

0 comments on commit 48a8e23

Please sign in to comment.