-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
misc: replace marionette-client with geckodriver as b2g marionette client is no longer supported #30250
misc: replace marionette-client with geckodriver as b2g marionette client is no longer supported #30250
Changes from all commits
6dccaa5
2d44270
ab8fdeb
a15aa99
fbd433f
91442cd
b35ebc4
1dde80a
d7fba61
fb54eaa
b167584
fdcde2d
1adf0e2
496468c
66b5de6
721100a
f01798c
0c4ad94
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Bump this version to force CI to re-create the cache from scratch. | ||
|
||
09-12-24 | ||
09-24-24 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,6 +60,7 @@ | |
"semver": "^7.5.3", | ||
"supports-color": "^8.1.1", | ||
"tmp": "~0.2.3", | ||
"tree-kill": "1.2.2", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @jennifer-shehane should we mention in the changelog that we are adding the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I can't recall adding a line for added dependencies before |
||
"untildify": "^4.0.0", | ||
"yauzl": "^2.10.0" | ||
}, | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to handle anything else?
SIGTERM
?SIGUSR1
orSIGUSR2
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not that I am aware of but Im not sure on all the scenarios the process could be killed in the terminal. Either way it should be pretty easy to add support for if needed if a regression is detected that we missed