- Aug 25, 2025
-
-
Dylan W Wheeler authored
FEAT: updating requirements.txt See merge request rc/hpc-factory!221
-
Dylan W Wheeler authored
-
- Aug 23, 2025
-
-
Eesaan Atluri authored
Fix f-string error due to double quotes when dereferencing a list element Closes #284 See merge request !220
-
Eesaan Atluri authored
Double quotes conflicted with the f-string syntax. Using single quotes avoids syntax errors when accessing dict keys.
-
Eesaan Atluri authored
fix: remove extra spaces in img name Closes #283 See merge request rc/hpc-factory!219
-
Eesaan Atluri authored
-
- Aug 22, 2025
-
-
Eesaan Atluri authored
fix: Use the image name format formed from image_tag See merge request rc/hpc-factory!217
-
Eesaan Atluri authored
-
Eesaan Atluri authored
remove explicit check for pipeline source, since CI_MERGE_REQUEST_IID will always be set in MR pipelines, skipped otherwise.
-
- Aug 08, 2025
-
-
Bo-Chun Chen authored
Move build var overrides to PKR_VARS_extra_vars Closes #266 See merge request rc/hpc-factory!215
-
- Aug 05, 2025
-
-
Eesaan Atluri authored
-
Eesaan Atluri authored
-
- Jul 29, 2025
-
-
Eesaan Atluri authored
OOD deploy time config changes Closes #248 and #214 See merge request rc/hpc-factory!195
-
Eesaan Atluri authored
We moved away from deploying account app inside OOD apache webserver We use gunicorn webserver to serve account app behind an http proxy. We configured gunicorn to accept traffic from proxy.
-
Eesaan Atluri authored
-
- Jul 28, 2025
-
-
Bo-Chun Chen authored
feat: use variable for fstype in fstab Closes #273 See merge request rc/hpc-factory!214
-
- Jul 26, 2025
-
-
Eesaan Atluri authored
-
Eesaan Atluri authored
-
Eesaan Atluri authored
-
Eesaan Atluri authored
-
Eesaan Atluri authored
Closes rc/hpc-factory#248 With this change you can define multiple bind addresses for account app Gunicorn allows defining multiple bind addresses.
-
- Jul 25, 2025
-
-
Bo-Chun Chen authored
-
- Jul 15, 2025
-
-
Eesaan Atluri authored
-
Eesaan Atluri authored
-
Eesaan Atluri authored
-
Eesaan Atluri authored
-
Eesaan Atluri authored
-
- Jul 11, 2025
-
-
Eesaan Atluri authored
-
- Jul 10, 2025
-
-
Eesaan Atluri authored
ci: Add Job to cleanup older images for all builds Closes #265 See merge request hpc-factory!209
-
Eesaan Atluri authored
-
Eesaan Atluri authored
-
Eesaan Atluri authored
-
During cleanup, --name filter will only match the exact string, not a pattern match. Since we use datetime in the name, we can't use it to match a set of images. We use a tag constructed from BUILD_TARGET-BUILD_TAG-ENV for filtering.
-
Eesaan Atluri authored
-
Eesaan Atluri authored
-
Eesaan Atluri authored
Use creation time as sort key rather than using image name with timestamp. Currently, the name only allows either a build tag or datetime. So filtering and sorting by image name won't give us complete list because we can only select images with buildtag or datetime in their name. This change allows flexibility in changing the image naming format in future
-
Eesaan Atluri authored
-
Eesaan Atluri authored
-
Eesaan Atluri authored
-
Eesaan Atluri authored
- Keep the latest $NUM_IMAGES_TO_KEEP no. of images in a list sorted by creation time in descending order. - The NUM_IMAGES_TO_KEEP value should always be postive so that the list of servers to delete will be calculated correctly - Never run the cleanup_img job if NUM_IMAGES_TO_KEEP is non-postive. So if you intend to not cleanup the images for any reason, just pass a negative value or 0 to the NUM_IMAGES_TO_KEEP
-