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

Misc CI improvements #1618

Merged
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
4be078f
Fetch tags when performing documentation builds locally and in CI, al…
dagardner-nv Apr 11, 2024
0308474
Allow overriding the GIT_URL, useful when performing CI against a com…
dagardner-nv Apr 11, 2024
68984d7
Replace list of cuda architectures with RAPIDS place-holder, construc…
dagardner-nv Apr 11, 2024
1608f11
Specify an alternate build dir
dagardner-nv Apr 11, 2024
ddefe70
Move generated env.yaml to WORKSPACE_TMP, prevents poluting the host …
dagardner-nv Apr 11, 2024
bed0b0d
Rather than init submodules in each stage by hand, use the submodules…
dagardner-nv Apr 11, 2024
460beac
Use BUILD_DIR var and consolidate sccache logging logic
dagardner-nv Apr 11, 2024
a82509b
Always use the BUILD_DIR var
dagardner-nv Apr 11, 2024
ab30ebb
Don't add an upstream remote when using host git
dagardner-nv Apr 11, 2024
5fab34b
Don't fetch tags when using host git
dagardner-nv Apr 11, 2024
4f28953
Fix test
dagardner-nv Apr 12, 2024
89a832d
Disable the -e for fetch_base_branch, allows running locally
dagardner-nv Apr 12, 2024
1a3bebe
Merge branch 'branch-24.06' into david-local-ci-improvements
dagardner-nv Apr 12, 2024
784c604
Merge branch 'branch-24.06' of github.com:nv-morpheus/Morpheus into d…
dagardner-nv Apr 17, 2024
1ce7345
Dcoument why we fetch tags for the documentation stage
dagardner-nv Apr 17, 2024
f6a90ce
Use the GIT_DIFF_BASE variable rather than calling get_merge_base twice
dagardner-nv Apr 17, 2024
97b6644
Build up the CMAKE_BUILD_ALL_FEATURES variable using a bash array for…
dagardner-nv Apr 17, 2024
1d68384
Build up the ENV_LIST and DOCKER_RUN_ARGS variables as bash arrays
dagardner-nv Apr 17, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Dcoument why we fetch tags for the documentation stage
  • Loading branch information
dagardner-nv committed Apr 17, 2024
commit 1ce7345b4ca0398d8e71137490b7feb8ed299a94
1 change: 1 addition & 0 deletions .github/workflows/ci_pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ jobs:
with:
lfs: false
path: 'morpheus'
# Fetch tags so that documentation builds for releases will report the version number correctly
fetch-tags: true
dagardner-nv marked this conversation as resolved.
Show resolved Hide resolved
submodules: 'recursive'

Expand Down