-
Notifications
You must be signed in to change notification settings - Fork 993
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
[question] skip test package if the package is downloaded? #14999
Comments
Hi @tbsuht Thanks for your question
If you add the The |
Hi @memsharded my full command is My expectation: I will only build the package once, then it's uploaded to artifactory and just downloaded on following runs. Hm, I'm not sure whether there is some downside in my usecase to just use |
In any case, I am trying to understand a bit better the pain. The |
Not really in the single project case, but it creates quite some logging in the pipeline run and even if its just a few seconds: we are building a lot of 3rd party projects in one pipeline. So this can add up to minutes. |
This would be implemented in #15999, isn't it? Did you close it because of this PR? |
Jep, saw the upcoming change. Thanks for implementing this! |
What is your question?
Hi,
when calling
conan create
and an already build package is found/downloaded in artifactory, wouldn't it make sense to skip the test package?This was already done when uploading the package in the first place, so skipping should be fine?
Just realized this in our 3rd-party pipeline that a lot of test packages are build although they are only downloade.
Have you read the CONTRIBUTING guide?
The text was updated successfully, but these errors were encountered: