We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Change the instance naming convention from:
<app>-<project>-on-<build-on>-for-<build-for>-<project-dir-inode>
to:
<app>-<project>-<platform>-<project-dir-inode>
To avoid the same instance getting used for different builds.
Currently, these use the same build environment:
platforms: noble: build-on: amd64 build-for: amd64 noble-debug: build-on: amd64 build-for: amd64
This is also a problem for multi-base recipes (canonical/charmcraft#2058).
The text was updated successfully, but these errors were encountered:
Thank you for reporting your feedback to us!
The internal ticket has been created: https://warthogs.atlassian.net/browse/CRAFT-3859.
This message was autogenerated
Sorry, something went wrong.
The internal ticket has been created: https://warthogs.atlassian.net/browse/CRAFT-3858.
Successfully merging a pull request may close this issue.
What needs to get done
Change the instance naming convention from:
to:
Why it needs to get done
To avoid the same instance getting used for different builds.
Example
Currently, these use the same build environment:
This is also a problem for multi-base recipes (canonical/charmcraft#2058).
The text was updated successfully, but these errors were encountered: