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

Add workflow to test packages #473

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

marbre
Copy link
Collaborator

@marbre marbre commented Nov 11, 2024

No description provided.

@marbre marbre marked this pull request as ready for review November 11, 2024 16:58
.github/workflows/test_packages.yml Outdated Show resolved Hide resolved
.github/workflows/build_packages.yml Show resolved Hide resolved
Comment on lines 34 to 52
- name: Test import sharktank
id: import_sharktank
run: |
python -c "import sharktank; print('Sanity check passed')"
- name: Test import shortfin
id: import_shortfin
run: |
python -c "import shortfin; print('Sanity check passed')"
Copy link
Member

Choose a reason for hiding this comment

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

Probably want to split this into multiple jobs:

  • Test shortfin
  • Test sharktank
  • Test both together

Each package should be able to stand on its own (at least until we make one of them depend on the other)

For the combined case, we can run tests/workflows like https://github.com/nod-ai/SHARK-Platform/blob/main/.github/workflows/ci-shark-platform.yml too.

@marbre marbre changed the title Add workflow to (smoke) test packages Add workflow to test packages Nov 12, 2024
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 this pull request may close these issues.

2 participants