ankaios icon indicating copy to clipboard operation
ankaios copied to clipboard

Eclipse Ankaios provides workload and container orchestration for automotive High Performance Computing (HPC) software.

Results 90 ankaios issues
Sort by recently updated
recently updated
newest added

When starting a workload and its agent is disconnected during its creation and a user deletes the workload afterwards before the agent reconnects, the workload state with the ExecutionState `AgentDisconnected`...

bug
minor

Currently, a lot of system tests fail locally. When deleting the dev container and executing prune commands to cleanup Docker completely and building a new devcontainer, less system tests will...

bug

When a new release is created, there is a small downtime between publishing the release and the availability of the artefacts. ## Current Behavior The downtime described above can result...

bug
ignore-for-release

## Description After a developer implements a feature and requirements for it or links existing ones, they need to check that the changes are ok from the requirement tracing point...

enhancement

Issue-Id: #260 # Definition of Done The PR shall be merged only if all items mentioned in [CONTRIBUTING.md](https://github.com/eclipse-ankaios/ankaios/blob/main/CONTRIBUTING.md#how-to-contribute) have been followed. In case an item is not applicable as described,...

Issues: #320 The PR covers the following: - fix the stucking wait mode when pending initial workloads with disconnected agents are deleted - display the deleted pending initial workloads as...

bug
ready for review

## Description The Control Interface is currently kind of a mess. We have the ControlInterface and the ControlInterfaceInfo objects which some strange relationships between them, where data needed for the...

enhancement
good first issue
ignore-for-release

## Description Prevent wrong user documentation content or invalid links by testing the user documentation automatically. There is also a package available for the mike package which can test links...

enhancement

## Description Both `ank set state` and `ank apply` https://github.com/eclipse-ankaios/ankaios/blob/fda0fa1a7cc9ead19207866f0f9b4f06a495d16e/ank/src/cli_commands.rs#L62-L89 share a similar way of processing the input. The problem is that the same `match` block that checks the same...

enhancement

## Description The Complete State filtering is currently not being thoughtfully tested, in the meaning that not all possible filtering paths are being followed. On the one hand manually written...

enhancement