Conversation
* [fix] bug with dependency kruise
Return bash health checks and fix HC program node states
* Fix active checks for manual runs * PR fixes
Fix worker startup race conditions with controller readiness check
cleanup backup bucket on destroy
configure aws cli in e2e
NOTIC: Run bash healthchecks only on 8gpu nodes
… checks are enabled
* fix rebooter incorrect limit cpu * Update internal/render/nodeconfigurator/container.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…ecks/0 1203: Fix Slurm nodes stuck in PLANNED when eachWorkerJobArray active…
- Add UserID field to Job struct to access user IDs from Slurm API
- Add user_id label to job_info metric descriptor alongside existing labels
- Include numeric user_id value in job_info metric output
- Update tests to include UserID field and expect user_id label in metrics
- Update documentation to describe new user_id label
Example metric:
slurm_job_info{job_id="12345",user_name="researcher",user_id="1000",...} 1
…b_info metric REST container now mounts the jail volume read-only and links passwd files to enable username resolution in Slurm REST API. This fixes empty user_name labels in job_info metric.
Fix empty user_name labels in job_info metric
Fix alloc_gpus_busy Prolog check for non-exclusive GPU jobs
…h files atomically (#1239) * Catch error from Close in FileStore.Add Before error from Close would be ignored silently, now it would propagate to reconciler, and trigger error requeue * Replace fmt.Sprintf with filepath.Join * Replace direct writes in FileStore.Add with temp file + atomic rename * Use hardcoded mode in FileStore.Add * Wait until directory entries cache invalidation --------- Co-authored-by: Mikhail Cheshkov <mcheshkov@nebius.com>
itechdima
approved these changes
Jul 16, 2025
ChessProfessor
approved these changes
Jul 16, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.