-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Strip more kinds of timestamps and versions from dockerfile output #32519
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
Strip more kinds of timestamps and versions from dockerfile output #32519
Conversation
…ewrite office-ui-fabric dockerfile to use new lerna build system
@typescript-bot user test this |
Heya @weswigham, I've started to run the parallelized community code test suite on this PR at 05e9b0e. You can monitor the build here. It should now contribute to this PR's status checks. |
The user suite test run you requested has finished and failed. I've opened a PR with the baseline diff from master. |
@typescript-bot user test this |
Heya @weswigham, I've started to run the parallelized community code test suite on this PR at 447e8c5. You can monitor the build here. It should now contribute to this PR's status checks. |
@typescript-bot user test this |
Heya @weswigham, I've started to run the parallelized community code test suite on this PR at 2bb0689. You can monitor the build here. It should now contribute to this PR's status checks. |
The user suite test run you requested has finished and failed. I've opened a PR with the baseline diff from master. |
@typescript-bot user test this |
Heya @weswigham, I've started to run the parallelized community code test suite on this PR at a4fd2b3. You can monitor the build here. It should now contribute to this PR's status checks. |
The user suite test run you requested has finished and failed. I've opened a PR with the baseline diff from master. |
@typescript-bot user test this |
Heya @weswigham, I've started to run the parallelized community code test suite on this PR at 54d3995. You can monitor the build here. It should now contribute to this PR's status checks. |
The user suite test run you requested has finished and failed. I've opened a PR with the baseline diff from master. |
…ript into dockerfile-more-filters
@typescript-bot user test this |
Heya @weswigham, I've started to run the parallelized community code test suite on this PR at 806b68d. You can monitor the build here. It should now contribute to this PR's status checks. |
The user suite test run you requested has finished and failed. I've opened a PR with the baseline diff from master. |
@typescript-bot user test this |
Heya @weswigham, I've started to run the parallelized community code test suite on this PR at de01a92. You can monitor the build here. It should now contribute to this PR's status checks. |
@typescript-bot user test this |
Heya @weswigham, I've started to run the parallelized community code test suite on this PR at de01a92. You can monitor the build here. It should now contribute to this PR's status checks. |
Apparently pipelines doesn't remove an old optional pipeline phase status indicators when it's not run in a subsequent build on the same commit 🤷♂ Anyways, these are all improvements now, imma merge em |
Also rewrite office-ui-fabric dockerfile to use new lerna build system.
This should get the timestampy output out of the
azure-sdk
build. Additionally, I've learned that while there wasn't a visible diff,office-ui-fabric
was still failing, just way earlier - their build system swapped from usingrush
tolearna
, so I had to rewrite theirDockerfile
(@JasonGore hope y'all gonna keep this new build system around for awhile XD). Likewise,vscode
is currently failing early, during their build tool setup (rather than during their actual build) microsoft/vscode#77784 should get that back into a diff-reporting state.