-
Notifications
You must be signed in to change notification settings - Fork 137
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
Jenkins integration #80
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dagardner-nv
added
enhancement
Additional functionality added to an existing feature
2 - In Progress
labels
May 3, 2022
dagardner-nv
requested review from
BartleyR,
mdemoret-nv,
pdmack and
raykallen
as code owners
May 3, 2022 15:41
dagardner-nv
added
non-breaking
Non-breaking change
improvement
Improvement to existing functionality
and removed
enhancement
Additional functionality added to an existing feature
2 - In Progress
labels
May 3, 2022
This was referenced May 17, 2022
…gpu, I have a branch with the non-inplace build which should fix this
Co-authored-by: Michael Demoret <42954918+mdemoret-nv@users.noreply.github.com>
…RPHEUS_ROOT instead
Merged
mdemoret-nv
approved these changes
May 23, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes looking much better. Approving so we can start running this against PRs.
@gpucibot merge |
1 similar comment
@gpucibot merge |
This pull request was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updates conda scripts to uses sccache (ccache work-alike with an S3 backend)
Adds 4 Jenkins stages:
Results are publised into S3 with a 30 day retention police and are available via:
https://downloads.rapids.ai/ci/morpheus/pull-request/<pull-req id>/<git commit>/<arch>/
ex:
https://downloads.rapids.ai/ci/morpheus/pull-request/80/5161d30673f4d5fb34452df5a8ac6f68b8462685/x86_64/
Intermediate Artifacts pushed to S3:
Results pushed to S3:
Conda builds for cudf are cached seperately (even with sscache this step was still took 17 minutes).
S3 cache location at:
https://downloads.rapids.ai/ci/morpheus/cudf/<cuda ver>/<python ver>/<rapids ver>/<latest git commit to ci/conda>/<arch>cudf_conda.tar.bz
ex:
https://downloads.rapids.ai/ci/morpheus/cudf/11.4/3.8/21.10/b7f728e6db4fc6124970935f461a6791818bfb1d/x86_64/cudf_conda.tar.bz
TODO List:
Closes #102
Closes #104