Skip to content
Started 9 mo 25 days ago
Took 1 min 32 sec
Failed

Build #101 (Jul 3, 2024, 7:43:40 PM)

Changes
  1. Possible fix for tuning test (details / githubweb)
Changes
  1. Adding intel source vars line to netcdf install script. Also changing hard coded version to latest, which is a symbolic link so should always be useable. larson-group/sys_admin#738 (details / githubweb)
  2. Making check to see if baseline output exists before trying to delete. (details / githubweb)
  3. Adding a sed command to the budget_balance bash script that will always set the l_lmm_stepping flag to false, since that flag does not currently give balanced budgets. (details / githubweb)
  4. Changing iptables script to look at the correct files for the new computer configuration. (details / githubweb)
  5. Updating iptables_patrol.bash script for Pop_OS! log file locations. (details / githubweb)
  6. Moving old_carson's apache comfiguration files to subfolder incase we need to access them again. (details / githubweb)
  7. Modifying apache_backup.bash to point to the new carson apache2 configuration files for backup. (details / githubweb)
  8. Updating rc.netfilter to work with new carson. (details / githubweb)
  9. Changing deploy script sys_admin configuration to have the correct iptables save sommand for new carson. (details / githubweb)
  10. Adding comma at end of config json to allow it to work. (details / githubweb)
  11. Final change to the deploy script sys_admin config fixing the post steps for all computers to allow full through run. (details / githubweb)
  12. Making it so we only use commits tracked back from a single parent tree. (details / githubweb)
  13. Fixing bug. (details / githubweb)
  14. Automated apache config backup. (details / githubweb)
  15. Adding final status message and updating example config file. (details / githubweb)
  16. Small tweaks for bug prevention (details / githubweb)
  17. I clarified the usage of the deploy script. (details / githubweb)
  18. Changing script to check once per day for attempts at access. #756 (details / githubweb)
  19. Changing devtoolset to version 10 (details / githubweb)
  20. Updating gfortran compiler and added flag needed for a complete run. (details / githubweb)
  21. Updating scripts (details / githubweb)
  22. Changing git checkout command to git reset --hard, since that will wipe away changes caused by run commands if any are present. larson-group/sys_admin#763 (details / githubweb)
  23. Add a few words to make it easier to find unresolved commits. (details / githubweb)
  24. Adding stephens_2022_paper branch to script. (details / githubweb)
  25. Updating NetCDF paths to match the current version on Carson. #763 (details / githubweb)
  26. Automated nightly tests backup. (details / githubweb)
  27. Add path for old version of gfortran, needed for E3SM. (details / githubweb)
  28. Automated apache config backup. (details / githubweb)
  29. Adding features to nightly test suite. larson-group/sys_admin#38 (details / githubweb)
  30. Copy Brian's latest merge of CLUBB into E3SM into the e3sm_release repo (details / githubweb)
  31. Updating the NetCDF Fortran version. (details / githubweb)
  32. Automated nightly tests backup. (details / githubweb)
  33. Adding functionality to recognize empty output directories, and also ignore failed runs when updating the baseline commit. larson-group/e3sm#38 (details / githubweb)
  34. Remove pycache file. (details / githubweb)
  35. Adding in the login shell option to both nightly_config.sh's and nightly_tests.bash's shebang to allow the use of environment variables. (details / githubweb)
  36. Automated nightly tests backup. (details / githubweb)
  37. Changes "components/cam" to "components/eam" (details / githubweb)
  38. Making it so that when the test exits because the baseline and final commit are the same, it does not result in an error when the unresolved list is empty. Before, it resulted in an error no matter what. (details / githubweb)
  39. Automated apache config backup. (details / githubweb)
  40. Automated nightly tests backup. (details / githubweb)
  41. Automated apache config backup. (details / githubweb)
  42. Adding execute permissions to the bacula_backup.bash script. (details / githubweb)
  43. Automated bacula config backup. (details / githubweb)
  44. Changing the monthly script to check surplus_storage instead of Archive (details / githubweb)
  45. Updating to include flags for PopOS install. (details / githubweb)
  46. Uncommenting ZLIB step to help with the install script. (details / githubweb)
  47. Automated bacula config backup. (details / githubweb)
  48. Updating iptables_patrol.bash to actually count the Dropping messages. (details / githubweb)
  49. Correcting the file we are checking for Pop OS (details / githubweb)
  50. Updating driver script for testing on python 3 version of checkBudget.py (details / githubweb)
  51. Moving -j8 option to correct make call. Also changing mpi path from ending with _intel to ending with _ifort, since this is the correct name specified when installing mpi using the intel compiler. (details / githubweb)
  52. Missed a space (details / githubweb)
  53. Added backup_all_scripts_driver.bash script that has been being run on carson to the sys_admin repo #694 (details / githubweb)
  54. Updating larson-group.sh script to support newer pgi version and the intel mpi version #786 (details / githubweb)
  55. updated larson-grtoup paths file so oneapi mpi compiler works properly #786 (details / githubweb)
  56. updated the dynamic_ip script to python 3 (details / githubweb)
  57. updated the dynamic_ip script to python 3 (details / githubweb)
  58. updated broken url finder script to python 3 #693 (details / githubweb)
  59. updated test_bacula_restore.py script to python 3 #693 (details / githubweb)
  60. changed iptables patrol script to no longer not be able to find dropping messages #787 (details / githubweb)
  61. In python range(1,1) will cause the loop not to run at all, so when we only had 1 commit to check (1 commit on the previous day) the baseline would never be updated. This is just a bug, so we want to start the range at 0 and subtract 1 everywhere we see i to compensate, ensuring that the loop runs but that the elements checked remain the same. (details / githubweb)
  62. Automated bacula config backup. (details / githubweb)
  63. Added python script to convert netcdf files to csv files. (details / githubweb)
  64. Removing most recently added files (details / githubweb)
  65. removed old users from iptables hosts file and commited some code that I didnt commit 6 months ago. (details / githubweb)
  66. Copies new branch to clubb_release (details / githubweb)
  67. Updated dynamic_ip.py script to no longer hold onto users when the ip changes. I tested it if fairly rigorously, and it always deletes hosts when they are removed from hosts file, adds when they are added to the hosts file, and properly updates iptables rules when the host ip changes. #798 (details / githubweb)
  68. I just realized how outdated the hosts file is on sys_admin, so I am adding the updated one that is currently on malan. (details / githubweb)
  69. Automated bacula config backup. (details / githubweb)
  70. updating host repo update scripts to support commit logging from clubb #797 (details / githubweb)
  71. There was an branch that has been updated by this script for awhile, but has not been commited to the sys_admin repo. I am commiting this change now. (details / githubweb)
  72. Making fixing change to make autoupdate message maker work properly (details / githubweb)
  73. Added comments to git updates scripts effected by autocommit message maker changes (details / githubweb)
  74. Added all python test suite configuration files to sys_admin to be (details / githubweb)
  75. Added short bash script utility to add profile.d path updates to .bashrc (details / githubweb)
  76. Updated script with minor changes (details / githubweb)
  77. Updating requirements docs in order to get rid of dependabot alrets. (details / githubweb)
  78. fixed bug in netcdf_install_script (details / githubweb)
  79. adding current apache configurations to sys_admin (details / githubweb)
  80. Update 000-default.conf (details / githubweb)
  81. Update clubb webpage README.md (details / githubweb)
  82. Adding new install script (details / githubweb)
  83. Tweaks to new script (details / githubweb)
  84. Adding carson crontab to github (details / githubweb)
  85. Update to install script (details / githubweb)
  86. Adding some polish to install script (details / githubweb)
  87. Removing the disable cxx, we do want mpicxx to be created now. (details / githubweb)
  88. Updated update scripts and raw copy updater to use the commit message (details / githubweb)
  89. Changed clubb morrison update to not use squash and message args in git subtree merge (details / githubweb)
  90. Updating nightly test config to support newer configuration on carson (details / githubweb)
  91. Automated nightly tests backup. (details / githubweb)
  92. these are edited instal files for mpich and netcdf overseen and changes reccomened by gunther (details / githubweb)
  93. Adds Gunther's openmp branch to clubb_release repo (details / githubweb)
  94. Removing files we don't need, and making changes in carson's apache config to facilitate hosting both the larson-group site and jenkins. See https://github.com/larson-group/sys_admin/issues/828\#issuecomment-2125606960 for more detail. (details / githubweb)
  95. Removing temp file (details / githubweb)

Started by anonymous user

Revision: f64ebe485ff075b1a035de8a55719b4198a00779
Repository: https://github.com/larson-group/clubb.git
  • refs/remotes/origin/spack_updates
Revision: 728f8242adbfe4bdda156af1148cf3d6c45afbc3
Repository: https://github.com/larson-group/sys_admin
  • refs/remotes/origin/master