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

draft: PoC for refactor CI epic #571

Closed
wants to merge 9 commits into from

Conversation

orfeas-k
Copy link
Contributor

@orfeas-k orfeas-k commented Sep 17, 2024

PoC for refactor CI epic. This aims to implement the following:

  1. Build in separate GH runner and publish artifact
    1. Download and use in tests
    2. Download and use in publish job
  2. Use cache for building (on pull request only)

Ref canonical/bundle-kubeflow#1070

@orfeas-k orfeas-k closed this Nov 28, 2024
@orfeas-k orfeas-k deleted the orfeas-k-kf-6217-poc-for-ci-epic-kfp branch November 28, 2024 12:54
class TestCharm:
"""Integration test charm"""

@pytest.mark.abort_on_fail
async def test_build_and_deploy(self, ops_test: OpsTest):
async def test_build_and_deploy(self, ops_test: OpsTest, use_packed_charms):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we make this a setting, or have the logic to

  1. By default try to get_packed_charms
  2. If not, then ops_test.build_charm

??

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

Successfully merging this pull request may close these issues.

2 participants