tools: add config subspace

PR-URL: https://github.com/nodejs/node/pull/57239
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
This commit is contained in:
Marco Ippolito 2025-03-09 17:09:33 +01:00 committed by GitHub
parent 9df0ff7015
commit 478a2e656d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View file

@ -34,6 +34,9 @@ subSystemLabels:
/^src\/node_bob*/: c++, quic
/^src\/node_sea/: single-executable
/^src\/node_sqlite.*/: c++, sqlite
/^src\/node_config_file.*/: c++, config
/^src\/node_dotenv.*/: c++, config
/^src\/node_options.*/: c++, config
# Properly label changes to V8 inspector integration-related files
/^src\/inspector_/: c++, inspector, needs-ci
@ -149,6 +152,8 @@ exlusiveLabels:
# Specific map for typescript.md as it should be labeled 'strip-types'
/^doc\/api\/typescript.md$/: doc, strip-types
/^doc\/node-config-schema.json$/: doc, config
/^doc\//: doc
# More specific benchmarks
@ -168,6 +173,7 @@ allJsSubSystems:
- buffer
- child_process
- cluster
- config
- console
- crypto
- debugger

View file

@ -236,7 +236,7 @@ jobs:
run: |
node ./tools/dep_updaters/update-root-certs.mjs -v -f "$GITHUB_ENV"
- id: simdjson
subsystem: deps
subsystem: deps, config
label: dependencies
run: |
./tools/dep_updaters/update-simdjson.sh > temp-output