FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

build: ignore unrelated workflow changes in slow Actions tests by Trott · Pull Request #40928 · nodejs/node · GitHub

/ node Public

build: ignore unrelated workflow changes in slow Actions tests - #40928

Merged
nodejs-github-bot merged 1 commit into
nodejs:masterfrom
Trott:skip-macos
Nov 27, 2021
Merged

build: ignore unrelated workflow changes in slow Actions tests#40928
nodejs-github-bot merged 1 commit into
nodejs:masterfrom
Trott:skip-macos

Conversation

Trott commented Nov 22, 2021

Copy link
Copy Markdown
Member

test-asan and test-macos are very slow and tend to get backed up. While
I'm literally waiting hours right now for test-macos to finish so I can
land a PR, I'm opening this pull request to have it be skipped when
things other than its own workflow file are the only changes in the PR.

nodejs-github-bot added the meta Issues and PRs related to the general management of the project. label Nov 22, 2021

aduh95 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

tbh we could do that for all the workflow files

Comment thread .github/workflows/test-asan.yml Outdated

tniessen 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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM modulo @richardlau's comment

Trott commented Nov 23, 2021

Copy link
Copy Markdown
Member Author

tbh we could do that for all the workflow files

Perhaps all the test-* files. We don't want to do it for the one that lints the commit message, for example.

Trott commented Nov 23, 2021

Copy link
Copy Markdown
Member Author

Refactored to use paths instead of paths-ignore. Did I do it right?

Trott force-pushed the skip-macos branch 2 times, most recently from 45dbbce to 5b94831 Compare November 23, 2021 03:53

Trott commented Nov 23, 2021

Copy link
Copy Markdown
Member Author

Per suggestion from @aduh95, I've also put this into test-linux.yml.

Trott commented Nov 23, 2021

Copy link
Copy Markdown
Member Author

I'm concerned that the way I did this means that everything matches except the last negation.

Trott commented Nov 23, 2021

Copy link
Copy Markdown
Member Author

I'm concerned that the way I did this means that everything matches except the last negation.

OK, I think what I have now should work.

targos commented Nov 23, 2021

Copy link
Copy Markdown
Member

test-asan and test-macos are very slow and tend to get backed up

I think this is my fault. See #40934

Comment thread .github/workflows/test-linux.yml Outdated
Comment thread .github/workflows/test-asan.yml Outdated

Trott commented Nov 25, 2021

Copy link
Copy Markdown
Member Author

OK, i think this will work and addresses all comments. Re-reviews welcome!

test-asan and test-macos are very slow and tend to get backed up. While
I'm literally waiting hours right now for test-macos to finish so I can
land a PR, I'm opening this pull request to have it be skipped when
things other than its own workflow file are the only changes in the PR.
Trott added the commit-queue Add this label to land a pull request using GitHub Actions. label Nov 27, 2021
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Nov 27, 2021

Copy link
Copy Markdown
Collaborator

Landed in e64c66c

nodejs-github-bot merged commit e64c66c into nodejs:master Nov 27, 2021
aduh95 added a commit to aduh95/node that referenced this pull request Nov 27, 2021
Changes in the workflow files never affect the node binary, running
build tasks seems unnecessary.

Refs: nodejs#40928
nodejs-github-bot pushed a commit that referenced this pull request Nov 30, 2021
Changes in the workflow files never affect the node binary, running
build tasks seems unnecessary.

Refs: #40928

PR-URL: #40990
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
danielleadams pushed a commit that referenced this pull request Dec 14, 2021
test-asan and test-macos are very slow and tend to get backed up. While
I'm literally waiting hours right now for test-macos to finish so I can
land a PR, I'm opening this pull request to have it be skipped when
things other than its own workflow file are the only changes in the PR.

PR-URL: #40928
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
danielleadams pushed a commit that referenced this pull request Dec 14, 2021
Changes in the workflow files never affect the node binary, running
build tasks seems unnecessary.

Refs: #40928

PR-URL: #40990
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
danielleadams pushed a commit that referenced this pull request Jan 30, 2022
test-asan and test-macos are very slow and tend to get backed up. While
I'm literally waiting hours right now for test-macos to finish so I can
land a PR, I'm opening this pull request to have it be skipped when
things other than its own workflow file are the only changes in the PR.

PR-URL: #40928
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
danielleadams pushed a commit that referenced this pull request Jan 31, 2022
Changes in the workflow files never affect the node binary, running
build tasks seems unnecessary.

Refs: #40928

PR-URL: #40990
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
danielleadams pushed a commit that referenced this pull request Feb 1, 2022
test-asan and test-macos are very slow and tend to get backed up. While
I'm literally waiting hours right now for test-macos to finish so I can
land a PR, I'm opening this pull request to have it be skipped when
things other than its own workflow file are the only changes in the PR.

PR-URL: #40928
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
danielleadams pushed a commit that referenced this pull request Feb 1, 2022
Changes in the workflow files never affect the node binary, running
build tasks seems unnecessary.

Refs: #40928

PR-URL: #40990
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
danielleadams mentioned this pull request Feb 1, 2022
Trott deleted the skip-macos branch September 25, 2022 17:12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

meta Issues and PRs related to the general management of the project.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants


Back | FazBrowse Home | New Git URL