Open danpetry opened 3 weeks ago
@conda-forge-admin, please rerender
Hi! This is the friendly automated conda-forge-webservice.
I tried to rerender for you, but it looks like there was nothing to do.
This message was generated by GitHub actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/11563334896.
Any rc builds need to go to non-main label.
can we do this with some kind of "jinja" syntax? i don't think so right?
I think it might be able to zip in the channel config in the conda build config.
Are you thinking something like this?
channel_targets:
- conda-forge main
- conda-forge rc
rc:
- none
- 5
zip_keys:
-
- channel_targets
- rc
I don't think you'd want to build a release candidate and a normal release in parallel, though. I can't see a way to make channel_targets conditional, since it needs to be in the cbc.yaml.
What are your requirements around this in general? We use it to prepare for the main release and reduce latency between upstream and the conda package. We don't upload the rc packages.
Hi from oak park 👋
Hi from oak park too!
Yeah I am ok building them in parallel.
You can also use a branch on the feedstock and only rebuild rcs periodically.
Just to clarify, I don't need rc builds on conda-forge's channel, personally. What I'm trying to do here is to align Anaconda's recipe with your recipe to foster closer collaboration and pool resources. I spotted the point about rc builds in this issue and thought this feature would be a good place to start.
With that said, happy to contribute the previous code suggestion if it fits your needs.
Are you thinking to make the rcs public? I think by the time we get an rc for a certain release building, the proper release will be pretty close if not already happened, so users will just want the proper release instead?
You can also use a branch on the feedstock and only rebuild rcs periodically.
Generally speaking this was my intention, somebody could keep a "1 commit PR" alive for referring to periodically.
trimmed down build matrix for reduced resource use and whatnot.
Matt is referring to CFEP 5, which spells out how we handle RCs
It could be useful to have RCs to test that upstream changes build ok here or perhaps test combinations of packages locally
Typically we do a branch for RCs, but that sounds like a lot of effort to maintain here
Perhaps we could do the matrix approach and just add a skip
that ignores the stable or RC build depending on the version
specified. That way there should be no additional builds and it would be pretty easy to flip on/off
Hi! This is the friendly automated conda-forge-linting service.
I was trying to look for recipes to lint for you, but it appears we have a merge conflict. Please try to merge or rebase with the base branch to resolve this conflict.
Please ping the 'conda-forge/core' team (using the @ notation in a comment) if you believe this is a bug.
Hi! This is the friendly automated conda-forge-linting service.
I failed to even lint the recipe, probably because of a conda-smithy bug :cry:. This likely indicates a problem in your meta.yaml
, though. To get a traceback to help figure out what's going on, install conda-smithy and run conda smithy recipe-lint --conda-forge .
from the recipe directory.
This message was generated by GitHub actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/11693957062.
Something like this?
Hi! This is the friendly automated conda-forge-linting service.
I just wanted to let you know that I linted all conda-recipes in your PR (recipe/meta.yaml
) and found it was in an excellent condition.
Seems like a good starting point. Let's try re-rendering
@conda-forge-admin , please re-render
Hi! This is the friendly automated conda-forge-linting service.
I was trying to look for recipes to lint for you, but it appears we have a merge conflict. Please try to merge or rebase with the base branch to resolve this conflict.
Please ping the 'conda-forge/core' team (using the @ notation in a comment) if you believe this is a bug.
Hi! This is the friendly automated conda-forge-linting service.
I just wanted to let you know that I linted all conda-recipes in your PR (recipe/meta.yaml
) and found it was in an excellent condition.
This seems to work correctly for non-rc:
channel_targets:
- conda-forge main
...
rc:
- None
osx_64 is building.
Will switch to an rc build and see what the config and git fetching looks like.
Also will want to re-render for the last change to take effect
@conda-forge-admin please re-render
thanks
I probably want to add something to the build string too
I probably want to add something to the build string too
Wouldn't the version already capture this for us? What else would we want to include?
yep, that would be better
The rc is looking good
channel_targets:
- conda-forge pytorch_rc
...
rc:
- rc
...
checkout: 'v2.5.1-rc1'
and building
Hi! This is the friendly automated conda-forge-linting service.
I failed to even lint the recipe, probably because of a conda-smithy bug :cry:. This likely indicates a problem in your meta.yaml
, though. To get a traceback to help figure out what's going on, install conda-smithy and run conda smithy recipe-lint --conda-forge .
from the recipe directory.
This message was generated by GitHub actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/11943959572.
This seems pretty good. Thanks for working on this Dan! 🙏
Would be interested to hear from others on this change 🙂
Checklist
0
(if the version changed)conda-smithy
(Use the phrase code>@<space/conda-forge-admin, please rerender in a comment in this PR for automated rerendering)