Skip to content
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

build,tools: GitHub Actions: use Node.js Fermium #35840

Merged
merged 1 commit into from Oct 30, 2020

Conversation

aduh95
Copy link
Contributor

@aduh95 aduh95 commented Oct 27, 2020

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

@nodejs-github-bot nodejs-github-bot added the meta label Oct 27, 2020
@aduh95 aduh95 added the request-ci label Oct 27, 2020
@github-actions github-actions bot removed the request-ci label Oct 27, 2020
@nodejs-github-bot

This comment has been hidden.

Trott
Trott approved these changes Oct 28, 2020
@nodejs-github-bot
Copy link
Contributor

@nodejs-github-bot nodejs-github-bot commented Oct 28, 2020

@aduh95 aduh95 added author ready commit-queue labels Oct 28, 2020
@github-actions github-actions bot removed the commit-queue label Oct 30, 2020
@github-actions
Copy link

@github-actions github-actions bot commented Oct 30, 2020

Commit Queue failed
- Loading data for nodejs/node/pull/35840
✔  Done loading data for nodejs/node/pull/35840
----------------------------------- PR info ------------------------------------
Title      build,tools: GitHub Actions: use Node.js Fermium (#35840)
   ⚠  Could not retrieve the email or name of the PR author's from user's GitHub profile!
Branch     aduh95:gh-actions-node-14 -> nodejs:master
Labels     author ready, meta
Commits    1
 - build,tools: GitHub Actions: use Node.js Fermium
Committers 1
 - Antoine du Hamel 
PR-URL: https://github.com/nodejs/node/pull/35840
Reviewed-By: Jiawen Geng 
Reviewed-By: Rich Trott 
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/35840
Reviewed-By: Jiawen Geng 
Reviewed-By: Rich Trott 
--------------------------------------------------------------------------------
   ✔  Last GitHub Actions successful
   ℹ  Last Full PR CI on 2020-10-28T08:38:48Z: https://ci.nodejs.org/job/node-test-pull-request/33896/
- Querying data for job/node-test-pull-request/33896/
✔  Build data downloaded
   ✔  Last Jenkins CI successful
   ℹ  This PR was created on Tue, 27 Oct 2020 23:28:32 GMT
   ✔  Approvals: 2
   ✔  - Jiawen Geng (@gengjiawen): https://github.com/nodejs/node/pull/35840#pullrequestreview-518266606
   ✔  - Rich Trott (@Trott) (TSC): https://github.com/nodejs/node/pull/35840#pullrequestreview-518286573
--------------------------------------------------------------------------------
   ✔  No git cherry-pick in progress
   ✔  No git am in progress
   ✔  No git rebase in progress
--------------------------------------------------------------------------------
- Bringing origin/master up to date...
From https://github.com/nodejs/node
 * branch                  master     -> FETCH_HEAD
✔  origin/master is now up-to-date
- Downloading patch for 35840
From https://github.com/nodejs/node
 * branch                  refs/pull/35840/merge -> FETCH_HEAD
✔  Fetched commits as 1da672994ac2..8aff91fb5ac9
--------------------------------------------------------------------------------
[master b9d11b2430] build,tools: GitHub Actions: use Node.js Fermium
 Author: Antoine du Hamel 
 Date: Wed Oct 28 00:26:46 2020 +0100
 4 files changed, 10 insertions(+), 4 deletions(-)
   ✔  Patches applied
--------------------------------------------------------------------------------
--------------------------------- New Message ----------------------------------
build,tools: GitHub Actions: use Node.js Fermium

PR-URL: #35840
Reviewed-By: Jiawen Geng technicalcute@gmail.com
Reviewed-By: Rich Trott rtrott@gmail.com

[master 2b0141ba42] build,tools: GitHub Actions: use Node.js Fermium
Author: Antoine du Hamel duhamelantoine1995@gmail.com
Date: Wed Oct 28 00:26:46 2020 +0100
4 files changed, 10 insertions(+), 4 deletions(-)
✖ 2b0141ba429f82862605a8e020c5261e45d60f0b
✔ 0:0 skipping fixes-url fixes-url
✔ 0:0 blank line after title line-after-title
✔ 0:0 line-lengths are valid line-length
✔ 0:0 metadata is at end of message metadata-end
✔ 1:8 PR-URL is valid. pr-url
✔ 0:0 reviewers are valid reviewers
✔ 0:0 valid subsystems subsystem
✖ 0:14 First word after subsystem(s) in title should be lowercase. title-format
✔ 0:0 Title is <= 50 columns. title-length

ℹ Please fix the commit message and try again.

Commit Queue action: https://github.com/nodejs/node/actions/runs/337539246

@github-actions github-actions bot added the commit-queue-failed label Oct 30, 2020
PR-URL: nodejs#35840
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@targos
Copy link
Member

@targos targos commented Oct 30, 2020

Suggestion to fix the commit message:

build,tools: use Node.js Fermium in GitHub Actions

@aduh95
Copy link
Contributor Author

@aduh95 aduh95 commented Oct 30, 2020

Landed in 876d816

@aduh95 aduh95 merged commit 876d816 into nodejs:master Oct 30, 2020
14 of 15 checks passed
@aduh95 aduh95 deleted the gh-actions-node-14 branch Oct 30, 2020
@aduh95
Copy link
Contributor Author

@aduh95 aduh95 commented Oct 30, 2020

Suggestion to fix the commit message:

build,tools: use Node.js Fermium in GitHub Actions

Oh that would have been better! Sorry I didn't see your comment in time.

targos added a commit that referenced this issue Nov 3, 2020
PR-URL: #35840
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@targos targos mentioned this pull request Nov 3, 2020
BethGriggs added a commit that referenced this issue Dec 8, 2020
PR-URL: #35840
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
BethGriggs added a commit that referenced this issue Dec 10, 2020
PR-URL: #35840
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@BethGriggs BethGriggs mentioned this pull request Dec 10, 2020
BethGriggs added a commit that referenced this issue Dec 15, 2020
PR-URL: #35840
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@targos targos removed the commit-queue-failed label Sep 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready meta
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

6 participants