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

Allow builds of rc-tagged commits #280

Closed
wants to merge 29 commits into from
Closed
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
2d2f5c5
Allow builds of rc-tagged commits
danpetry Oct 28, 2024
6349ad5
Bump build number [ci skip] ***NO_CI***
danpetry Oct 28, 2024
6075c7a
Configure rcs to be labelled rc and non-rcs to be labelled main
danpetry Nov 5, 2024
c89e60a
Merge remote-tracking branch 'origin' into rc-builds
danpetry Nov 5, 2024
e694c18
Error with sorting out merge conflicts
danpetry Nov 5, 2024
3f2eea7
Use jinja for jinja-defined variables
danpetry Nov 6, 2024
4823239
MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.44.0, and co…
Nov 6, 2024
14bf9cd
Merge conda-forge/main into danpetry/rc-builds
jakirkham Nov 6, 2024
2f22d0c
Try v2.5.1-rc1
danpetry Nov 19, 2024
5a45623
add package name into the rc tag as per CFEP 5 [ci skip] ***NO_CI***
danpetry Nov 19, 2024
139df95
Debug rc build
danpetry Nov 19, 2024
293d914
MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.44.6, and co…
Nov 19, 2024
95b896c
Add rc suffix to version
danpetry Nov 21, 2024
0b9a290
Simplify version-related jinja [ci skip] ***NO_CI***
danpetry Nov 21, 2024
1f75c1c
separate version and rc with a dot [ci skip] ***NO_CI***
danpetry Nov 27, 2024
e541f18
Add dot in release string, and comment on usage
danpetry Nov 27, 2024
2a4e092
MNT: Re-rendered with conda-build 24.11.2, conda-smithy 3.44.9, and c…
Dec 4, 2024
74d3ba0
Merge remote-tracking branch 'upstream/main' into rc-builds
h-vetinari Dec 5, 2024
0b6a872
Merge branch 'main' into rc-builds
danpetry Dec 11, 2024
2ab62f9
MNT: Re-rendered with conda-build 24.11.2, conda-smithy 3.44.9, and c…
danpetry Dec 11, 2024
3a84330
Merge branch 'main' into rc-builds
danpetry Jan 7, 2025
1ac8b5a
Don't use rc for a key and a value name [ci skip] ***NO_CI***
danpetry Jan 8, 2025
693a1b8
Adjust selectors for recent change; change jinja for consistency; add…
danpetry Jan 8, 2025
74cedf4
MNT: Re-rendered with conda-build 24.11.2, conda-smithy 3.45.1, and c…
danpetry Jan 8, 2025
b945746
MNT: Re-rendered with conda-build 24.11.2, conda-smithy 3.45.1, and c…
danpetry Jan 8, 2025
208bae0
Bugfix, change variant name in zip_keys too
danpetry Jan 8, 2025
9bd8d66
Set to an rc for testing
danpetry Jan 8, 2025
b210388
Clarify comment some more [ci skip] ***NO_CI***
danpetry Jan 8, 2025
12f5319
Comment tweak [ci skip] ***NO_CI***
danpetry Jan 8, 2025
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
44 changes: 22 additions & 22 deletions .azure-pipelines/azure-pipelines-linux.yml

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

60 changes: 30 additions & 30 deletions .azure-pipelines/azure-pipelines-osx.yml

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

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cdt_name:
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
- conda-forge pytorch_rc
cuda_compiler:
- nvcc
cuda_compiler_version:
Expand Down Expand Up @@ -49,7 +49,7 @@ numpy:
- '2'
- '2.0'
orc:
- 2.0.2
- 2.0.3
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -62,15 +62,18 @@ python:
- 3.9.* *_cpython
pytorch:
- '2.4'
rc:
- rc
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- c_stdlib_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
- docker_image
- - channel_targets
- rc
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cdt_name:
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
- conda-forge pytorch_rc
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
Expand Down Expand Up @@ -49,7 +49,7 @@ numpy:
- '2'
- '2.0'
orc:
- 2.0.2
- 2.0.3
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -62,15 +62,18 @@ python:
- 3.9.* *_cpython
pytorch:
- '2.4'
rc:
- rc
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- c_stdlib_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
- docker_image
- - channel_targets
- rc
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cdt_name:
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
- conda-forge pytorch_rc
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
Expand Down Expand Up @@ -49,7 +49,7 @@ numpy:
- '2'
- '2.0'
orc:
- 2.0.2
- 2.0.3
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -62,15 +62,18 @@ python:
- 3.9.* *_cpython
pytorch:
- '2.4'
rc:
- rc
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- c_stdlib_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
- docker_image
- - channel_targets
- rc
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cdt_name:
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
- conda-forge pytorch_rc
cuda_compiler:
- None
cuda_compiler_version:
Expand Down Expand Up @@ -49,7 +49,7 @@ numpy:
- '2'
- '2.0'
orc:
- 2.0.2
- 2.0.3
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -62,15 +62,18 @@ python:
- 3.9.* *_cpython
pytorch:
- '2.4'
rc:
- rc
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- c_stdlib_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
- docker_image
- - channel_targets
- rc
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cdt_name:
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
- conda-forge pytorch_rc
cuda_compiler:
- nvcc
cuda_compiler_version:
Expand Down Expand Up @@ -49,7 +49,7 @@ numpy:
- '2'
- '2.0'
orc:
- 2.0.2
- 2.0.3
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -62,15 +62,18 @@ python:
- 3.9.* *_cpython
pytorch:
- '2.4'
rc:
- rc
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- c_stdlib_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
- docker_image
- - channel_targets
- rc
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cdt_name:
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
- conda-forge pytorch_rc
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
Expand Down Expand Up @@ -49,7 +49,7 @@ numpy:
- '2'
- '2.0'
orc:
- 2.0.2
- 2.0.3
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -62,15 +62,18 @@ python:
- 3.9.* *_cpython
pytorch:
- '2.4'
rc:
- rc
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- c_stdlib_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
- docker_image
- - channel_targets
- rc
- - python
- numpy
Loading