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

ci: Add GitHub action for core build and python testing in pull requests #416

Merged
merged 2 commits into from
Dec 13, 2024

Conversation

pranavm-nvidia
Copy link
Contributor

No description provided.

mkdir -p /core/build
cd /core/build
cmake -DCMAKE_INSTALL_PREFIX:PATH=`pwd`/install -DTRITON_CORE_HEADERS_ONLY=OFF ..
export TRITON_PYBIND="_c/triton_bindings.cpython-310-x86_64-linux-gnu.so"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Need to remove this once my packaging tests are in

pull_request:
branches:
- main
types: [synchronize, opened, reopened, ready_for_review]
Copy link
Contributor

Choose a reason for hiding this comment

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

NOTE: Essentially to skip running action when PR is a draft

@pranavm-nvidia pranavm-nvidia force-pushed the ci branch 3 times, most recently from bb176ed to 46cdc2e Compare November 23, 2024 00:13
@rmccorm4 rmccorm4 changed the title Enables testing for pull requests ci: Enables testing for pull requests Nov 23, 2024
@rmccorm4 rmccorm4 changed the title ci: Enables testing for pull requests ci: Add GitHub action for core build and python testing in pull requests Dec 13, 2024
@rmccorm4 rmccorm4 merged commit 8030611 into triton-inference-server:main Dec 13, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants