Skip to content

build: don't test addons-napi twice - #12201

Merged
gibfahn merged 1 commit into
nodejs:masterfrom
gibfahn:n-api-makefile
Apr 9, 2017
Merged

build: don't test addons-napi twice#12201
gibfahn merged 1 commit into
nodejs:masterfrom
gibfahn:n-api-makefile

Conversation

@gibfahn

@gibfahngibfahn commented Apr 4, 2017

Copy link
Copy Markdown
Member

The addons-napi testsuite is already included in $(CI_NATIVE_SUITES), so
we don't need to manually specify it in the test-ci target as well.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

CI: https://ci.nodejs.org/job/node-test-commit/8866/EDIT: Windows failed
CI 2: https://ci.nodejs.org/job/node-test-commit/8867/
CI 3: https://ci.nodejs.org/job/node-test-commit/8939/
CI 4: https://ci.nodejs.org/job/node-test-commit/8984/

@gibfahngibfahn added build Issues and PRs related to build files or the CI. node-api Issues and PRs related to the Node-API. labels Apr 4, 2017
@nodejs-github-botnodejs-github-bot added the build Issues and PRs related to build files or the CI. label Apr 4, 2017

@mhdawsonmhdawson left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@mscdexmscdex added the test Issues and PRs related to the tests. label Apr 4, 2017
The addons-napi testsuite is already included in $(CI_NATIVE_SUITES), so
we don't need to manually specify it in the test-ci target as well.
PR-URL: nodejs#12201
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

buildIssues and PRs related to build files or the CI.node-apiIssues and PRs related to the Node-API.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

13 participants

@gibfahn@digitalinfinity@bnoordhuis@danbev@jasnell@thefourtheye@addaleax@cjihrig@richardlau@mhdawson@mscdex@italoacasas@nodejs-github-bot