triage: skip recursive dependents for `sqlite` (#90332)

sqlite is quite good at maintaining API/ABI compatibility, so there
isn't really much of a need to spend an extra two days on CI testing
recursive dependents.

Let's also fix the incorrect reference to `openssl.rb` since it's also
on the same line, and remove sqlite and rust from having the
`CI-linux-self-hosted` label automatically applied.
master
Carlo Cabrera 2021-12-04 05:43:21 +08:00 committed by GitHub
parent 40476eea68
commit 5745d44303
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ jobs:
keep_if_no_match: true
- label: CI-skip-recursive-dependents
path: Formula/(gettext|openssl).rb
path: Formula/(gettext|openssl@(3|1.1)|sqlite).rb
keep_if_no_match: true
- label: CI-linux-wheezy
@ -151,7 +151,7 @@ jobs:
keep_if_no_match: true
- label: CI-linux-self-hosted
path: Formula/(gdbm|go|openssl@1.1|python@3.9|rust|sqlite).rb
path: Formula/(gdbm|go|openssl@1.1|python@3.9).rb
keep_if_no_match: true
- label: bump-formula-pr