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

Create integration-tests.yml #6

Merged
merged 12 commits into from
Sep 27, 2023
Merged

Create integration-tests.yml #6

merged 12 commits into from
Sep 27, 2023

Conversation

manbearian
Copy link
Collaborator

@manbearian manbearian commented Sep 27, 2023

Add some basic PR testing

The buld/test workflow is:

  1. pull a fixed commit from Triton
  2. pull current PR's triton-shared
  3. build Triton from the root
  4. run triton-share tests

@manbearian manbearian marked this pull request as ready for review September 27, 2023 21:28
Copy link

@NathanielMcVicar NathanielMcVicar left a comment

Choose a reason for hiding this comment

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

LGTM other than the two minor notes above.

.github/workflows/integration-tests.yml Show resolved Hide resolved
repository: 'openai/triton'
ref: '215b2e77a1d92f907bc4addfa3c3ba204028c32e' # known good commit "Add Shared Middle Layer to Triton via Plug-In"
path: triton
submodules: 'recursive'

Choose a reason for hiding this comment

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

nit: This will checkout all the other submodules as well, which we don't need.

edit: especially since you are cloning triton-shared directly into it's third-party directory, so we don't need any submodules at all

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

You're absolutely correct, but I'm going to leave this in place. The check-out takes all of 12s and this future proofs us in case we want other submodules.

@manbearian manbearian merged commit 2be8f29 into main Sep 27, 2023
2 checks passed
@manbearian manbearian deleted the Add-PR-testing branch September 27, 2023 22:09
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