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

Remove test_punet job from ci-sharktank.yml. #621

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

ScottTodd
Copy link
Member

Partial revert of #613.

This job takes over an hour to run (specifically test_punet_eager_fp16_validation ) and is not suitable for presubmit.

This is likely also not the right file for such tests, and if it was then the specialized tests should go under the generic test job, not at the top of the file.

@@ -22,45 +22,6 @@ concurrency:
cancel-in-progress: true

jobs:
test_punet:
name: "Integration Tests - punet"
runs-on: nodai-amdgpu-mi250-x86-64
Copy link
Member Author

Choose a reason for hiding this comment

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

This base workflow should use standard github-hosted runners if possible. The test_with_data job is already a stretch.

Comment on lines -60 to -62
- name: Run punet tests
run: |
pytest -v sharktank/ -m model_punet
Copy link
Member Author

Choose a reason for hiding this comment

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

This contains a very slow test: https://github.com/nod-ai/shark-ai/actions/runs/12047495763/job/33590136223#step:6:24

As commented on the PR that added it: #613 (comment)

@ScottTodd ScottTodd merged commit 5aae18d into nod-ai:main Nov 27, 2024
7 checks passed
@ScottTodd ScottTodd deleted the ci-prune-slow branch November 27, 2024 17:37
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