-
Notifications
You must be signed in to change notification settings - Fork 3.9k
[ci] clean source directory at the beginning of every Azure DevOps build #6416
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
aad0c53
investigate Linux CI failures
jameslamb 48a833a
more logging
jameslamb 01c4d1b
use bash operator
jameslamb 50df047
more script changes
jameslamb 69c9928
more logging
jameslamb 9a577b0
try to figure out where precisely this is failing
jameslamb ba82f02
maybe its about PATH
jameslamb d2db84e
narrow it down further
jameslamb a7f37ce
at least one job
jameslamb 89fab75
more logs, fix check
jameslamb f52bdc8
unset
jameslamb 16f035c
ugh
jameslamb 21efd24
trying things
jameslamb 9d4f461
ummmmm what
jameslamb 83334e5
remove cache dir
jameslamb 60fe60d
more changes
jameslamb 7e61aae
fiddling with permissions
jameslamb c0504d7
one more env variable
jameslamb 86e5e65
enable more jobs
jameslamb 647e895
install git
jameslamb 7842747
more clean
jameslamb f3dc4ec
re-enable macOS tests
jameslamb b97b563
re-enable more tasks
jameslamb 4305bf5
re-enable even more
jameslamb a01a03b
re-enable everything
jameslamb 262929f
re-enable appveyor
jameslamb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
install git
- Loading branch information
commit 647e895057129edf8d349b3b26dd9038be7a7f3d
There are no files selected for viewing
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@shiyu1994 we are only running one agent per machine in the linux pool for Azure DevOps, right?
I saw that it's possible to run multiple (Azure Pipelines Agents docs).
If we were running multiple agents on the same virtual machine, then destructive actions like
git clean
like this might cause conflicts between different jobs.