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

Revamp CI with dependency and Python caching for efficient installs #3112

Open
wants to merge 43 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
7509341
Add basic Python dependency caching
johvincau Jul 6, 2024
1524cf7
Test NJOY install script refactor for specific install location
johvincau Jul 16, 2024
1bc8572
Temporarily turn off testing suite
johvincau Jul 23, 2024
ac06042
Refactor mcpl install script
johvincau Jul 24, 2024
d7c1bdc
Add commit hashing and dependency caching for testing
johvincau Jul 24, 2024
d168428
Adjust MCPL branch
johvincau Jul 24, 2024
b572a0e
Add MCPL build to path
johvincau Jul 24, 2024
d2dec2d
Return to github workspace after reinstalling makes
johvincau Jul 26, 2024
dd2f4fb
Re-add support for DAGMC caching
johvincau Jul 26, 2024
9a170cd
Reenable testing and fix DAGMC hashing
johvincau Jul 26, 2024
67a4740
Add cache support for ncrystal and temporarily take out testing
johvincau Jul 29, 2024
afd5144
Re-add testing and minor tweaks for ncrystal
johvincau Jul 29, 2024
8349c8a
Add cache support for libmesh
johvincau Jul 30, 2024
41e8f3d
Test removal of make install
johvincau Jul 30, 2024
b38e1fa
Fix mcpl install dir and remove testing again
johvincau Jul 30, 2024
8dc462c
Add mcpl prefix path to gha-install.py
johvincau Jul 30, 2024
8877edb
Cache vectfit and temporarily remove testing
johvincau Jul 31, 2024
83d41de
Handle case for successful vectfit restore
johvincau Jul 31, 2024
57b6388
Try renaming scheme for job matrix
johvincau Aug 1, 2024
62c31aa
Extract job matrix from json
johvincau Aug 5, 2024
1e7de1e
Add in setup-job and try JSON input/output scheme
johvincau Aug 5, 2024
faa4883
Clean up comments and prepare for PR
johvincau Aug 5, 2024
f43fed5
Minor tweaks and clean up trash
johvincau Aug 6, 2024
a5b5a75
Remove mcpl build dir flag
johvincau Aug 14, 2024
2264f3e
Remove nonfunctional mcpl_cmake_path and -DMCPL_DIR cmake flags
johvincau Aug 14, 2024
cd4d977
Fix libmesh/vectfit install commands in gha-install.sh
johvincau Aug 14, 2024
36d0ded
Improve gha-caches.sh hash commands
johvincau Aug 14, 2024
f107643
Clarify GHA 'setup' step name
johvincau Aug 14, 2024
048feeb
Remove build dirs after NJOY and vectfit installs
johvincau Aug 14, 2024
652c57c
Try removing NJOY2016 tests dir after install
johvincau Aug 14, 2024
6e9b941
Fix vectfit in gha-install.sh
johvincau Aug 14, 2024
a35fa53
Re-add NJOY2016 tests dir
johvincau Aug 14, 2024
dd78966
Revert vectfit changes in gha-install.sh
johvincau Aug 15, 2024
b639169
Revert all changes to NJOY and vectfit caches to fix install issues
johvincau Aug 15, 2024
1897a46
Re-try removal of njoy-specific testing suite
johvincau Aug 15, 2024
6a1d1c0
Remove njoy build directory after successful build to trim cache
johvincau Aug 16, 2024
6ef06d3
Retain NJOY build directory for cache
johvincau Aug 16, 2024
d7714ce
Properly add NJOY dir to path and remove build dir
johvincau Aug 26, 2024
53e9353
Remove Python-version-dependency caches
johvincau Aug 26, 2024
f7f32bf
NJOY2016/bin should be on PATH
paulromano Aug 27, 2024
fceb651
Trim NJOY cache
johvincau Jan 3, 2025
dac7cb0
Enforce 180 minutes for total CI suite
johvincau Jan 3, 2025
12b162f
Merge branch 'develop' into ci_dependency
johvincau Jan 3, 2025
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
Re-try removal of njoy-specific testing suite
johvincau committed Aug 15, 2024
commit 1897a46b2da82b134d9d55923b2f9ae3ac5d30ff
3 changes: 2 additions & 1 deletion tools/ci/gha-install-njoy.sh
Original file line number Diff line number Diff line change
@@ -10,4 +10,5 @@ git clone $NJOY_REPO
cd NJOY2016
mkdir build && cd build
cmake -Dstatic=on .. -DCMAKE_INSTALL_PREFIX=$NJOY_INSTALL_DIR &&
make 2>/dev/null && sudo make install
make 2>/dev/null && sudo make install
rm -rf $HOME/NJOY2016/tests