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

chore: fix randomly crashing build-playwright-driver.sh #4909

Conversation

aslushnikov
Copy link
Collaborator

@aslushnikov aslushnikov commented Jan 6, 2021

Some googling showed that CI systems might not be capable of
handling too much STDOUT that tar -v produces.
(source).

This patch:

  • removes verbose flag from tar to reduce output
  • sets +x to get some logging for the script
  • silences zip output

Some googling showed that CI systems might not be capable of
handling too much STDOUT that `tar -v` produces.
([source](https://stackoverflow.com/questions/37540792/jenkins-script-tar-write-error)).

This patch:
- removes verbose flag from tar to reduce output
- sets `+x` to get some logging for the script
@aslushnikov aslushnikov force-pushed the chore-debugging-output-for-build-playwright-driver-sh branch from 602a441 to cafa71c Compare January 6, 2021 10:56
@aslushnikov aslushnikov changed the title chore: debugging output for build-playwright-driver.sh chore: fix randomly crashing build-playwright-driver.sh Jan 6, 2021
@aslushnikov aslushnikov merged commit 6b3dcb0 into microsoft:master Jan 6, 2021
@aslushnikov aslushnikov deleted the chore-debugging-output-for-build-playwright-driver-sh branch January 6, 2021 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants