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

[NO MRG] Test Azure Windows image cleanup #31

Draft
wants to merge 39 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
e195c0c
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.3.dev1+g2…
jakirkham Jun 28, 2024
da8cdfb
Configure Azure to free space
jakirkham Jun 28, 2024
19807c9
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.3.dev1+g2…
jakirkham Jun 28, 2024
6839e1f
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.3.dev1+g2…
jakirkham Jun 28, 2024
8735bd1
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.3.dev1+g2…
jakirkham Jun 28, 2024
685922a
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.3.dev1+g2…
jakirkham Jun 28, 2024
451684d
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.3.dev1+g2…
jakirkham Jun 28, 2024
c3f28f8
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.3.dev1+g2…
jakirkham Jun 28, 2024
164909f
fix rm
jakirkham Jun 28, 2024
a586c00
Fix robocopy
jakirkham Jun 28, 2024
82e0e30
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.3.dev1+g2…
jakirkham Jun 28, 2024
d4bab27
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.3.dev1+g2…
jakirkham Jun 28, 2024
12adaf4
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.3.dev1+g2…
jakirkham Jun 28, 2024
7a3fab3
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.3.dev1+g2…
jakirkham Jun 28, 2024
cb69b4e
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.3.dev1+g2…
jakirkham Jun 28, 2024
5660439
Dedent
jakirkham Jun 28, 2024
fed299f
retry
jakirkham Jun 28, 2024
9e8c085
retry
jakirkham Jun 28, 2024
0263fee
Use , arrays
jakirkham Jun 28, 2024
af74157
Revert "Use , arrays"
jakirkham Jun 28, 2024
f84e5e0
Drop `/r:0` & `/w:0`
jakirkham Jun 29, 2024
06d15bd
Revert "Drop `/r:0` & `/w:0`"
jakirkham Jun 29, 2024
ad680f8
Use `@`
jakirkham Jun 29, 2024
c3ce149
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.3.dev1+g2…
jakirkham Jun 29, 2024
24a4982
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.3.dev1+g2…
jakirkham Jun 29, 2024
32fa899
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.3.dev1+g2…
jakirkham Jun 29, 2024
70edb5d
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.3.dev1+g2…
jakirkham Jun 29, 2024
890b32c
Go back to last working state
jakirkham Jun 29, 2024
9a0ac07
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.3.dev1+g2…
jakirkham Jun 29, 2024
f7724df
Revert "MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.3…
jakirkham Jun 29, 2024
4d89d16
Try different flags
jakirkham Jun 29, 2024
f56c356
Add back `/zb`
jakirkham Jun 29, 2024
7392766
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.3.dev1+g2…
jakirkham Jun 29, 2024
24fd6fe
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.3.dev1+g2…
jakirkham Jun 29, 2024
4cb7a90
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.3.dev1+g2…
jakirkham Jun 29, 2024
df71621
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.3.dev1+g2…
jakirkham Jun 29, 2024
85a123f
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.3.dev1+g2…
jakirkham Jun 29, 2024
8a72a7a
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.3.dev1+g2…
jakirkham Jun 29, 2024
20175bc
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.3.dev1+g2…
jakirkham Jun 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 26 additions & 9 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
azure:
free_disk_space: true
conda_forge_output_validation: true
github:
branch_name: main
Expand Down
Loading