#automation
3 approved public terms with this tag.
CI/CD
Brouillon de traduction automatique (French) for "CI/CD": Continuous Integration / Continuous Delivery — a set of software engineering practices and tools that automate the process of testing, building, and deploying code changes. CI automatically validates every commit; CD deploys validated code to production frequently and reliably without manual intervention.
“Exemple en brouillon: The team ships 20 times a day safely because their CI/CD pipeline catches regressions automatically.”
Orchestration
Brouillon de traduction automatique (French) for "Orchestration": The coordination and sequencing of multiple AI agents, services, or steps in an automated workflow. An orchestrator determines which tools to invoke, in what order, and how to pass outputs between steps to complete a complex task end-to-end.
“Exemple en brouillon: The orchestration layer decided to call the search tool before invoking the summarization agent.”
Self-Heal est un terme GitOps pour automatic correction when live state drifts away from source state. Il aide les equipes, les humains et les agents a comparer l'etat declare avec les systemes actifs, puis a agir sans pretendre que le deploiement a fait plus que les preuves. Source: Argo CD documentation.
“L'equipe a utilise Self-Heal avant le dejeuner, et la release a arrete de foncer en production avec ses lacets defaits.”