From 281768017792dda8047a7e0ff944b84a328ea630 Mon Sep 17 00:00:00 2001 From: Quentin VIGNAUD Date: Tue, 7 Oct 2025 16:38:18 +0200 Subject: [PATCH] Changing trigger --- .melodium-ci/lib-root.mel | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.melodium-ci/lib-root.mel b/.melodium-ci/lib-root.mel index cf648485..dfbfce5b 100644 --- a/.melodium-ci/lib-root.mel +++ b/.melodium-ci/lib-root.mel @@ -134,13 +134,13 @@ treatment buildTestAyaForArch[logger: Logger, runner: CicdRunnerEngine, github_c Self.trigger -> prepare.trigger,completed --> ready.a,awaited -> build.trigger,finished -> Self.finished Self.trigger -> checkout.trigger,completed -> ready.b - //pendingState: postGithubStateContext[contexts=github_contexts, logger=logger](state = |pending(), name = arch, description = "Build and Test Aya on arch", log_response = true) + pendingState: postGithubStateContext[contexts=github_contexts, logger=logger](state = |pending(), name = arch, description = "Build and Test Aya on arch", log_response = true) successState: postGithubStateContext[contexts=github_contexts, logger=logger](state = |success(), name = arch, description = "Build and Test Aya on arch", log_response = true) - //errorState: postGithubStateContext[contexts=github_contexts, logger=logger](state = |error(), name = arch, description = "Build and Test Aya on arch", log_response = true) + errorState: postGithubStateContext[contexts=github_contexts, logger=logger](state = |error(), name = arch, description = "Build and Test Aya on arch", log_response = true) - //Self.trigger -> pendingState.trigger + prepare.started -> pendingState.trigger build.completed -> successState.trigger - //build.failed -> errorState.trigger + build.failed -> errorState.trigger } /*