Skip to content

doc: add the smoke test working group #2317

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions WORKING_GROUPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,24 @@ Their responsibilities are:
The current members can be found in their
[README](https://github.com/nodejs/nan#collaborators).

### [Smoke Test](https://github.com/nodejs/smoke-test)

The Smoke Test Working Group is responsible for making sure releases of Node.js
and io.js do not break community modules. Smoke test will build the tooling and
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No more io.js :D

Also, can we change the sentence to

"Smoke test WG will build the tools and maintain the necessary infrastructure."

maintaining the infrastructure to achieve this.

Their responsibilities are:

* Building and maintaining [CITGM](https://github.com/nodejs/citgm) GitHub
repository, including code, issues and documentation.
* Building and maintaining the infrastructure to run the tests. This is still
being defined.
* Generating a list of negatively impacted modules by a given release or pull
request.

The current members can be found in their
[README](https://github.com/nodejs/smoke-test#collaborators).

## Starting a WG

A Working Group is established by first defining a charter that can be
Expand Down