-
Notifications
You must be signed in to change notification settings - Fork 8
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
bundle-integration tests fail to build charm in the CI #61
Comments
orfeas-k
added a commit
that referenced
this issue
Jan 12, 2024
Follow up to #53 - update version according to canonical/bundle-kubeflow#747 - refactor tox.ini according to canonical/oidc-authservice-rock#14 and canonical/bundle-kubeflow#763 - placeholder sanity tests due to #59 and integration due to #61 Refs #44
orfeas-k
added a commit
that referenced
this issue
Jan 15, 2024
Follow up PR to #51 - update version according to canonical/bundle-kubeflow#747 - refactor tox.ini according to canonical/oidc-authservice-rock#14 and canonical/bundle-kubeflow#763 - fix canonical/kfp-operators#337 - add comment about `command` - use placeholder instead of bundle-integration tests due to #61 (there are no charm integration tests for this charm) - add placeholder instead of sanity tests since there are none at the moment Refs #43 Fixes canonical/kfp-operators#337
This was referenced Jan 15, 2024
orfeas-k
added a commit
that referenced
this issue
Jan 16, 2024
- bump source version from `2.0.0-alpha.7` to `2.0.3` - update according to canonical/bundle-kubeflow#747 - rename base to ubuntu@20.04 as per new `rockcraft` syntax - use `1.20/stable` snap for Go - refactor `tox.ini` according to canonical/oidc-authservice-rock#14 and canonical/bundle-kubeflow#763 - use placeholder instead of bundle-integration tests due to #61 (there are no charm integration tests for this charm) - add placeholder instead of sanity tests since there are none at the moment Closes #48
orfeas-k
added a commit
that referenced
this issue
Jan 16, 2024
- bump source version from `2.0.0-alpha.7` to `2.0.3` - update according to canonical/bundle-kubeflow#747 - rename base to ubuntu@20.04 as per new `rockcraft` syntax - use `1.20/stable` snap for Go - refactor `tox.ini` according to canonical/oidc-authservice-rock#14 and canonical/bundle-kubeflow#763 - use placeholder instead of bundle-integration tests due to #61 (there are no charm integration tests for this charm) - add placeholder instead of sanity tests since there are none at the moment Closes #46
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Newly implemented CI fails to build the charms during tests. Example runs where this happens are on visualization-server PR and frontend PR. Since, those PRs do not modify the charms themselves, this should be caused by the differences spotted between CI run in this repo and kfp-operators repo which are:
For the moment, we will use placeholder tests in order for the CI to actually publish images (as much as we hate this approach) but we definitely need to investigate this more in order to enable testing of our kfp rocks.
The text was updated successfully, but these errors were encountered: