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

Master/dev builds don't quite work #126

Closed
ZLLentz opened this issue May 29, 2020 · 1 comment · Fixed by #140
Closed

Master/dev builds don't quite work #126

ZLLentz opened this issue May 29, 2020 · 1 comment · Fixed by #140

Comments

@ZLLentz
Copy link
Member

ZLLentz commented May 29, 2020

In my latest PR the master/dev build fails with a conflicted environment.

The dev test works by using pcds-dev as the first channel, so it's probably one of the following things:

  • Tags don't exist on pcds-dev, so when the dev channel is used, a minimum tag is required, and at least one packages has no PRs from after the most recent tag, it's possible that there isn't a way to satisfy the dependency.
  • Since we've put packages onto conda-forge and the dev test works by using pcds-dev as the first channel, and since the recipe in each repo that gets uploaded to pcds-dev is not necessarily the same as the one on conda-forge, the dev build doesn't behave the same way as the tag build will. (E.g. at least one of our internally used recipes are broken)
@hhslepicka
Copy link
Contributor

Once we move to the usage of the pcds-ci-helpers it will also address this issue since it uploads to both pcds-dev and pcds-tag... conda-forge is the same as pcds-tag...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants